Is it possible to use Matlab Coder to get a C version of an inbuilt Matlab filter design function?

88 Views Asked by At

I'm specifically looking at something like Matlab's firpm function (I know there are C implementations of Remez available online in several sources).

1

There are 1 best solutions below

2
Dan Pollard On

The firpm page on the MATLAB documentation, under "Extended Capabilities", says the function is compatible with C/C++ code generation with the MATLAB Coder.