Inverse FAST Fourier transformation with NumPy; 逆快速傅立葉轉換

將傅立葉轉換過後的數值,反轉換回函數


產生一個300個點的全波長sine波矩陣,並利用傅立葉轉換轉換值域
再將轉換過後的數值,逆轉換爲原有函數
Example Code
Note and Comments
result