This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
X(k) = Σ[x(n) * exp(-j * 2π * k * n / N)]
其中,X(k)表示频域中的第k个频率分量,x(n)表示时域中的第n个采样点,N表示信号的长度,j表示虚数单位(i的代替符号)。