pub fn adaptive_sparse_fft<T>( signal: &[T], threshold: f64, ) -> FFTResult<SparseFFTResult>where T: NumCast + Copy + Debug + 'static,
Adaptive sparse FFT with automatic sparsity estimation