Learn Before
Formula

Discrete Fourier Transform (DFT)

The Discrete Fourier Transform (DFT) is an approximation of the Fourier series on a finite interval. It converts a signal from the time domain to the frequency domain.

Input: A windowed signal x[n]... x[m]. Output: For each frequency band, a complex number X[k]X[k] representing the magnitude and phase of that frequency component in the original signal.

We compute X[k]X[k] with: X[k]=n=0N1x[n]ej2πNknX[k] = \sum_{n=0}^{N-1} x[n]e^{-j\frac{2\pi}{N}kn}

0

1

Updated 2026-06-13

Tags

Data Science