The Laplace transform is a generalization of the Continuous-Time Fourier
Transform. It is used because the CTFT does not converge/exist for many important signals, and yet it does for the Laplace-transform (e.g., signals with infinite
Inside Collection (Course): Signals and Systems
Summary: Describes Laplace transforms.
The Laplace transform is a generalization of the Continuous-Time Fourier
Transform. It is used because the CTFT does not converge/exist for many important signals, and yet it does for the Laplace-transform (e.g., signals with infinite
Although Laplace transforms are rarely solved in practice using integration (tables and computers (e.g. Matlab) are much more common), we will provide the bilateral Laplace transform pair here for purposes of discussion and derivation. These define the forward and inverse Laplace transformations. Notice the similarities between the forward and inverse transforms. This will give rise to many of the same symmetries found in Fourier analysis.
Taking a look at the equations describing the Z-Transform and the Discrete-Time Fourier Transform:
| Plots |
|---|
![]() |
With the Fourier transform, we had a complex-valued
function of a purely imaginary
variable,
| real and imaginary sample plots | ||||
|---|---|---|---|---|
|
| magnitude and phase sample plots | ||||
|---|---|---|---|---|
|
While these are legitimate ways of looking at a signal in the Laplace domain, it is quite difficult to draw and/or analyze. For this reason, a simpler method has been developed. Although it will not be discussed in detail here, the method of Poles and Zeros is much easier to understand and is the way both the Laplace transform and its discrete-time counterpart the Z-transform are represented graphically.
Using a computer to find Laplace transforms is relatively
painless. Matlab has two functions,
laplace and
ilaplace, that are both part of the
symbolic toolbox, and will find the Laplace and inverse
Laplace transforms respectively. This method is generally
preferred for more complicated functions. Simpler and more
contrived functions are usually found easily enough by using tables.
| Khan Lecture on Laplace |
|---|
The laplace transform proves a useful, more general form of the Continuous Time Fourier Transform. It applies equally well to describing systems as well as signals using the eigenfunction method, and to describing a larger class of signals better described using the pole-zero method.
"My introduction to signal processing course at Rice University."