Trait signal_processing::FreqZ
source · pub trait FreqZ<'a, H, W, N>: Systemwhere
H: Lists<Complex<<Self::Domain as ComplexFloat>::Real>>,
W: List<<Self::Domain as ComplexFloat>::Real>,
N: Maybe<usize>,{
// Required method
fn freqz(&'a self, n: N, shift: bool) -> (H, W);
}
Required Methods§
Object Safety§
This trait is not object safe.