pub type SpectrumFrame<T = f64> = Vec<Complex<T>>;
pub struct SpectrumFrame<T = f64> { /* private fields */ }