The bilateral Laplace transform of a signal is

where is a complex variable. This is the standard generalization of the Fourier transform — the kernel has been replaced by , adding an exponential damping factor that helps the integral converge for signals the Fourier transform can’t handle.

Why two-sided

The integral runs over all time, to . This allows the transform to handle signals defined on the whole real line, including those nonzero for .

The cost: the bilateral transform requires careful tracking of the region of convergence (ROC), because two different signals can have the same algebraic but different ROCs. The ROC is what distinguishes them.

For most engineering signals — those that turn on at and are zero before — the unilateral Laplace transform is more convenient and the ROC bookkeeping is automatic.

Inverse

integrating along a vertical line in the s-plane inside the ROC. In practice this contour integral is never used directly — inverse transforms are always done by partial fractions and table lookup.

Connection to the Fourier transform

On the imaginary axis , the bilateral Laplace transform reduces to the Fourier transform:

This works only if the imaginary axis is inside the ROC. For a stable signal whose Laplace transform converges on a strip containing , the Fourier transform exists and equals the Laplace transform restricted to the imaginary axis. For signals like (right-sided growing exponential), the Laplace transform has ROC — strictly to the right of the imaginary axis — and the Fourier transform doesn’t exist.

When to use bilateral

Use the bilateral transform when the signal is not causal — when it has nonzero values for . Common examples:

  • Two-sided exponentials like .
  • Signals defined as given a causal .
  • Theoretical signals like , defined for all .

For everything else (and that’s most things), the unilateral transform is the practical workhorse.

Pole picture and ROC rules

The ROC depends on whether the signal is right-sided, left-sided, or two-sided:

  • Right-sided (zero for some value): ROC is to the right of all poles, .
  • Left-sided (zero for some value): ROC is to the left of all poles, .
  • Two-sided: ROC is a strip between two real parts, . If the strip is empty, the transform doesn’t exist.

The ROC never contains any pole — the transform diverges at poles. See Region of convergence for more.