Fourier Transform for Aperiodic Signals
Definition and Properties of Aperiodic Signals
Fourier series work great for periodic signals, but most real-world signals (a single clap, a transient voltage spike, a one-time pulse) don't repeat. These are aperiodic signals, and analyzing their frequency content requires the Fourier transform instead.
- An aperiodic signal is any signal that does not repeat periodically over time.
- Common examples: a single rectangular pulse, a decaying exponential , or a chirp signal whose frequency sweeps over time.
- Unlike periodic signals (which have discrete frequency components at harmonics), aperiodic signals have a continuous frequency spectrum. Every frequency contributes, not just integer multiples of a fundamental.
- Aperiodic signals carry finite total energy, calculated as:
This finite-energy requirement is what distinguishes signals suited for the Fourier transform from periodic signals, which have finite power but infinite energy.
The Fourier Transform
The Fourier transform decomposes an aperiodic time-domain signal into a continuous spectrum of frequencies. For a signal , the transform is:
- is the frequency-domain representation of the signal.
- is frequency (in Hz).
- is the imaginary unit ().
You can think of this integral as correlating with a complex exponential at each frequency . Where the signal has strong content at a particular frequency, will be large there.
Existence condition: The transform exists when is absolutely integrable:
Frequency Spectrum and Continuous Spectrum
Because is generally complex-valued, it's common to split it into two parts:
- Magnitude spectrum : Shows the amplitude of each frequency component. This tells you which frequencies are present and how strong they are.
- Phase spectrum : Shows the phase shift of each frequency component. This tells you the relative timing between different frequency components.
Both pieces are needed to fully reconstruct the original signal. Two signals can share the same magnitude spectrum but sound or look completely different because of their phase spectra.
Inverse Fourier Transform

Definition and Properties of the Inverse Fourier Transform
The inverse Fourier transform takes you back from the frequency domain to the time domain, reconstructing from :
Notice the symmetry with the forward transform. The only differences are the sign of the exponent ( instead of ) and that you're integrating over frequency instead of time.
The inverse transform exists when is absolutely integrable: .
Together, the forward and inverse transforms form a transform pair: you can move freely between domains without losing information.
Dirac Delta Function and Its Properties
The Dirac delta function is a mathematical idealization that shows up constantly in Fourier analysis. It represents an infinitely narrow, infinitely tall pulse with unit area:
Its most useful property is the sifting property: for any continuous function ,
This "picks out" the value of at .
Two key Fourier transform pairs involving the delta function:
- (an impulse in time has equal content at all frequencies)
- (a constant spectrum in frequency corresponds to a single impulse in time)
These pairs are useful for deriving other transforms and for modeling idealized impulse inputs to systems.
Convolution Theorem and Its Application
Convolution describes how a linear time-invariant (LTI) system processes an input signal. The convolution of and is:
Computing this integral directly can be tedious. The convolution theorem provides a shortcut:
In other words, convolution in the time domain becomes simple multiplication in the frequency domain. This is one of the most practically important results in signal processing.
To find the output of an LTI system using this theorem:
- Compute (transform the input).
- Compute (transform the impulse response).
- Multiply: .
- Inverse transform: .
The reverse also holds: multiplication in time corresponds to convolution in frequency.
Time-Frequency Duality
Properties and Implications of Time-Frequency Duality
Time-frequency duality refers to the deep symmetry between the time and frequency domains. Operations you perform in one domain have direct counterparts in the other. Recognizing these pairs saves a lot of work because you can often derive a new result by applying duality to one you already know.
Here are the most important duality relationships:
| Time-Domain Operation | Frequency-Domain Counterpart |
|---|---|
| Scaling: | |
| Time shift: | |
| Convolution: | |
| Multiplication: |
A few things to notice:
- Scaling tradeoff: Compressing a signal in time (making it shorter) spreads its spectrum wider in frequency, and vice versa. A very narrow pulse has a very wide bandwidth. This is a fundamental constraint you'll encounter repeatedly in communications and signal processing.
- Time shift → phase shift: Shifting a signal in time doesn't change which frequencies are present (the magnitude spectrum stays the same), it only changes when they arrive (the phase spectrum shifts linearly with frequency).
- Convolution ↔ multiplication: This pair is the convolution theorem from the previous section, stated in both directions.
These duality properties make the Fourier transform especially powerful for circuit and system analysis, because difficult operations in one domain often become straightforward operations in the other.