我在numpy文档(here)中读到了函数fftfreq ,我发现它返回一个包含以下内容的数组: w = np.fft.fft(data) freqs = np.fft.fftfreq(len(w)).
確定! 回上一頁