Can anyone guide me on how to calculate the frequency in hz from wav file? The wave file is of 50 secs

前端 未结 0 519
臣服心动
臣服心动 2020-12-04 20:29

I am using numpy library to calculate freq = np.fft.rfftfreq(len_data, 1.0 / rate) , If I am not wrong then this frequency is without unit . How can

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