๐๏ธ Prerequisite Theory
This section assumes familiarity with the below:
๐๏ธ Keywords & Conventions
Keywords
๐๏ธ Introduction
Fourier techniques let us express any signal as a sum of its constituent "pure" sinusoids (frequencies), meaning:
๐๏ธ Fourier Series - the bridge (periodic signals)
The Fourier Series decomposes a periodic signal in the time domain into a sum of harmonics -
๐๏ธ Continuous Fourier Transform
If you take the Fourier series and let the period $T \to \infty$, the discrete harmonic lines become continuous โ resulting in the Continuous Fourier Transform (CFT).
๐๏ธ Discrete-time signals and the DFT
When we sample a continuous-time signal at a sampling rate $f_s$ (in Hz), or when we work with inherently discrete data (such as digital audio or images),
๐๏ธ How Fourier Transforms Work
To understand how Fourier transforms work โunder the hoodโ, we must start by
๐๏ธ Sign of the Exponent in the Fourier Kernel and Its Relationship to Rotational Direction
In the Fourier transform, the kernel contains a complex exponential of the form:
๐๏ธ Relationship Between the Fourier Series and the Continuous and Discrete Fourier Transforms
- Fourier series: discrete frequencies for periodic continuous signals
๐๏ธ Why Img2Num Uses the DFT
1. Inputs are digital โ images and arrays are sampled and finite; the DFT exactly models the transform we can compute on them.
๐๏ธ Fourier Cheat Sheet
Core identities