code generation -凯发k8网页登录
generate c or c source code, or a mex function from dsp system toolbox™ signal processing algorithms using matlab® coder™ and simulink® coder. to learn how to generate c code, see . in addition, you can generate code optimized for arm cortex-m processors and arm cortex-a processors using embedded coder®. for more information, see . you can also tune your algorithm parameters directly from matlab or simulink in real time via the ui while your generated c code executes on the desktop.
dsp system toolbox also supports simd code generation using intel avx2 technology for certain matlab system objects and simulink blocks. for more details, see .
with the dspunfold
function, you can
generate a multithreaded mex file, which leverages the multicore cpu
architecture of the host computer. to use this function, you must have a
matlab
coder license.
you can use matlab and simulink for rapid prototyping of hardware designs. certain dsp system toolbox and dsp hdl toolbox™ algorithms support hdl code generation when used with hdl coder™. to find supported algorithms, see . for digital filter designs in matlab, use filter design hdl coder™ to generate hdl code and optimize filter implementation for hardware speed or area. for details, see (filter design hdl coder). both hdl coder and filter design hdl coder generate target-independent synthesizable verilog™ and vhdl™ code for fpga programming or asic prototyping and design.
highlighted topics
categories
generate c and c code from matlab and simulink
- hdl code generation
generate hdl code from matlab and simulink
acceleration using dataflow multithreading or generated mex functions
generate simd code from certain algorithms in dsp system toolbox using intel avx2 technology
generate c code optimized for arm cortex-m and arm cortex-a processors