pub fn time_frequency_transform<T>( signal: &[T], config: &TFConfig, sample_rate: Option<f64>, ) -> FFTResult<TFResult>where T: NumCast + Copy + Debug,
Compute a time-frequency representation of a signal