Comparison

Fourier Series vs Fourier Transform

A 50 Hz square wave from a function generator repeats forever — its Fourier Series gives you discrete harmonic amplitudes at 50, 150, 250 Hz and so on. Feed a single rectangular pulse into a spectrum analyser and you get a continuous sinc-shaped spectrum — that is the Fourier Transform. One tool handles periodicity; the other handles aperiodic energy signals. Both appear in every S&S exam.

EEE, ECE, EI

Side-by-side comparison

ParameterFourier SeriesFourier Transform
Input signal typePeriodic signals with period T0Aperiodic (non-periodic) signals; also generalised for periodic
Output spectrumDiscrete line spectrum at harmonics nf0Continuous spectrum X(f) or X(jω) defined for all frequencies
Mathematical formx(t) = Σ cn·e^{j2πnf0t}, n = −∞ to ∞X(f) = ∫_{-∞}^{∞} x(t)·e^{-j2πft} dt
Coefficients / valuesDiscrete complex coefficients cnContinuous complex function X(f)
Fundamental requirementSignal must be periodic (Dirichlet conditions)Signal must be absolutely integrable or square-integrable
Energy/power signalApplied to power signals (periodic → infinite energy)Applied to energy signals (finite energy)
Relationshipcn = (1/T0)·X(f)|_{f=n/T0} — FS coeffs are samples of FTFT of periodic signal gives impulses: Σ cn·δ(f − nf0)
Real exampleHarmonic analysis of 230 V, 50 Hz AC waveform distortionSpectrum of a single RADAR pulse or a Gaussian window
Gibbs phenomenonOvershoot at discontinuities when series is truncatedDoes not apply directly; windowing introduces spectral leakage
MATLAB functionComputed via FFT on one period; manual cn formulafft() on aperiodic signal or freqz() for system response

Key differences

Fourier Series decomposes a periodic signal into harmonics at integer multiples of f0 = 1/T0; the spectrum is discrete. Fourier Transform handles aperiodic energy signals and produces a continuous spectrum. The deep link: as T0 → ∞ in the FS, harmonics get closer together and the discrete spectrum becomes the continuous FT. For a 50 Hz square wave, FS gives cn = (2A/nπ)sin(nπ/2) at n = 1, 3, 5 … — all odd harmonics. A single square pulse's FT is A·τ·sinc(fτ), a continuous envelope.

When to use Fourier Series

Use Fourier Series when the signal is periodic — for example, analysing the harmonic content of the output of a PWM inverter to check compliance with IEEE 519 harmonic standards.

When to use Fourier Transform

Use the Fourier Transform when the signal is aperiodic — for example, finding the bandwidth of a single Gaussian pulse used in ultra-wideband (UWB) radar where the pulse duration is 1 ns.

Recommendation

For university exams, choose Fourier Series for any periodic waveform and Fourier Transform for single pulses or decaying signals. If the problem says "find the spectrum" without specifying, check periodicity first. For GATE, the relationship cn = X(nf0)/T0 is a guaranteed 2-mark question.

Exam tip: Examiners ask you to find FS coefficients of a full-wave rectified sine and then sketch the spectrum — show discrete lines at 0, 2f0, 4f0 (no odd harmonics) and label cn magnitudes.

Interview tip: Interviewers ask why we can't use the regular Fourier Series for a non-periodic signal — explain that a non-periodic signal has no f0, so harmonics have no meaning; you need the continuous FT integral instead.

More Signals Systems comparisons