Simulink & System Generator USRP N210 problem

2 views (last 30 days)
I have a problem when I use the HDL Code ==> HDL Workflow Advisor tool. I'm trying to generate the image to reload the USRP and I get errors in the process. I'm trying to do an accumulation using the block "Cumulative Sum" or System generator block "Accumulator" or using "Matlab function" block. The program fails all the time, in section 2.3 "Check Block Compatibility".
Anyone know any other way to make an accumulation or a possible solution to this problem?

Answers (1)

Tim McBrayer
Tim McBrayer on 25 Aug 2014
As you have discovered, the Cumulative Sum block is not supported for HDL code generation. You will need to decompose the particular behavior of your block configuration and implement this with blocks that are supported by HDL Coder.

Categories

Find more on Communications Toolbox in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!