几天前,我遇到了这个关于FFT 用法的答案。 在答案中有一段这样的代码: w = np.fft.fft(data) freqs = np.fft.fftfreq(len(w)) 我读了关于函数fftfreq 在numpy 文档( ...
確定! 回上一頁