Azzera filtri
Azzera filtri

Is this MATLAB example wrong? - Dividing the FFT by the signal length

22 visualizzazioni (ultimi 30 giorni)
Someone in this link claim that
the MATLAB example is actually wrong in dividing the fft
by the signal length in the time domain (which is L)
The right scaling needed to adhere to Parseval's theorem would be
dividing the Fourier transform by the sampling frequency.
Is it correct? Should I divide the result from FFT by sampling frequency instead of signal length?
Here is the Matlab example of fft function: https://www.mathworks.com/help/matlab/ref/fft.html

Risposta accettata

Star Strider
Star Strider il 28 Mag 2017
The example is correct. The Fourier transform is a sum-of-sines (and cosines), so to normalise the coefficients, divide by the integration time or length of the summation. The division normalises for the total energy in the signal, so that the coefficients of a long (assumed periodic) signal have the same values of a shorter version of the same signal.
See the Wikipedia article on Fourier analysis (link) in the section on the Discrete Fourier transform (DFT) (link) for a full discussion.

Più risposte (0)

Categorie

Scopri di più su Fourier Analysis and Filtering in Help Center e File Exchange

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by