w = np.fft.fft(data) freqs = np.fft.fftfreq(len(w)). I read about the function fftfreq in the numpy documentation (here) and i found that it returns an ...
確定! 回上一頁