Plotting spectrogram using specgram and matplotlib

后端 未结 0 1212
不思量自难忘°
不思量自难忘° 2020-11-29 23:06

I calculated the spectogram of an image using the piece of code show below.

spec,freq,t,im = plt.specgram(raw[18],Fs=100,NFFT=100,noverlap=50).

相关标签:
回答
  • 消灭零回复
提交回复
热议问题