Why FFT HDL Optimized has not output?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I copied hdlcoderfftdit.slx from hdl coder examples coming with 2021a. Based on instruction replaced the HDL FFT model in the Simulink model by FFT HDL Optimized model, and set it to Burst Radix 2 (see attached .slx). There is not output from FFT HDL Optimized model.
Anybody can help me?
Thanks
Chen
0 commentaires
Réponses (1)
Bharath Venkataraman
le 24 Août 2021
Modifié(e) : Bharath Venkataraman
le 24 Août 2021
It looks like the input valid is not being set to the right pulse width to feed in all the input data for a given frame. Please set the pulse width on the pulse generator to N (instead of N/2). This results in output from the FFT.
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!