Filter output and input signals of dataset dat.
The filter is specified either by LTI system sys
or by transfer function polynomials b and a as described
in the help text of Octave’s built-in filter function. Type help filter
for more information.
Inputs
iddata identification dataset containing signals in time-domain.
LTI object containing the discrete-time filter.
Numerator polynomial of the discrete-time filter. Must be a row vector containing the coefficients of the polynomial in ascending powers of z^-1.
Denominator polynomial of the discrete-time filter. Must be a row vector containing the coefficients of the polynomial in ascending powers of z^-1.
Outputs
iddata identification dataset with filtered output and input signals.
Package: control