Ask, Learn and Accelerate in your PhD Research

image Post Your Answer


image

Ways to convert MATLAB into VHDL code?


Hello, 
I have a written image transformation code in MATLAB, and now, I want to covert it into VHDL coding. Is there any possibility to convert the image related coding into VHDL. If yes, then Please do tell me.

All Answers (4 Answers In All) Post Your Answer

By Luv Bhatia Answered 6 years ago

There are two ways in which you can develop the VHDL code 1. Using the HDL Coder Toolbox from Matlab 2. Design your system generator file which is similar to Simulink, internally HDL code converter option available.


By Brijesh Sharma Answered 6 years ago

It is little, tricky to write VHDL CODING for image transformations. But you can write it directly with the help of: ct, dwt etc. in Matlab.


By Supriya Mishra Answered 6 years ago

Write the structure in a hardware description language, Verilog or VHDL. There are automatic programs, but you get better results by hand-coding it.


By Himakshi B Answered 6 years ago

Try using HDL Coder toolbox.


Your Answer


View Related Questions