use of Fast fourier transform block in simulink
5 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Purushottama Rao
2015-5-11
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 个评论
Purushottama Rao
2015-5-12
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?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Transforms 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!