use of Fast fourier transform block in simulink
5 views (last 30 days)
Show older comments
I Made a model for inverter and i want to perform fourier transform on output and also make spectrem analysis for this analysis but i can't use the block FFT and there is no info for it in the help of the simulink
i attached the model ..can any one know how to use this block FFT
0 Comments
Answers (1)
Purushottama Rao
on 11 May 2015
This block gives you the FFT spectrum at appropriate intervals and displays in a figure. It also displays the detailed rms values such as rms for fundamental, harmonics,total etc.
This is a vectorized block. Yoy need to mention the no of signlas you want to considr for FFT in input signal dimension in parameter dialog box. Also consider the output as vectozied and process accordingly. This block is especially useful in case of running RMS calculations and Spectrum analysis. In case you need an off line specrum analysis, you can save your scoped variable and later use a power gui to see FFT Analysis.
2 Comments
Purushottama Rao
on 12 May 2015
This particular block fft works for continuous signlas as well. PFA for the simulation done with continuous signal.
Can u give the snap shot of the error encountered?
See Also
Categories
Find more on Transforms in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!