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 representing the magnitude and phase of that frequency component in the original signal.
We compute with:
0
1
Updated 2026-06-13
Tags
Data Science