Spectrogram quality
Closed this issue · 2 comments
JuanFMontesinos commented
JuanFMontesinos commented
Well, to be constructive you can fix it with the hanning window from scipy
scipy.signal.get_window("hanning", nfft)
pseeth commented
These should be the same now, within some margin of error. Still having an issue with getting the phases to match perfectly though.