Linearity of the Fourier Transform
The linearity property lets you break a complex signal into simpler pieces, transform each piece separately, and then combine the results. This is the reason Fourier analysis works so well for real systems: most systems you'll encounter are linear, so you can analyze them one component at a time.
Linearity Property and Its Implications
If and are two signals with Fourier transforms and , and and are constants, then:
In plain terms: scaling and addition pass straight through the Fourier transform. You can transform first and combine later, or combine first and transform later. The result is the same.
This matters most when working with linear time-invariant (LTI) systems. Because LTI systems obey superposition, you can:
- Decompose a complicated input into simpler component signals.
- Take the Fourier transform of each component individually.
- Multiply each transform by the system's transfer function to get the output spectrum.
- Sum the results (by linearity) and inverse-transform to get the time-domain output.
Applications and Importance of Linearity
Superposition is the practical payoff of linearity. The response of a linear system to a sum of inputs equals the sum of the responses to each input on its own. Telecommunications systems, for example, routinely process many signals at once and rely on this fact.
Linearity also connects directly to the convolution theorem: convolution of two signals in the time domain becomes multiplication of their Fourier transforms in the frequency domain.
This turns a potentially painful integral (convolution) into straightforward multiplication, which is one of the biggest practical advantages of working in the frequency domain.

Time and Frequency Shifting
Time-Shifting Property
If has Fourier transform , then delaying the signal by seconds gives:
The key insight: a time delay does not change the magnitude spectrum . It only introduces a linear phase shift of . The phase shift grows linearly with frequency and is proportional to the delay .
This makes intuitive sense. Shifting a signal in time doesn't add or remove any frequency content; it just changes when those frequency components arrive. That "when" information lives entirely in the phase.
Practical examples:
- An echo in an audio signal is a delayed copy of the original. In the frequency domain, the echo has the same magnitude spectrum but a different phase.
- Frame delays in video processing work the same way: the content is identical, just shifted in time.

Frequency-Shifting Property
If has Fourier transform , then multiplying by a complex exponential at frequency gives:
This shifts the entire spectrum to the right by . Multiplying by would shift it to the left by .
Notice the duality with time-shifting: a shift in one domain corresponds to multiplication by a complex exponential in the other domain.
Practical examples:
- Amplitude modulation (AM): Multiplying a baseband signal by shifts its spectrum up to a carrier frequency (and creates a mirror image at ), since .
- Frequency-division multiplexing (FDM): Different signals are shifted to different carrier frequencies so they can share the same channel without interfering.
Fourier Transform of Shifted Signals
Applying Time and Frequency Shifting Together
When a signal undergoes both a time shift and a frequency shift, you apply both properties. The order matters for getting the phase factor right.
For , the Fourier transform is:
Here's a step-by-step approach for finding the transform of a shifted signal:
-
Start with the known transform of the unshifted signal .
-
Apply the frequency shift if the signal is multiplied by : replace with in .
-
Apply the time shift if the signal is delayed by : multiply the result by .
-
Simplify the combined expression.
Be careful with the sign conventions. A delay of gives a factor of (negative exponent). A frequency shift up by shifts the spectrum argument to .
Analyzing Shifted Signals in Practice
These properties show up constantly in real systems:
- Radar ranging: The received radar pulse is a time-delayed version of the transmitted pulse. Measuring the phase shift across frequencies lets you extract the round-trip delay , which gives target range as .
- Doppler radar: A moving target also frequency-shifts the return signal. The Doppler shift is proportional to the target's radial velocity, so you can extract both range (from time shift) and speed (from frequency shift) simultaneously.
- Digital communications: Modulation schemes like QAM and OFDM use frequency shifting to place data on specific carrier frequencies. Understanding how shifts affect the spectrum is essential for designing receivers that correctly demodulate these signals.
- Matched filtering and pulse compression rely on knowing exactly how time and frequency shifts transform the signal spectrum, so the receiver can optimally detect delayed, Doppler-shifted returns.