from scipy.fftpack import fft · # Number of samplepoints · N = 600 · # sample spacing · T = 1.0 / 800.0 · x = np.linspace(0.0, N*T, N) · y = np.sin( ...
確定! 回上一頁