Trait signal_processing::operations::filtering::FiltFilt
source · pub trait FiltFilt<'a, X, XX>: Systemwhere
Self::Set: ComplexOp<X>,
X: Into<<Self::Set as ComplexOp<X>>::Output> + ComplexFloat<Real = <Self::Set as ComplexFloat>::Real>,
XX: Lists<X>,{
type Output: ListOrSingle<XX::Mapped<<Self::Set as ComplexOp<X>>::Output>>;
// Required method
fn filtfilt(&'a self, x: XX) -> Self::Output;
}Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.