How to use a vector of complex data as source in HDL coder?

2 views (last 30 days)
I have a Simulink HDL model of a 4-point DFT that I want to test by feeding it 4 complex number from a constant block of a vector with 4 values, but outputs only the first value for all time samples. Is there way output the vector values on each time sample?

Accepted Answer

Bharath Venkataraman
Bharath Venkataraman on 10 Apr 2019
Attached is a simple model that shows how to stream in a 4 value complex vector one value at a time. The values are split into real and complex so that it is easy to see it in the scope.

More Answers (0)

Tags

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!