Trait signal_processing::MaxPhase
source · pub trait MaxPhase: System {
type OutputMax: System<Domain = Self::Domain>;
type OutputAp: System<Domain: ComplexFloat<Real = <Self::Domain as ComplexFloat>::Real>>;
// Required method
fn maxphase(self) -> (Self::OutputMax, Self::OutputAp);
}