simulink filter compatible with HDL coder

7 次查看(过去 30 天)
is there a simulink filter block thats compatible with HDL coder?

采纳的回答

Pramil
Pramil 2025-2-3
编辑:Pramil 2025-2-3
Hello Wen,
You can use the command "hdllib" (HDL Coder) at the MATLAB command line to create a library of HDL-supported blocks from all your installed products. You can find more about the same in the following documentation:
The output of the command would look like this:
As you can see, the "DSP System Toolbox" as well as the "DSP HDL Toolbox" has many filter blocks that support HDL Code Generation.
hope it helps.
  2 个评论
Bharath Venkataraman
Assuming what you want to do is to independently filter them, you can send the IQ data as a 2x1 vector to the FIR filter blocks. The result will be a 2x1 output.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 HDL Code Generation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by