Resizing spectrograms

前端 未结 0 1765
面向向阳花
面向向阳花 2020-12-19 14:57

I am running the following code to plot the spectrogram of an image.

spec,freq,t,im = plt.specgram(raw[10],Fs=100,NFFT=100,noverlap=50)
plt.axis(\'off\')


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