The following simple example shows how to use numpy.fft.fftfreq: Copy >>> signal = np.array([-2, 8, 6, 4, 1, 0, 3, 5], dtype=float) >>> fourier ...
確定! 回上一頁