Trait signal_processing::Window
source · pub trait Window<W, WW, O>: Systemwhere
Self::Domain: ComplexOp<W>,
W: ComplexFloat + Into<<Self::Domain as ComplexOp<W>>::Output>,
WW: List<W>,
O: System<Domain = <Self::Domain as ComplexOp<W>>::Output>,{
// Required method
fn window(&self, window: WW) -> O;
}
Required Methods§
Object Safety§
This trait is not object safe.