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

1 view (last 30 days)
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?

Answers (1)

Kiran Kintali
Kiran Kintali on 26 Sep 2022
You can use this command to view the HDL Comptible Blocks.
>> hdllib
  1 Comment
Bharath Venkataraman
Bharath Venkataraman on 29 Sep 2022
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.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!