Main Content
generateFilteringCode
Generate MATLAB code to filter signals using parallel filter structure
Since R2023b
Description
generateFilteringCode(
generates a
MATLAB® function in the editor that creates the branches of the parallel filter
PF
)PF
and processes input data through each of these branches.
If the filters in each stage support code generation, you can generate C/C++ code from this function.
Examples
Input Arguments
Version History
Introduced in R2023b