[Solved] Elliptic Filter Code [closed]


If you use e.g. MATLAB to design your filter (using e.g. the ellip function), you can take the resulting filter coefficients and very easily implement the filter in software (it’s just a matter of multiplying the float values by the coefficients and following the rational filter equation).

1

solved Elliptic Filter Code [closed]