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

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

 채택된 답변

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개)

카테고리

제품

질문:

2014년 7월 9일

답변:

2014년 7월 9일

Community Treasure Hunt

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

Start Hunting!

Translated by