- Open a new Simulink model.
- From the Simulink Library Browser, open the "DSP System Toolbox" library.
- Drag the "FFT" block into the model.
- Connect the input signal to the "FFT" block.
- Set the FFT length parameter to desired number of samples. This should always be a power of 2.
- Connect the output of the "FFT" block to a "Spectrum Analyzer" block, which can be found in the "DSP System Toolbox" library. This block will display the frequency spectrum of the input signal in real-time.
- Configure the "Spectrum Analyzer" block as needed to set the frequency range, sample rate, and other parameters of the display.
real-time FFT in simulink
59 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Mohammad Ali Sadeghian
le 23 Avr 2023
Réponse apportée : Mohammad Ali Sadeghian
le 26 Avr 2023
Hello,
anyone here knows how to model a real-time FFT in simulink?
Thanks,
0 commentaires
Réponse acceptée
Sufiyan
le 25 Avr 2023
Hi,
Here are the steps to create the model.
Hope this helps!
0 commentaires
Plus de réponses (1)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!