Previous SPTK Post: MATLAB’s resample.m Next SPTK Post: TBD
In this Signal Processing ToolKit post, we look at a generalization of the Fourier transform called the Laplace Transform. This is a stepping stone on the way to the Z Transform, which is widely used in discrete-time signal processing, especially in control theory.
Jump straight to ‘Significance of the Laplace Transform in CSP‘ below.
Let’s motivate the upcoming Z transform by generalizing the Fourier transform. But why do we need to generalize something so pure, so good, so useful, and so perfect as the Fourier transform???
Consider the unit-ramp function shown in Figure 1. Recalling that the unit-step function
is zero for negative
, one for positive
, and variously defined as one or zero for
(let’s not worry about that), the unit-ramp can be expressed as
.

What is the Fourier transform of ? We can start by writing it down,
An expression for this Fourier transform can be found, but it involves the derivative of the impulse function, so it doesn’t exist as a well-behaved function, and is even difficult to deal with as a generalized function.
Consider also random functions like Gaussian noise and exponentials like with
. They do not have Fourier transforms. For the exponentials and ramps, the basic problem is that the functions are increasing with
(or whatever the independent variable is) and so the integral–which is the limit of a sum involving the values of that increasing function–cannot converge. For sample paths of random processes like the Gaussian process or a BPSK signal, the limit simply does not converge to any particular value, although the signal does not blow up like the ramp and exponentials.
One way around this lack of convergence in the Fourier transform is to introduce a damping factor inside the transform’s integral to ensure that the signal does not increase with time so much that the integral diverges. For example, if we multiply the unit ramp by a unit exponential and integrate the result, we get a finite number. This exponential dampening is illustrated in Figure 2.

The exponential tends to zero rapidly, and controllably with the magnitude of the positive number
, and is never zero, so it is a good choice to both preserve the character of the signal it is multiplying (since it is never zero, no values of that function are discarded in the integration) and to ensure that no matter how fast the function under study increases with time, it can be brought down to earth.
So to enable a transform of a signal that is not Fourier transformable, we enter a factor of , for some real number
, into our Fourier transform as follows
Now let the variable be equal to
. Then our transform becomes
which is the Laplace transform of . Most of the time we want to apply this transform to signals
that are zero for negative times
, so that the Laplace transform is one-sided and is usually written as
but the two-sided transform is also used. The one-sided transform, being applicable to signals that are zero for negative time, is particularly useful for transformation of causal impulse-response functions, which possess that exact property already.
The advantage of the Laplace transform over the Fourier transform is that the functions to be transformed can be poorly behaved–they might correspond to systems that are unstable and so their outputs grow without bound. So you might be able to see why we’ve done without the Laplace transform at the CSP Blog lo these many years–we are almost always interested in communication signals that are perhaps not Fourier transformable but are not growing without bound. We got around the fact that random communication signals (that is, all useful communication signals) are not Fourier transformable by switching our focus from transforms to power spectra.
If the Fourier transform for
exists, then it is given by the Laplace transform
with
. Following our notation convention for the Fourier transform, the Laplace transform is denoted by the operator
and also the doubled-ended arrow
as in
Linearity
Since the transform is defined by an integral, and integration is itself linear, it follows that the Laplace transform, like the Fourier transform, is a linear transform. This simply means that the Laplace transform of the sum of scaled signals is the sum of scaled Laplace transforms,
Linearity will help us compute the Laplace transform of complicated signals by permitting us to express them as the sum of simpler signals, find the Laplace transform of each of the summands, and finally add them up.
Region of Convergence in the s-Plane
For what values of does a particular Laplace transform exist? This is typically visually expressed by considering the
-plane, which has vertical axis denoted by
, which equals
, or by
itself, and horizontal axis denoted by
. Let’s take a look at the region of convergence by taking our first Laplace transform: the transform of the exponential function
.
Let’s go through the math. Applying the definition of the transform,
Formally, this integral equals
If , then
, and also we won’t divide by zero because
for any
. With the condition
, then, the transform is
The convergence parameter in
must be greater than
for the integral to exist, which can be satisfied whether or not
is positive or negative (whether or not the exponential decreases or increases as time
increases).
When , the exponential is decreasing, and the region of convergence looks like the shaded area in Figure 3. Since
is positive,
is negative, and the region of convergence includes a part of the
-plane where
and all of the half plane for
. In particular, the region of convergence contains the
axis, where
. This means that the Laplace transform formula is valid if we substitute
into (12), which is the Fourier transform of
,
which indeed matches the Fourier transform for the decaying exponential obtained by direct computation of the Fourier transform.
The important point is that if the Laplace transform formula corresponds to a region of convergence that includes the axis, the Fourier transform can easily be determined from the Laplace transform. If the region of convergence does not contain the
axis, then the Fourier transform cannot be determined from the Laplace transform. The Fourier transform in such cases does not exist in the normal sense of a function, but may exist if generalized functions such as impulses are permitted. We’ll see examples shortly.

If , then the region of convergence is wholly contained in the right-half plane as illustrated in Figure 4. The
axis is not contained in this region, so that the Fourier transform of the increasing exponential does not exist.

What about when ? The function under consideration is
, or just the unit-step function itself. The condition on
remains, which is
, and under this condition
You might recall that the Fourier transform of the unit-step function is not a particularly friendly function,
which invites the question of what is going on in at
. Compare that expression to the Laplace transform expression of
with
. Better! Not your best friend (that is rectangular-pulse BPSK of course), to be sure, but friendly enough.
At this point in the development, we have the Laplace transforms of the unit-step function and the exponential function. We’d like to know a lot more if we want to try to apply the transform to problems involving signals and systems. To do that, we could apply the Laplace integral (5) to each of a number of signals we’ve encountered in the SPTK posts, but it is typically easier to try to be more clever. We’d like to understand how common mathematical operations, such as scaling, differentiation, integration, convolution, multiplication, etc., affect a signal’s transform. Then when we encounter a new signal, we try to express that signal in terms of one or more of these operations on a signal for which we already know the transform.
Mathematical Operations
Scaling by a Constant
What is the Laplace transform of the signal , for any complex constant
, given that we know
? Since we already know that the Laplace transform is linear, it follows easily that the transform of the scaled signal is the scaled transform,
Differentiation
Suppose we have a differentiable function ,
with Laplace transform . What is
? The transform integral (5) is
We can proceed to evaluate this kind of integral by applying the technique called integration by parts.
INTEGRATION BY PARTS
where
The first step is crucial: Identify and
from the integrand components of the integral to be solved. We’ll make the choice
and
,
With this choice for and
, we can identify
and
,
With this choice, let’s carefully follow the integration-by-parts rule.
If , then
as
, so that
We adopt the convention of my beloved The Literature [R132], and interpret to be
, the value of the function just before zero, to get around certain technical issues involving discontinuities at
, such as might occur for certain causal linear time-invariant systems‘ impulse-response functions. So the final answer for the derivative of
is
.
As a preview, since we know that , and
then
, which is consistent with
, as we’ve seen before.
It follows immediately that the Laplace transform of the second derivative of (
) is
Integration
Next let’s look at differentiation’s inverse operation: integration. What is the Laplace transform of ?
Let’s again reach for integration by parts. Since the integral of is easy, let’s choose that for
,
Our formula reduces to
If ,
is finite, and
no impulse in
at the origin), then the first term on the right in (29) is zero. We are left with
which is satisfying because the effect of differentiation (factor of ) undoes the effect of integration (factor of
). The final result is
As a preview, consider that the unit ramp is the integral of the unit step
What does that imply about ?
Time Scaling
Suppose . What is
?
First, let’s rule out because then we don’t have a function of time anymore–we’d be asking about the Laplace transform of
, which is the Laplace transform of a constant, which we already know is
. But let’s also rule out
, because those values of
not only compress or expand the time axis, but they swap all the function values for negative time with those for positive time. Yet
is itself only on function of
for
. So we wouldn’t be able to say anything about the relationship between
and
if
. That leaves the still-considerable set of
that are real numbers greater than zero.
Let’s proceed by evaluating the Laplace integral (5).
Let’s do a substitution for the variable of integration:
This substitution leads to
The final result is, in our compact notation,
Multiplication by t
We are interested here in , but let’s guess at the answer first and then work backward to verify. We know that
is the transform of the derivative of
, so if there is any significant duality between time
and complex frequency
in the Laplace transform, we might guess that the transform of
is the derivative of
. And since the Laplace transform and Fourier transform are closely related, and the Fourier transform does possess duality, we have good reason to make this guess. Let’s check.
Apart from the negative sign, the guess is verified.
Delay (Time Shift)
A delayed version of is
with
. This delay pushes the signal forward in time (to the right along the time axis). What is the Laplace transform of the delayed signal in terms of the known transform of the original signal
? (You might guess based on the behavior of the Fourier series and transform for delayed signals.)
We have to be a little careful about delaying here because it may be nonzero for negative time, and when
, some of the function defined for negative time shifts into positive time, yet none of that portion of
was used to find
.
So what we want to consider is , ensuring that the function is zero for all negative time, and its delayed version
. Otherwise, if we want to deal with the negative-time portion of
, we can use the two-sided Laplace transform.
We’ll proceed directly to the definition (5),
We require a change of variables,
Applying this change of variables leads to
Since , and the integrand is zero for
, we have
or
Delay (s Shift)
If we shift a Laplace transform by some amount , as in
, what is the corresponding time function? If we had an easy-to-evaluate inverse transform, we could apply it here. But we’ve avoiding introducing the inverse Laplace transform so far (for good reason), so let’s once again take a guess, and see if that leads to easy analysis.
We know that a shift in frequency for the Fourier transform is a multiplication of the time waveform by a complex exponential,
so we can guess that multiplication of the time waveform by something like will produce a shifted version of the Laplace transform. Let’s work it out.
which implies the desired result
Convolution
Suppose we have two causal signals and
. Then their (normal) convolution is also causal in that
So all three signals are of the usual sort we are dealing with as we study the one-sided Laplace transform.
What is ? Again, we can make a very good guess by reflecting on the convolution theorem:
. I’ll leave the proof as an exercise for the interested reader.
Periodic Signals
Let’s look at the case of a generic periodic signal. Let the period of the signal be . Then the defining characteristic of the periodic signal
is that
for all real numbers
.
Periodic signals can be written in a lot of equivalent ways because all that is required is that the function over some interval is replicated at every other interval
. Consider the periodic rectangular pulse train shown in Figure 5.

Recalling that the function is defined as being equal to one on
and zero otherwise, it is natural to express
in Figure 5 as
But for the Laplace transform we’re considering here, we only care about the function for non-negative times . We can express the signal in a Laplace-transform friendly way by using the Base Period shown in Figure 5,
Then the entire signal can be expressed as
and therefore the positive-time portion of is easily expressed as the truncated sum
To find here, we can invoke the established linearity and time-delay properties of the transform to yield
where .
Some Laplace Transforms
Now let’s derive some Laplace transforms for some simple signals that we frequently encounter in signal analysis, such as the unit-step function , the ramp function
, the trigonometric functions, exponentials with real exponents, exponentials with imaginary exponents (sine waves), the rectangular pulse train, etc.
The Impulse Function (Delta Function)
Let’s start with , where
is the impulse function or Dirac’s delta function. Applying the Laplace transform definition directly gives the answer in short order, due to the sifting property of the impulse function and the fact that it integrates to unity,
The Unit-Step Function
The unit-step function is zero for all negative time and one for positive time and is variously defined at
,
For , we have
Now, if , then
as
so that
Alternatively, we can observe that the unit-step function is the integral of the impulse function
and apply the integration formula to obtain
The Ramp Function
The unit-slope ramp function is defined as
which is also equal to
So we can use the integration rule derived above to immediately find
Alternatively, we can use the multiplication-by- rule above, since we have
and we know
,
and
as before in (67).
The Real Exponential
Here , where
is a real number. If
, the exponential grows without bound as
increases. If
, the exponential approaches zero from above as
increases. If
, we have the unit step function again. Let’s plug this exponential into the Laplace integral and turn the crank,
If , then
as
, which means we can evaluate the upper and lower limits as
so that
The Complex Exponential (Complex Sine Wave)
Next let’s consider the exponential with an imaginary exponent, , which is a complex sine wave (use Euler’s Formula). Let’s go through it the same way as for the previous exponential,
If , then
as
, so that the evaluated integral is
We can observe that the Laplace transform for is the same whether
is real or imaginary. Since the region of convergence here does not include
, the formula (77) cannot be used to determine the formula for the Fourier transform of the complex exponential, which we know is an impulse function centered at
.
The Trigonometric Functions
Let’s find the Laplace transforms of and
.
Sin
Here we consider , the real-valued sine wave with frequency
(period of
assuming
). Since we already know the Laplace transform for the complex sine wave
and we know that the real sine wave is easily expressed as the sum of two complex sine waves,
we can apply the linearity property of the transform to quickly obtain the result. We have
Therefore
Cos
For , we have at least three options for finding
: (1) direct evaluation of the Laplace integral (as we did for
); (2) using the derivative rule since
; (3) using the integration rule since
.
To use the derivative rule, which is , we realize that
so
We then have the desired result,
The Positive-Time Rectangle
We use periodic pulse trains with various pulse shapes in different parts of signal processing and radio-frequency communication theory and practice. We’ve already encountered rectangular-pulse pulse trains in our study of signals, their representations, the Fourier series, and the Fourier transform. Closer to home, the rectangular-pulse BPSK signal can be viewed as a rectangular pulse train where each pulse is multiplied by, randomly, a or
.
So let’s continue with that level of analysis. We’ll first want to know the Laplace transform of a simple positive-time rectangle, as seen in Figure 6.

The transform of in Figure 6 is straightforwardly computed by applying the Laplace integral, but it is convenient to use previously established results. In particular, this rectangle is easily expressed as the difference between two unit-step functions,
Since and
, we immediately obtain the result
Each of the transforms of the two unit-step functions implies a region of convergence of . But if we directly apply the transform definition we obtain
and there is no restriction on here, so that the region of convergence includes
. Therefore we can check whether this transform reduces to the known Fourier transform of the rectangle when
in (92) (or (89)). We obtain
which is indeed the Fourier transform of a -shifted rectangle with width
and height
.
The Positive-Time Isosceles Triangle
Recall that the convolution of a rectangle with itself is a triangle. The triangle shown in Figure 7 is in fact the convolution of the rectangle in Figure 6 with itself if in Figure 6 is replaced by
. In that case,
.

We can write down the equations for the two lines making up the triangle and put that expression in the Laplace integral, or we can write it as the convolution of a rectangle with itself (and a scaling factor) and employ the convolution relation. We have the expression
Since , we have
The Asymmetrical Rectangular Pulse Train
Now let’s look at the asymmetrical rectangular pulse train shown in Figure 8. Note that this is a shifted (time-delayed) version of the symmetrical pulse train shown in Figure 5.

We can express this as an infinite sum of shifted rectangles,
Now, we know the transform of each and every rectangle in that sum,
Adding them all up yields
What is the region of convergence for this Laplace transform? The region of convergence for each transformed rectangle is the entire complex plane (any value of ), but we are adding up an infinite number of phase-shifted transforms, so the convergence depends on that sum too.
We need to understand the condition on for the infinite sum to converge
Recall the geometric series formula
.
Here For
, we require that
, and in this case, the transform converges.
The Symmetrical Rectangular Pulse Train
Finally, let’s look at the symmetric pulse train shown in Figure 5, and replicated here in Figure 9.

We need to represent the positive-time portion of this function. There are an infinite number of identical rectangles that have centers for
and one rectangle with center
, width
, and height
. We can use the
function here
The transform follows easily,
The region of convergence is for the same reasons as outlined in the case of the asymmetric rectangular pulse train.
The Inverse Laplace Transform
The inverse Laplace transform is not as simple as the inverse Fourier transform, which is itself scarcely different from the forward Fourier transform. Here we must undertake contour integration if we want to directly evaluate the inverse Laplace transform. The formula is
The constant is any real number in the region of convergence. In practice, such as in control theory or lumped-circuit analysis, the direct computation of the inverse Laplace transform is not common. Instead, the Laplace transform expression is manipulated into a form consisting of known transforms and the full inverse transform is then effectively determined by table lookup and combination due to linearity. We’ll see an example of that shortly.
Application to Differential Equations
The Laplace transform is most often used in control problems and in analysis of differential equations governing lumped-parameter circuits (resistor/capacitor/inductor) or other dynamical energetic systems. We will soon progress to the Z transform in the SPTK posts, which is essentially the Laplace transform for discrete time, and is commonly applied in digital (discrete-time) control and communication-system problems. In those cases, difference equations (rather than differential equations) are of interest and the Z transform is the right tool.
Let’s just give a taste of why the Laplace transform is an excellent tool for solving differential equations. The idea is that complicated differential equations are transformed into relatively simple sets of polynomial equations, which can be more readily solved. The desired time-domain solution can then be had by inverse Laplace transforming the -domain solution.
Consider the second-order differential equation given by
What is , given that we know the four constants and the initial conditions
and
? Transforming the equation, we obtain the following function of
,
Gathering terms leads to
where ,
, and
. We can solve for
easily using algebra,
We see that is a rational function–a fraction with polynomials in the numerator and denominator. We need to express this rational function in terms of the kinds of functions that we already know are Laplace transforms, such as
. Fortunately, such rational functions as (111) can be expressed as a sum of simpler rational functions. That is, we can factor the denominator and then express the function as the weighted sum of terms with each factor in the denominator:
where is the degree of
. Things get a bit complicated when the
are not all unique–let’s assume they are though.
Returning to (111), we seek
For , consider
,
which must be true for , so we have
. Similarly, by considering
, and evaluating at
, we obtain
. Finally,
.
We can evaluate the inverse transform because we can inverse transform each term in the new expression for ,
Significance of the Laplace Transform in CSP
Not much!
Previous SPTK Post: MATLAB’s resample.m Next SPTK Post: TBD
Hello Chad,
Great post, thanks! Just a couple of notes:
– Eq. 115 does not show up (I have a “Formula does not parse” error).
– Why do you write it as LaPlace (with the capital “P”)?
Thanks again and have a nice day!
Hey Rob! Nice to hear from you again, and I very much appreciate your sharp eye and mind.
I attempted to fix this–it shows up fine for me now. This is one of those cases where a weird non-printing character sneaks into a latex formula and causes the WordPress latex interpreter to fail.
I actually don’t know! I went back to the handwritten notes upon which much of the post is based and saw plenty of “LaPlace”s there. But none in the real world or any of the textbooks I checked! I must’ve learned it that way all those years ago? Your query prompted me to enable a WordPress.com plugin that allows for global search-and-replace for the entire site. I used it to replace “LaPlace” with “Laplace.” Things look good, but I am a little nervous about such large-scale commands. Let me know if you find something else amiss.