Concepts:
Sound | Image |
---|---|
![]() |
![]() |
spacial domain $y = f(x)$ to frequency domain $y' = f(frequency)$
are approximation basis for smooth functions
When the data is discrete (pixels, measurements):
$$X_k = \sum_{n=0}^{N-1}x_n\cdot e ^{-\frac {i2pi} N kn}$$Fast Fourier Transform (FFT) computes in $O(N \log N)$ instead of $O(N^2)$