In the hdldemolib, on using the FFT streaming block, I get an error as given below

1 view (last 30 days)
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

Accepted Answer

Tim McBrayer
Tim McBrayer on 9 Jul 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)

More Answers (0)

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!