from scipy.fft import fft,fftfreq,ifft. yf = fft(v_t). #freq = n/T. xf = fftfreq( len (result.time[: - 1 ]), 1e - 11 ). plt.plot(xf[ range ...
確定! 回上一頁