Fourier analysis is a way to study complicated signals by breaking them into simpler sine and cosine waves. This cheat sheet helps students connect equations to real applications such as sound, images, circuits, and data filtering. It is useful because many real-world patterns are easier to understand in the frequency domain than in the time domain.
The main idea is that a signal can be represented as a sum or spread of waves with different frequencies, amplitudes, and phases. Fourier series are used for periodic signals, while Fourier transforms are used for nonperiodic or continuous signals. Important applications include identifying dominant frequencies, removing noise, compressing data, and solving differential equations.
Key Facts
- A periodic function f(t) with period T can be written as a Fourier series: f(t) = a0/2 + sum from n = 1 to infinity of [an cos(nω0t) + bn sin(nω0t)], where ω0 = 2π/T.
- The Fourier transform changes a time-domain signal into a frequency-domain function: F(ω) = integral from negative infinity to infinity of f(t)e^(-iωt) dt.
- The inverse Fourier transform reconstructs the original signal: f(t) = 1/(2π) integral from negative infinity to infinity of F(ω)e^(iωt) dω.
- Amplitude tells how strong a frequency component is, while phase tells how that component is shifted in time.
- A low-pass filter keeps low frequencies and reduces high frequencies, which is useful for smoothing data or removing sharp noise.
- A high-pass filter keeps high frequencies and reduces low frequencies, which is useful for detecting edges in images or fast changes in signals.
- The sampling rate must be at least twice the highest frequency in a signal to avoid aliasing, so fs >= 2fmax.
- Convolution in the time domain becomes multiplication in the frequency domain: Fourier transform of (f * g) = F(ω)G(ω).
Vocabulary
- Fourier Series
- A representation of a periodic function as a sum of sine and cosine waves.
- Fourier Transform
- A mathematical operation that converts a signal from time or space information into frequency information.
- Frequency Spectrum
- A display or function showing which frequencies are present in a signal and how strong they are.
- Amplitude
- The size or strength of a wave component in a signal.
- Phase
- The horizontal shift of a wave component relative to a reference wave.
- Aliasing
- A sampling error that makes high-frequency signals appear as false lower-frequency signals.
Common Mistakes to Avoid
- Confusing time domain and frequency domain is wrong because the time domain shows how a signal changes over time, while the frequency domain shows which wave components make it up.
- Using frequency f and angular frequency ω as if they are the same is wrong because they differ by the formula ω = 2πf.
- Ignoring phase is wrong because two signals can have the same amplitudes at each frequency but still look different if their phases are different.
- Sampling below the Nyquist rate is wrong because frequencies above half the sampling rate can be misread as lower frequencies.
- Assuming filtering only changes noise is wrong because a filter can also remove or weaken useful parts of the original signal if their frequencies overlap with the noise.
Practice Questions
- 1 A sound wave has period T = 0.005 s. Find its fundamental frequency f0 and angular frequency ω0.
- 2 A sensor samples data at 200 Hz. What is the highest frequency that can be measured without aliasing?
- 3 A signal is f(t) = 3 cos(10t) + 2 sin(30t). Identify the angular frequencies present and the amplitude of each component.
- 4 Explain why Fourier analysis is useful for removing high-frequency noise from a slowly changing temperature signal.