how to change x axis to find peaks from magnitude spectrum in python

前端 未结 0 1796
旧巷少年郎
旧巷少年郎 2020-12-20 02:09

I\'ve loaded an audio file with librosa to plot its magnitude spectrum

signal, sr = librosa.load(audio_file, sr=44100)

signal_fft = np.fft.fft(signal)
magnit         


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