In the hdldemolib, on using the FFT streaming block, I get an error as given below
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Bala Vignesh
le 9 Juil 2014
Réponse apportée : Tim McBrayer
le 9 Juil 2014
Error occurred in 'hdlfft/HDL Streaming FFT'. Error reported by S-Function 'sdspfft2' in 'hdlfft/HDL Streaming FFT/FFTCore/SimulinkFFT': The input data type must be double precision, single precision, integer, or fixed point with power-of-two slope and zero bias.
How do I solve this problem? Thank you
0 commentaires
Réponse acceptée
Tim McBrayer
le 9 Juil 2014
The error message seems pretty clear: it's stating that the HDL Streaming FFT block requires one of a class of certain data types as input. What type are you feeding into the block, and is it one of the listed supported types?
* double
* single
* integer
* fixed point (slope/bias mode not supported)
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Sources dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!