pub fn spectral_flatness_sparse_fft<T>( signal: &[T], flatness_threshold: f64, window_size: usize, ) -> FFTResult<SparseFFTResult>where T: NumCast + Copy + Debug + 'static,
Spectral flatness sparse FFT