fft of a continuous signal
17 views (last 30 days)
Show older comments
I am using Simulink, where I have a block whose output is a 3-phase current. I need to find fft of this current signal (which is a continuous, real signal). I am really confused how to do it, Any help would be appreciated.
0 Comments
Answers (1)
Suneesh
on 3 Feb 2014
Fast Fourier transform (FFT) is an algorithm to calculate the discrete Fourier transform (DFT). Now the DFT is defined only for discrete equally spaced samples of data - not for a continuous signal. If you are just studying the frequencies in your signal then it may be easier to just discretize and take the FFT. else you are looking for the Fourier transform of your continuous signal.
2 Comments
See Also
Categories
Find more on Transforms in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!