Appendix C

Laplace Transform

The Laplace transform is used for continuous or analog signals. We shall use x(t) and y(t) to represent the input and output signals to an analog filter, respectively. Rather than use delays, as digital filters use, the differentiator is used instead. The input and output of the analog filter is related by the following relationship.

y(t)=i=0toNAi·dix(t)/dti+i=0toMBi·diy(t)/dti

image
The first term is a sum of coefficient weighted derivatives of the input, which is analogous to the FIR filter being a sum of weighted delayed inputs. The second term is a coefficient weighted sum of the derivatives of the output, which implies feedback.
These can be difficult functions to evaluate and characterize. Smart people long ago figured out a way to map things into the s-domain using the Laplace transform, where the mathematics becomes much simpler. This is an introduction to that technique.
We are going to use the exponential function again to determine the response of this filter. In this case, we will use the function est, where s is a complex variable.
Notice this property of our chosen input, which we will use to develop the s-transform.

dest/dt=s·estanddiest/dti=si·est

image
If we apply this to our analog filter equation, we will get:

y(t)=i=0toNAi·six(t)+i=0toMBi·siy(t)

image
We can therefore construct a Laplace transform-based relationship of the filter response.
We want an equation with form y(t) = func(x(t)). After doing a bit of rearranging:

y(t)=x(t)·{(i=0toNAi·si)/(1i=0toMBi·si)}

image
where the bracketed term is the s-transform function, denoted as H(s).

H(s)=(i=0toNAi·si)/(1i=0toMBi·si)

image
The roots of the numerator give the zero locations of the Laplace transform, and the roots of the denominator give the pole locations of the s-transform. These zeros and poles will characterize the filter frequency response.
Similar to digital filters, analog filters can also be defined by their impulse response. In the digital domain, an impulse is defined as a single sample with value = 1. For the analog world, this is not as simple. The answer is to define a function called the delta dirac, known as δ(t). It is a strange function. It has infinite height and zero width, but the area under its integral is equal to 1. It is essentially a spike located at zero along the number line. This is the continuous signal equivalent to a digital impulse. We can define the impulse response of an analog filter as follows.

Impulseresponse=h(t)=y(t)|x(t)=δ(t)

image
So the output is the impulse response when the input is δ(t).
Now recall that s is a complex number. We can evaluate the Laplace transform, and determine where it's zeros (values of where transform numerator goes to zero) and where it's poles (values of s where the transform denominator goes to zero), and plot these locations on the complex number plane. In this context, the complex number plane is known as the s-plane (Fig. C.1).
image
Figure C.1 S-plane.
Next, we will go through a simple example to clarify

y(t)=x(t)+dx(t)/dt2·(dy(t)/dt)

image

y(t)=x(t)·{(1+s)/(1+2s)}

image
We can see that there is a single zero at s = 1, and a single pole at s = 1/2. The frequency response is evaluated by setting s = jω, and evaluating for  < ω < ∞.
The filter's response is determined by the pole and zero locations. Use of the Laplace transform facilitates the design of analog filters.
We have mentioned that filters with feedback can be unstable. We can examine a simple case to see when this is true.

y(t)=A0·x(t)+·dy(t)/dt

image

y(t)=A0·x(t)+B1·sy(t)

image

H(s)=A0/(1B1·s)

image
which has a single pole at s = 1/B1.
To determine stability, we compute the impulse response of the filter. Because of the simplicity of this example, the response of filter with x(t) = δ(t) can be computed directly from the differential equation. We will find that:

h(t)=(A0/B1)·e(t/B1)fort0andh(t)=0fort<0

image
If B1 is negative, the exponential will decay over time—this is considered a stable response. But if B1 is positive, the impulse response will grow to infinity over time—this is an unstable response. This leads to the following general rule with analog filters.
All poles must be on left side of s-plane.
There is no restriction on location of zeros.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.147.81.214