IIR digital filters (C API)
-
typedef struct _EmlIIR EmlIIR
Filter definition and state.
IIR filters using cascades of Second Order Sections (SOS) Follows conventions of scipy.signal.sosfilt
A single second-order filter is just a special case with n_stages=1