pub fn stft( signal: &[f32], window_length: usize, hop_length: usize, ) -> Array2<f64>
Compute the Short-Time Fourier Transform of a signal