FFT

Python FFT Toollit

此內容由 Notion 編輯並經由 Notion API 自動轉成 Hugo 頁面 The content write by Notion, and use Notion API convert to Hugo page. 前言 整理目前在 Python 所用過的 FFT Library。所有安裝都是在 Windows 10 下完成,其他平台沒試過,會遇到甚麼坑我也不知道XD NumPy 一種 Python 的矩陣運算工具,主要用 C-code 寫成,因此計算速度很快。 安裝 pip install numpy 範例 import numpy as np A = …