MATLAB: Can HDL Coder 3.0 (R2012a) produce HDL code for JPEG-2000 compression and decompression for use in an FPGA

2000codecodeccompressionComputer Vision Toolboxdecompressiongenerationhdljpeg

I am looking to encode and decode JPEG-2000 images, and then port them to HDL for implementation on an FPGA.
Is this supported by HDL Coder 3.0 (R2012a)?

Best Answer

The ability to generate HDL code for JPEG-2000 compression and decompression is currently not available in HDL Coder 3.0 (R2012a).
The only workaround is to implement these algorithms using the supported subset of the MATLAB language for code generation:
<http://www.mathworks.com/help/toolbox/eml/ug/bq1h2z8-12.html>
Related Question