How can I use a noise source in my model that passes the Simulink HDL Coder compatibility checker using HDL Coder?

1 view (last 30 days)
I would like to build a HDL coder compatible noise generator but neither gaussian nor uniform noise generator blocks are supported by Simulink HDL Coder.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 18 Oct 2013
The supported blocks list for the Simulink HDL coder for a particular release of MATLAB can be seen by typing the following at the MATLAB Command Window.
hdllib
These blocks are not yet supported by the HDL coder.
To work around this issue, please use the PM Sequence Generator in Communications Blockset. This block is supported by Simulink HDL Coder. For more details on this block, please refer to the following documentation.
web([docroot '/toolbox/commblks/ref/pnsequencegenerator.html'])

More Answers (0)

Categories

Find more on Code Generation in Help Center and File Exchange

Products


Release

R2014a

Community Treasure Hunt

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

Start Hunting!