MATLAB® Coder™ generates standalone C/C++ code from Wavelet Toolbox™ functions that have been enabled to support code generation. Using the toolbox with MATLAB Coder, you can generate ANSI-compliant C/C++ code or MEX functions. Wavelet Toolbox code generation supports these workflows:
1-D continuous wavelet transform
1-D and 2-D critically sampled discrete wavelet transforms (DWT)
Shearlets
Nondecimated 1-D wavelet transform (MODWT)
Nondecimated 1-D wavelet packet transform (MODWPT)
1-D and 2-D wavelet denoising
Code Generation Support, Usage Notes, and Limitations
Functions, with associated limitations, that support code generation.
Generate Code to Denoise a Signal
Generate code containing Wavelet Toolbox functions.
Generate C Code at the Command Line (MATLAB Coder)
Generate C/C++ code from MATLAB code by using the codegen
command.
Accelerate MATLAB Algorithm by Generating MEX Function (MATLAB Coder)
Generate a MEX function from a MATLAB function by using the codegen
command.