How does the convolution relate to the most popular transforms in signal processing?
Please
accept marketing cookies
to access the video player.
The convolution property appears in at least in three very important transforms: the Fourier transform, the Laplace transform, and the z-tranform. These are the most often used transforms in continuous and discrete signal processing, so understanding the significance of convolution in them is of great importance to every engineer. In this article the definitions of the aforementioned transforms are presented, followed by their respective convolution property versions with their proofs.
The Convolution Series
- Definition of convolution and intuition behind it
- Mathematical properties of convolution
- Convolution property of Fourier, Laplace, and z-transforms
- Identity element of the convolution
- Star notation of the convolution
- Circular vs. linear convolution
- Fast convolution
- Convolution vs. correlation
- Convolution in MATLAB, NumPy, and SciPy
- Deconvolution: Inverse convolution
- Convolution in probability: Sum of independent random variables
Recap
Let us briefly recap the definition of the discrete convolution
x[n]∗h[n]=k=−∞∑∞x[k]h[n−k],n∈Z(1)
and the continuous convolution
x(t)∗h(t)=−∞∫∞x(τ)h(t−τ)dτ,t∈R.(2)
Here we assume that x[n],h[n] are discrete-time, square-summable signals and x(t),h(t) are continuous-time, square-integrable signals.
To understand these properties more easily, we can think of h as a filter’s impulse response and x as an input signal to that filter. But I wouldn’t like this intuition to cloud the bigger picture; these properties are much more general than this particular interpretation.
In Short
The main takeaway from this article is that convolution in the time domain changes to multiplication (possibly with some additional constraints) in the transform domain. In particular,
- For the Fourier transform, x(t)∗h(t)⟷FX(jω)H(jω).
- For the Laplace transform, x(t)∗h(t)⟷LX(s)H(s) with the region of convergence (ROC) containing the intersection of X(s)'s ROC and H(s)'s ROC.
- For the z-transform, x[n]∗h[n]⟷ZX(z)H(z) with the ROC containing the intersection of X(z)'s ROC and H(z)'s ROC.
Analogously, convolution in the transform domain changes to multiplication in the time domain. This symmetry should be clear from the derivations, so I only mention it once.
The article explains these relations in detail and gives proofs of the corresponding convolution property versions.
The Fourier transform is without a doubt the most important transform in signal processing. For a continuous signal x(t) it is defined as follows [1, Eq. 4.25]
F{x(t)}=X(jω)=−∞∫∞x(t)e−jωtdt.(3)x(t) and X(jω) are referred to as as a Fourier transform pair. We can denote this by
x(t)⟷FX(jω).(4)While t is interpreted as continuous time, ω is interpreted as angular frequency with the unit of rad/s.
The Convolution Property
The behavior of convolution under any of the three discussed transforms bears the name of the convolution property. When the following transforms exist
x(t)⟷FX(jω),(5)h(t)⟷FH(jω),(6)the transform of their convolution is the multiplication of their transforms [1, Eq. 4.56]
x(t)∗h(t)⟷FX(jω)H(jω).(7)Note: The same holds for the Fourier transform of discrete signals (not to be confused with the discrete Fourier transform). For details, see [2, p. 60].
Proof
We can prove the convolution property by definining
y(t)=x(t)∗h(t)(8)and deriving its Fourier transform
Y(jω)=F{y(t)}=−∞∫∞y(t)e−jωtdt=−∞∫∞(x∗h)(t)e−jωtdt=−∞∫∞−∞∫∞x(τ)h(t−τ)e−jωtdtdτ=−∞∫∞x(τ)e−jωτ−∞∫∞h(t−τ)e−jω(t−τ)dtdτ=−∞∫∞x(τ)e−jωτH(jω)dτ=−∞∫∞x(τ)e−jωτdτH(jω)=X(jω)H(jω).□Application
The convolution property of the Fourier transform has a number of practical applications, namely, it enables
- fast convolution algorithms,
- efficient implementations of various signal processing algorithms via frequency-domain filtering,
- deconvolution in the frequency domain,
- frequency-based filter design,
- cascaded systems analysis,
- further transform properties derivations.
Additionally, the convolution property makes the commutativity property from the previous article immediately obvious, as the multiplication operands X(jω) and H(jω) can be exchanged.
The Laplace transform is another frequently used transform even outside the field of engineering. For example, it plays an important role in solving differential equations.
The Laplace transform of x(t) is defined as follows [1, Eq. 9.3]
X(s)=L{x(t)}=−∞∫∞x(t)e−stdt,s∈C,(9)where s is a complex-frequency variable. It is important to note that X(s) may only exist for certain values of s. The region in the complex-frequency plane containing all values of s for which the integral in Equation 9 converges is called the region of convergence (ROC) of the Laplace transform. In this article, I denote ROC of X(s) by RX. (Thus, in Equation 9 I should have written s∈RX).
The relationship between x(t) and X(s) is denoted by
x(t)⟷LX(s).(10)Convolution Property
When the following transforms exist
x(t)⟷LX(s),s∈RX,(11)h(t)⟷LH(s),s∈RH,(12)the Laplace transform of their convolution is the multiplication of their transforms [1, Eq. 9.95]
x(t)∗h(t)⟷LX(s)H(s),s∈RXH,(13)where RXH denotes the region of convergence of the transform. It is guaranteed that (RX∩RH)⊆RXH, but RXH may be larger than just the intersection of the two ROCs. Note that convolution implicitly alters the region of convergence of both involed signals’ transforms.
Proof
By substituting s=jω we can notice that the Fourier transform is a special case of the Laplace transform. As such, it is no surprise that the proof of the convolution property of the Laplace transform is analogous to the respective proof for the Fourier transform. Thus, refer back to that proof replacing jω with s; the result is the same.
Application
Without going into details, let me just mention that the convolution property of the Laplace transform plays an important role in the analysis of linear time-invariant (LTI) systems.
What the Laplace transform does for continuous-time systems, the z-transform does for discrete-time systems. System analysis is typically easier in the complex-frequency domain than directly in the time domain.
The z-transform of a discrete signal x[n] is defined as follows
Z{x[n]}=X(z)=n=−∞∑∞x[n]z−n,z∈RX,(14)where RX denotes the region of convergence of the transform, i. e., the set of values for which the infinite sum in Equation 14 converges.
Again, the relation between x[n] and X(z) is denoted by
x[n]⟷ZX(z),z∈RX.(15)Convolution Property
When the following transforms exist
x[n]⟷ZX(z),z∈RX,(16)h[n]⟷ZH(z),z∈RH,(17)the z-transform of their convolution is the multiplication of their transforms [1, Eq. 10.81]
x[n]∗h[n]⟷ZX(z)H(z),z∈RXH,(13)where RXH denotes the region of convergence of the transform. As in the case of the Laplace transform, it is guaranteed that (RX∩RH)⊆RXH, but RXH may be larger than the intersection of the two ROCs.
Proof
The proof of the convolution property is rather straightforward
Z{x[n]∗h[n]}=n=−∞∑∞(x∗h)[n]z−n=n=−∞∑∞(k=−∞∑∞x[k]h[n−k])z−n=k=−∞∑∞x[k]z−kn=−∞∑∞h[n−k]z−(n−k)=k=−∞∑∞x[k]z−kH(z)=X(z)H(z).□
Summary
In this article the convolution property of the Fourier, Laplace, and z-transform were shown along with their proofs. In general, convolution in the time domain corresponds to multiplication in the transform domain. Keep this simple rule in mind, and you’ll be able to simplify or speed up your signal processing tasks at hand.
Bibliography
[1] Alan V. Oppenheim, Alan S. Willsky, with S. Hamid Signals and Systems, 2nd Edition, Pearson 1997.
[2] Alan V. Oppenheim, Ronald W. Schafer Discrete-Time Signal Processing, 3rd Edition, Pearson 2010.
Comments powered by Talkyard.