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