aspcore.filter.IIRFilter
- class aspcore.filter.IIRFilter(num_coeffs, denom_coeffs)
Bases:
object- num_coeffs and denom_coeffs should be a list of ndarrays,
containing the parameters of the rational transfer function If only one channel is desired, the arguments can just be a ndarray
- __init__(num_coeffs, denom_coeffs)
Methods
__init__(num_coeffs, denom_coeffs)process(data_to_filter)