signal = np.sin(10*time) + np.cos(20*time) ... Sine and cosine wave ... In NumPy, the power spectrum of a signal can be obtained using the fft() function ...
確定! 回上一頁