Why i do not get a fixed point out from a FFT HDL optimized block in simulink?

1 view (last 30 days)
I am creating a HDL model on simulink,
using a fixed-point input on FFT HDL Optimized i get a double output, and the block parameters does not have the option of "scaling" or modify the output data type.
I am running a 2015b matlab version

Accepted Answer

Bharath Venkataraman
Bharath Venkataraman on 19 Jun 2019
Edited: Bharath Venkataraman on 19 Jun 2019
I may need the model to do further debugging. In the meantime, I created a simple FFT model in R2018b which seems to do the right thing in terms of datatypes. One change from your model is that the values are sent in serially to the FFT rather than all at once. I have also attached a model created in 15b.
I defined the input fftIn as:
fftIn = complex(rand(128,1),rand(128,1));
  2 Comments
Cristhian campos
Cristhian campos on 19 Jun 2019
Thank you for sharing the simple model, it worked and i will modify it to meet my objective, i dont know what is wrong with the last one identical FFT block but wathever.
I apreciate your help!.
Bharath Venkataraman
Bharath Venkataraman on 19 Jun 2019
Great! FWIW, the next few releases have a lot more capabilities for the block, so if you are able to get to a later release like R2018a, you can use these capabilities.
Here are the release notes for DSP System Toolbox.

Sign in to comment.

More Answers (1)

Bharath Venkataraman
Bharath Venkataraman on 18 Jun 2019
Could you double click on the FFT block and send a snapshot of its parameters?

Products


Release

R2015b

Community Treasure Hunt

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

Start Hunting!