simulink filter compatible with HDL coder

조회 수: 7 (최근 30일)
wen
wen 2025년 1월 31일
댓글: Bharath Venkataraman 2025년 5월 28일
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
wen
wen 2025년 2월 4일
is there one that accept IQ data pair?
Bharath Venkataraman
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 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