
simulink filter compatible with HDL coder
7 ビュー (過去 30 日間)
古いコメントを表示
is there a simulink filter block thats compatible with HDL coder?
0 件のコメント
採用された回答
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
2025 年 5 月 28 日
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 Center および File Exchange で HDL Code Generation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!