Trait signal_processing::decompositions::MinPhase  
source · pub trait MinPhase: System {
    type OutputMin: System<Set = Self::Set>;
    type OutputAp: System<Set: ComplexFloat<Real = <Self::Set as ComplexFloat>::Real>>;
    // Required method
    fn minphase(self) -> (Self::OutputMin, Self::OutputAp);
}Required Associated Types§
type OutputMin: System<Set = Self::Set>
type OutputAp: System<Set: ComplexFloat<Real = <Self::Set as ComplexFloat>::Real>>
Required Methods§
Object Safety§
This trait is not object safe.