STFT Method #80
-
how to use STFT like f, t, tf_data = signal.stft(wavedata, fs=fs, window='hamming', nperseg=N_fft, noverlap=int(N_fft*0.9)) |
Beta Was this translation helpful? Give feedback.
Answered by
ar1st0crat
Feb 17, 2024
Replies: 1 comment
Answer selected by
ar1st0crat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#78