What is the restriction of using FFT ?
Ältere Kommentare anzeigen
I read a paper saying Fourier analysis restriction : System must be linear; data must be strictly periodic or stationary otherwise the data will make little physical sense.
Can someone explain it to me? so does that mean FFT has it own limitation?
Akzeptierte Antwort
Weitere Antworten (1)
You can always take the FFT of a given signal. However, how the FFT of a signal changes when it passes through a system depends on whether the system is linear, time-invariant (LTI). If a system is LTI, its input/output behavior can be written as a convolution
y=conv(h,x)
where h is the system impulse response. If the Fourier transforms Y,H,X of y,h, and x exist then they are related by
Y=H*X
More general, nonlinear systems will not obey this relationship.
Kategorien
Mehr zu Fourier Analysis and Filtering finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!