Use of DSP systems toolbox and computer vision toolbox with HDL coder

1 回表示 (過去 30 日間)
Nikhil Pathak
Nikhil Pathak 2022 年 9 月 26 日
Is it possible, if a simulink model is created with blocks in DSP systems toolbox and Computer vision toolbox (e.g. Convolution block, 2-D Convolution), to create HDL code out of that model? Does HDL simulink coder supports block in the DSP systems toolbox and Computer vision toolbox?

回答 (1 件)

Kiran Kintali
Kiran Kintali 2022 年 9 月 26 日
You can use this command to view the HDL Comptible Blocks.
>> hdllib
  1 件のコメント
Bharath Venkataraman
Bharath Venkataraman 2022 年 9 月 29 日
Kiran has provided the information on the supported blocks above.
HDL codegen is not supported for the Convolution block in DSP System Toolbox and 2D convolution block in Computer Vision Toolbox directly.
You will need to build them using the FIR Filter or FFT blocks in DSP HDL Toolbox. You can also build the functionality using basic blocks and operations like sum, gain and delay in MATLAB or Simulink.

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by