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

1 次查看(过去 30 天)
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
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