hi, i am trying to model in simulink where i am trying to give input from the workspace . i do receive the error in port width or dimensions. my input is about [1 9601] exactly i receive error in delay block. can anyone please help me out with this?
2 次查看(过去 30 天)
显示 更早的评论
I am trying to simulate in Simulink which supports HDL coder where I am facing the error in port width or dimensions for the input given. buffer blocks are not supported for HDL coding is there any alternative method in Simulink which supports it. i have attached the image of the Simulink project.
6 个评论
Bharath Venkataraman
2018-11-5
The buffer block is not supported because you would never send an entire frame into HDL in one clock. If you send the output of the buffer block to the "Programmable FIR via Registers" subsystem, that subsystem generates HDL.
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!