Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Ae2235 Topic I 5 2020

Download as pdf or txt
Download as pdf or txt
You are on page 1of 47

AE2235-II Instrumentation & Signals

System Modelling & Analysis in the Time Domain

Max Mulder

Version 2019-2020
Tuesday May 1, 2020

Delft
University of
Technology

Challenge the future


Introduction

Introduction System Models Impulse Response Frequency Response

. 2 / 47
2-1 Introduction
In this lecture we will discuss continuous-time (CT) system models,
and ask ourselves an important question: given a system, and given
an input signal, what would the output signal look like? This is
known as the system analysis problem.
We will introduce the important class of linear, time-invariant (LTI)
systems. These LTI systems are used very extensively because:
1. . . . we have powerful analysis techniques to study them,
2. . . . many real-world systems can be approximated by them, and
3. . . . the techniques used already suggest approaches to deal
with non-linear systems.

Introduction System Models Impulse Response Frequency Response

. 3 / 47
2-1 Introduction (2)

Generally, there are three basic approaches for finding the response
of a fixed, linear system to a given input:
1. Obtain a solution through solving the differential equation that
governs the system dynamics,
2. Carry out a solution in the time domain, using the superposition
integral,
3. Use frequency-domain analysis tools such as Fourier/Laplace
transforms.
The first approach is dealt with in courses like Differential Equations and, to some
extent, Vibrations. The second and third approaches are discussed in Chapters 2
and 4 of Ziemer, respectively

Introduction System Models Impulse Response Frequency Response

. 4 / 47
System Models

Introduction System Models Impulse Response Frequency Response

. 5 / 47
2-2 System Modelling Concepts
System models represent the interaction of signals and systems,
and the relationship of causes and effects for that system.
Usually, the causes of interest are referred to as inputs and the
effects as outputs of the system. Remember the Example 1-1 of the accelerometer, where the
acceleration of the case was considered the ‘input’, and the movement of the proof mass the ‘output’.

x1 (t)
x2 (t) system y1 (t)
.. ..
. y = Hx .
xm (t) yp (t)

A system is presented schematically using a box, with the inputs


x1 (t) . . . xm (t) and outputs y1 (t) . . . yp (t) as arrows (Figure 2-1).

Introduction System Models Impulse Response Frequency Response

. 6 / 47
2-2 System Modelling Concepts (2)

Systems can have many inputs and many ouputs; here we focus on
single-input, single-output (SISO) systems: m = p = 1.
A symbolical way to express the dependency of the system output
on the input as:
y(t) = H [x(t)] (2-1a)
or y = Hx for short (2-1b).
Eqs (2-1a,b) are to be read: y(t) is the response of H to x(t), where
initial conditions are included, if needed.
The symbol H serves therefore as identifying the system, and
specifying the operation on x(t) to produce y(t).

Introduction System Models Impulse Response Frequency Response

. 7 / 47
2-2 System Modelling Concepts (3) VIS
Systems can be categorized in a number of ways:

1. instantaneous dynamic
2. time-invariant time-varying
3. linear nonlinear
4. causal non-causal
5. continuous-time discrete-time

These properties will be discussed in the slides that follow.


Study them well and also make the corresponding exercises listed
on the last slide.

Introduction System Models Impulse Response Frequency Response

. 8 / 47
2-2 System Modelling Concepts (4)

1. Dynamic and Instantaneous systems


A system for which the output is a function of the input at the present
time t only, is said to be instantaneous. When this is not the case,
the system is called dynamic.
Instantaneous systems are modelled by relationships such as:
y(t) = Ax(t) + B,
or
y(t) = Ax(t) + Bx3 (t),
for constants A and B.
We call these non-dynamic systems memory-less, or zero-memory.
@home: Is the system y(t) = x(t2 ) instantaneous or dynamic?
Introduction System Models Impulse Response Frequency Response

. 9 / 47
2-2 System Modelling Concepts (5)

For dynamic systems the output depends on past (or future, for a
non-causal system) values of the input in addition to present time.
These systems can often be modelled by relationships such as:
dn y(t) dn−1 y(t) dm x(t)
an + an−1 n−1 + . . . + a0 y(t) = bm dtm + . . . + b0 x(t), (2-3)
dtn dt
where an , . . . a0 , bm , . . . b0 are constants. Note that non-zero initial
conditions may be specified.
Clearly then, the system response at time t, y(t) depends not only
on the value of the input at that particular time, x(t), but also on its
values in the past.
Note that the order of the system is defined as the order of the
highest derivative of y(t) (in the case of (2-3), n), when all integrals
in (2-3) are removed. !!differs from Ziemer!!
Introduction System Models Impulse Response Frequency Response

. 10 / 47
2-2 System Modelling Concepts (6)

2. Time-invariant and Time-varying systems


A system is time invariant, or fixed, if its input-output relationship
does not change with time. Otherwise it is said to be time-varying.
In terms of (2-1a), a system is time-invariant if and only if:
H[x(t − τ )] = y(t − τ ),
for any x(t) and any τ .
.
Note that the system must be at rest prior to the application of x(t) (see footnote page 53!)

dy(t)
@home: Is + t2 y(t) = 5x(t) time-invariant?
dt
dy(t)
@home: Is + y(t)y(t) = 5x(t) time-invariant?
dt

Introduction System Models Impulse Response Frequency Response

. 11 / 47
2-2 System Modelling Concepts (7)

3. Linear and Nonlinear systems


An important distinction is that between linear and non-linear
systems. For a linear system the superposition principle holds,
that is:
H[α1 x1 (t) + α2 x2 (t)] = α1 H[x1 (t)] + α2 H[x2 (t)] ,
for any inputs x1 (t) and x2 (t), and any constants α1 and α2 .
When the output of system H to x1 (t) equals y1 (t), and the output of
the system to x2 (t) equals y2 (t), we get:
H[α1 x1 (t) + α2 x2 (t)] = α1 y1 (t) + α2 y2 (t) (2-26)
When (2-26) does not hold, the system is said to be non-linear.
Note that many systems are linear by approximation.
Introduction System Models Impulse Response Frequency Response

. 12 / 47
2-2 System Modelling Concepts (8)

Example 2-3 Show that the system described by the DE:


dy(t)
+ ty(t) = x(t) is linear.
dt
Solution
dy1 (t)
The response y1 (t) to x1 (t) satisfies: + ty1 (t) = x1 (t),
dt
dy2 (t)
and the response y2 (t) to x2 (t) satisfies: + ty2 (t) = x2 (t)
dt
Multiplying with arbitrary constants α1 and α2 , and then adding them together (and omitting
(t) for brevity) yields:
dy dy
α1 1 + α2 2 + α1 ty1 + α2 ty2 = α1 x1 + α2 x2
dt dt
or: d (α1 y1 + α2 y2 ) + t(α1 y1 + α2 y2 ) = (α1 x1 + α2 x2 )
dt
In other words, the response to the input α1 x1 + α2 x2 equals α1 y1 + α2 y2 . Hence, the
superposition principle holds and the system is linear. qed
@home: Study Example 2-4
Introduction System Models Impulse Response Frequency Response

. 13 / 47
2-2 System Modelling Concepts (9)

4. Causal and Non-causal systems


A system is causal (or non-anticipatory) if its response to an input
does not depend on future values of that input. See also (2-23a,b).
All systems that we will discuss in this lecture are causal.

5. Continuous-Time and Discrete-Time systems


In a Continuous-Time (CT) system the signals processed by the
system are continuous-time signals. If it processes signals that only
exist at discrete times, it is called a Discrete-Time system (DT).
CT systems are governed by differential equations, e.g. (2-3). DT
systems are governed by difference equations.

Introduction System Models Impulse Response Frequency Response

. 14 / 47
2-2 System Modelling Concepts (10)

Combinations of these system properties often yield other system


classes, such as the extremely important linear time-invariant (LTI)
system.
As the definition says, an LTI system is linear (so the superposition
principle holds), and time-invariant (so its response does not
change in time).
LTI systems are also generally causal. Yet, we will also see some
non-causal (mainly mathematical) examples, like the ‘ideal filter’.
Note that an LTI system can be continuous-time or discrete-time,
and that it may be instantaneous or dynamic.

Introduction System Models Impulse Response Frequency Response

. 15 / 47
Impulse Response

Introduction System Models Impulse Response Frequency Response

. 16 / 47
2-2 Impulse Response VIS
The input-output relation of a system can be described in terms of
the integral relation:
R∞
y(t) = h(λ)x(t − λ)dλ , (2-5a)
−∞

which can also be described as:


R∞
y(t) = h(t − λ)x(λ)dλ (2-5b)
−∞

These convolution integrals are also known as superposition


integrals.
The function h(t) is known as the system impulse response.

Introduction System Models Impulse Response Frequency Response

. 17 / 47
2-2 Impulse Response (2)

The impulse response h(t) can be considered as the response of


the system to an unit impulse input δ(t) applied at t = 0:
R∞ R∞
y(t) = x(λ)h(t − λ)dλ = δ(λ)h(t − λ)dλ = h(t)
−∞ −∞
Remember the sifting property of the unit impulse function?

All systems that can be represented by an


ordinary, constant-coefficient, linear differential
equation (2-3) can be represented using the su-
perposition integral (2-5).

Note that the superposition integral is nasty, and being just simple engineers we prefer to
consider systems in the frequency domain, where the convolution becomes a multiplication!
Introduction System Models Impulse Response Frequency Response

. 18 / 47
2-2 Impulse Response (3)

The convolution integral (2-5a) describes the convolution of the input


signal x(t) with the system impulse response function h(t):
y(t) = h(t) ⋆ x(t) (2-48)
or, equivalently:
y(t) = x(t) ⋆ h(t) (2-49)

Section 2-4 discusses the way the convolution integral operates. In


this lecture we have already seen that (remember the convolution of
the block function with itself, yielding a triangle?), so it should not be
that much of a problem to:
@home: . . . study Examples 2-7, 2-8 and 2-9

Introduction System Models Impulse Response Frequency Response

. 19 / 47
2-2 Impulse Response (4)

Some interesting properties of the convolution integral are discussed


on page 61 of Ziemer:
h(t) ⋆ [αx(t)] = α[h(t) ⋆ x(t)], for any constant α
h(t) ⋆ [x1 (t) + x2 (t)] = h(t) ⋆ x1 (t) + h(t) ⋆ x2 (t)
h(t) ⋆ [x1 (t) ⋆ x2 (t)] = [h(t) ⋆ x1 (t)] ⋆ x2 (t)
And: if A1 is the area under h(t) and A2 is the area under x(t) then
the area under h(t) ⋆ x(t) equals A1 A2 .
We will continue with studying Ziemer’s Example 2-1, which studies
how to obtain the response y(t) of a simple first-order system to an
input signal x(t).

Introduction System Models Impulse Response Frequency Response

. 20 / 47
2-2 Impulse Response (5)

Example 2-1 Consider the ‘RC’ circuit shown in Figure 2-2.

We wish to obtain:
1. the ODE relating input x(t) to output y(t), and
2. convert this ODE to integral form.
We can assume that x(t) is applied at t0 , and that y(t0 ) = y0 .

Introduction System Models Impulse Response Frequency Response

. 21 / 47
2-2 Impulse Response (6)

Example 2-1 (continued) Solution (1) Using Kirchhoff’s voltage law for the loop
indicated by i(t) we obtain:
x(t) = Ri(t) + y(t), (2-7)
where y(t), the voltage across the capacitor, is related to the current i(t) by:
dy(t)
i(t) = C (2-8)
dt
Substituting (2-8) in (2-7) yields:
dy(t)
RC + y(t) = x(t), (2-9)
dt
the linear, time-invariant ODE with order 1 that relates the input x(t) to the output y(t).
Solution (2) The integral equation relating x(t) to y(t) is obtained by solving the ODE, as
discussed in detail in Ziemer on pages 52-53. The result is:
Rt 1 (t−λ)
− RC
y(t) = x(λ) RC e dλ (2-18)
−∞

1 − t
So the impulse response of the RC circuit is: h(t) = RC e RC u(t) (2-19)
Introduction System Models Impulse Response Frequency Response

. 22 / 47
2-2 Impulse Response (7)

Example 2-1 (continued) The response of this RC network to a unit step input
signal u(t):

1 : t>0
u(t) = ,
0 : t<0
can be computed as:
Rt Rt 1 e−λ/RC u(λ)dλ
s(t) = u(t − λ)h(λ)dλ = u(t − λ) RC
−∞ −∞

Rt 1 −λ/RC
= RC e dλ, t ≥ 0 (2-46)
0

= 1 − e−t/RC , t ≥ 0.
Clearly then, since s(t) = 0 for t < 0, this so-called step-response of the system can be
written as:
 
−t/RC
s(t) = 1 − e u(t) (2-47)

Introduction System Models Impulse Response Frequency Response

. 23 / 47
2-2 Impulse Response (8)

Example 2-1 (continued) The impulse response function h(t) of the system, as
well as its response s(t) to a unit step function u(t) is shown in the following figure, for two
values of RC (RC = 1 and RC = 3 seconds).

1.2

0.8
We see that, when RC is larger, the
0.6 RC = 1 s impulse response is broader, i.e., it
h(t)

0.4
reacts ‘slower’ to an input unit im-
0.2 RC = 3 s
0
pulse.
−0.2
−2 0 2 4
t, s
6 8 10 When t = RC in (2-47) we obtain
that the system response to the input
1
step reaches 63% of its final value.
RC = 1 s
0.8

0.6 63%
RC = 3 s So, for RC = 3 s it takes longer
s(t)

0.4 for the system to approach the final


0.2
value of the step than for RC = 1 s.
0

−0.2
−2 0 2 4 6 8 10
t, s

Introduction System Models Impulse Response Frequency Response

. 24 / 47
Frequency Response

Introduction System Models Impulse Response Frequency Response

. 25 / 47
2-7 LTI Frequency Response
In this section we will study the response of an LTI system to an
input that equals a sinusoidal function.
We assume that the system is ‘at rest’ at t = 0 and that the input
signal x(t) is defined as:

0 : t < t0
x(t) =
A sin(2πf0 t) : t > t0
We take a heuristic approach and just start to look at what the
simple RC network system response looks like with this particular
input signal.
Let’s assume that RC = 3 s, and that the input signal amplitude
A = 1, and its frequency f0 = 0.2 Hz; t0 is set at 3 s.

Introduction System Models Impulse Response Frequency Response

. 26 / 47
2-7 LTI Frequency Response (2)

Here we show the input x(t) (top)


and output y(t) (bottom) as a func-
1
tion of time t.
0.5 Clearly, the output signal y(t) is also
a sinusoidal signal, with a different
x(t)

0
magnitude and phase, but with the
−0.5
same frequency.
−1
0 5 10 15 20 25 30 The output signal has a ‘bump’ in the
t, s
beginning, but when time increases
0.4 (t ≤ 12 s) we get a pure harmonic
0.2
with constant amplitude.
In fact, the ‘bump’ is caused by
y(t)

0
the system’s transient response,
−0.2
discussed in somewhat more detail
−0.4
0 5 10 15 20 25 30
later (although we need Laplace to
t, s discuss it properly...).

Introduction System Models Impulse Response Frequency Response

. 27 / 47
2-7 LTI Frequency Response (3)

When plotting the input signal (blue) and output signal (green)
together in one plot, we can better see how the amplitude of the
output is different (≈ 0.26), as well as its phase, relative to the input.
The output signal appears to ‘lag’ the input with ≈ 1.0 s.
1

0.5 δA τ
y(t), x(t)

−0.5

−1
0 5 10 15 20 25 30
t, s

Now, when the input signal x(t) would have had another frequency,
the effects on the amplitude and phase would be different.
Introduction System Models Impulse Response Frequency Response

. 28 / 47
2-7 LTI Frequency Response (4)

We have seen that if the input to an LTI system is a sinusoid of


frequency ω (= 2πf ) rad/s, the steady-state response is a sinusoid
of the same frequency, but with different amplitude and phase.

The steady-state response of an LTI system is the system response


after all transients have approached negligable values. Modelling a
system’s transient response requires the use of the Laplace
transform, and will not be discussed in this lecture.
Remember, therefore, that as the techniques we derive in AE2235-II
are largely based on the Fourier Transform, they are only applicable
to harmonic signals, without any transient parts.
In our example above, we can Fourier transform y(t) after t = 12 s.

Introduction System Models Impulse Response Frequency Response

. 29 / 47
2-7 LTI Frequency Response (5) VIS
In the following it will be shown that the amplitude of the sinusoidal
output signal y(t) equals the amplitude of the input sinusoid x(t),
multiplied with A(ω).
The phase of the sinusoidal output signal y(t) equals the phase of
the input sinusoid x(t), added by θ(ω).
In fact, the complex exponential function of frequency H(ω):
H(ω) = A(ω)ejθ(ω) , (2-97)

is called the system’s frequency response function (FRF).


With A(ω) the amplitude response, and θ(ω) the phase response of
the LTI system H.

Introduction System Models Impulse Response Frequency Response

. 30 / 47
2-7 LTI Frequency Response (6) VIS
Proof
Consider the response of an LTI system H to input signal x(t) = ejωt .
Using the superposition integral (2-5a) we obtain:
R∞ jω(t−λ)
y(t) = e h(λ)dλ (2-98)
−∞

jωt
R∞ . jωt
y(t) = e h(λ)e −jωλ
dλ = e H(ω), (2-99)
−∞
where H(ω) is the frequency response function, which is simply
the Fourier transform of the impulse response function (with λ = t):
R∞
H(ω) = h(t)e−jωt dt (2-100)
−∞

Introduction System Models Impulse Response Frequency Response

. 31 / 47
2-7 LTI Frequency Response (7)

Example 2-16 Again let’s consider the simple RC network of Example 2-1. Its
impulse response h(t) was found to be:

h(t) = RC1 e−t/RC u(t) (2-101)


Using (2-100) we can compute its frequency response function H(ω), by just taking the
Fourier transform of h(t):
R∞ 1 e−t/RC u(t))e−jωt dt
H(ω) = ( RC
−∞
R∞ 1 −(jω+1/RC)t
= RC e dt
0
 ∞
1/RC
= − e−(jω+1/RC)t
jω + 1/RC 0

So: 1
H(ω) = 1 + jωRC (2-102)

Introduction System Models Impulse Response Frequency Response

. 32 / 47
2-7 LTI Frequency Response (8)

Example 2-16 (continued) The frequency response function H(ω) can also be
written as follows:
1 1 − jωRC 1 −ωRC
H(ω) = 1 + jωRC · 1 − jωRC = 2 +j
1 + (ωRC) 1 + (ωRC)2
= Re(H(ω)) + Im(H(ω))
p 2
Then we obtain for the amplitude response A(ω) = |H(ω)| = Re (H(ω)) + Im2 (H(ω)):
A(ω) = p 1 (2-104a)
1 + (ωRC)2
Im(H(ω))
and for the phase response θ(ω) = 6 H(ω) = arctan( ):
Re(H(ω))
θ(ω) = − arctan(ωRC) (2-104b)
The system amplitude and phase responses are a function of frequency ω (or, f , it doesn’t
matter) and can therefore be shown as a function of frequency.
These plots are known as Bode plots. An example is shown on the next slide, for two
values of RC (RC = 1 and RC = 3 s).

Introduction System Models Impulse Response Frequency Response

. 33 / 47
2-7 LTI Frequency Response (9)

Example 2-16 (continued) Plotting the system’s amplitude and phase


responses in two separate plots, both as a function of frequency, is known as a Bode plot.
Let’s first show it on linear scales:
1
Bode

0.8

0.6
A(ω)

0.4

0.2 RC = 1 s
0
RC = 3 s
0 10 20 30 40 50 60 70 80 90 100
ω, rad/s

−0.5
θ(ω)

−1
RC = 1 s

−1.5
RC = 3 s
−2
Introduction 0 10 Models
System 20 30 40
Impulse 50 60
Response 70 80
Frequency 90 100
Response
ω, rad/s
. 34 / 47
2-7 LTI Frequency Response (10)

Example 2-16 (continued) It can hardly be seen what happens, so let’s plot it
on logarithmic (amplitude) and semi-log (phase) scales:
10
1 Bode

0
10
A(ω)
−1 RC = 1 s
10
RC = 3 s
−2
10

−3
10
−2 −1 0 1 2
10 10 10 10 10
ω, rad/s
0

−0.5
θ(ω)

−1
RC = 1 s
RC = 3 s
−1.5

−2
−2 −1 0 1 2
10 10 10 10 10

Introduction System Models


ω, rad/s
Impulse Response Frequency Response

. 35 / 47
2-7 LTI Frequency Response (11)

Example 2-16 (continued) Now let’s look at our earlier example: the response
at 0.2 Hz (= 1.26 rad/s), and RC = 3 s:
10
1 Bode

0
10
A(ω) 0.26
−1 RC = 1 s
10

−2
10
RC = 3 s
−3
2πf0
10
−2 −1 0 1 2
10 10 10 10 10
ω, rad/s
0

−0.5 RC = 3 s
θ(ω)

−1
RC = 1 s
−1.31 rad
−1.5

2πf0
−2
−2 −1 0 1 2
10 10 10 10 10

Introduction System Models


ω, rad/s
Impulse Response Frequency Response

. 36 / 47
2-7 LTI Frequency Response (12)

Example 2-16 (continued) We find that at ω = 1.26 rad/s, the amplitude


response of the RC circuit, A(ω) equals 0.2564, which is indeed the same as the δA
obtained from looking at the time response (slide LTI FR (3)).
The phase response of the RC circuit, θ(ω), equals at ω = 1.26 rad/s −1.31 rad, a negative
phase that indicates that the output signal lags the input signal. It is more or less a
‘delayed’ version of the signal, although it must be noted here that the term ‘delay’ is
formally only to be used for a pure time delay x(t + τ ) (negative τ ).
For a signal with frequency f0 = ω0 /(2π), a full period lag in time T0 = 1/f0 equals 2π of a
shift in phase. Therefore, when the phase is known from the Bode plot, say θ(ω), the lag in
time τ can be computed with:
T0 θ(ω) ,
τ = 2π
5
which in our example equals 2π
(−1.31) = −1.04 s. Remember, a negative lag τ means
that the output lags behind the input. We see that it corresponds well with the lag that was
found from visual inspection of the time response (slide LTI FR (3)).

Introduction System Models Impulse Response Frequency Response

. 37 / 47
2-7 LTI Frequency Response (13)

Example 2-16 (continued) Of course these values could have been calculated
analytically, using (2-104a) and (2-104b), by substituting RC = 3 s, and ω = 1.26 rad/s.
@home: Do this at home, and also try another frequency, in fact, why not try to make an
m-file that draws the Bode plot?
From the Bode plot, we see that for RC = 3 s the RC circuit amplitude response equals ‘1’
for frequencies up until ≈ 0.1 rad/s. The phase response is rather small for these
frequencies. In other words, when a sinusoidal input signal would be used with a frequency
lower than this 0.1 rad/s, the output signal would be ‘passed through’ completely. It would
be relatively unchanged!
We also see from the Bode plot that the higher the frequency, the smaller the amplitude
response and the larger the phase response. For instance, at ω ≈ 30 rad/s, the amplitude
1
response is ≈ 100 . Then, when a sinusoidal input signal would be used with a frequency
higher than this 30 rad/s, the output signal would be ‘blocked’ completely. It would be
‘filtered out’!

Introduction System Models Impulse Response Frequency Response

. 38 / 47
2-7 LTI Frequency Response (14)

Example 2-16 (continued) Here we show the time response of the RC circuit
(RC = 3 s), to an input sinusoid with frequency ω = 0.05 rad/s (top) and ω = 30 rad/s
(bottom).
1

y(t), x(t) 0.5

−0.5

−1
0 50 100 150
t, s

0.5
y(t), x(t)

−0.5

−1
0 1 2 3 4 5 6
t, s
Introduction System Models Impulse Response Frequency Response

. 39 / 47
2-7 LTI Frequency Response (15)

Clearly then, in studying the RC circuit of Figure 2-2 we found out


that it is a system that ‘passes through’ sinusoids with a frequency
that is low, and ‘blocks’ or ‘filters out’ sinusoids with a frequency that
is higher.
The RC circuit is an elementary example of what we call a low-pass
filter. That is, a dynamic system that blocks the higher frequency
components of an input signal, and that passes through the lower
frequency components of an input signal.
Here is where the superposition principle of linear systems comes
about, and also why we are studying signals using models that are
based on sums (or integrals) of sinusoids and cosines!

Introduction System Models Impulse Response Frequency Response

. 40 / 47
2-7 LTI Frequency Response (16)

That is, when the input signal can be constructed from a sum of
sinusoidal signals (like in the Fourier Series, for periodic signals, but
the same holds for the Fourier transform!), and we are dealing with a
linear time-invariant system, for which the superposition principle
holds, . . .
. . . then we can compute the LTI system response as being the sum
of the responses of the system to each of the individual input signal
components that together construct the input signal:
 ∞  ∞
P j2πnf0 t
P  j2πnf t 
y(t) = H[x(t)] = H Xn e = Xn H e 0

n=−∞ n=−∞

Let’s return to our example one last time.

Introduction System Models Impulse Response Frequency Response

. 41 / 47
2-7 LTI Frequency Response (17)

Example 2-16 (continued) Consider an input signal x(t) that consists of a sum
of 10 sinusoids with frequencies an integer multiple of ω0 = 0.01 rad/s, so:
m=10
P
x(t) = Am sin(mω0 t + φm ).
m=1
The frequency integers m are (1, 3, 7, 11, 31, 51, 117, 217, 417, 1117), the amplitudes Am are
all one, the phases φm are all zero.
In the time domain, this signal looks like:

4
x(t)

−2

−4
0 10 20 30 40 50 60
t, s

Introduction System Models Impulse Response Frequency Response

. 42 / 47
2-7 LTI Frequency Response (18)

Example 2-16 (continued) Passing this signal through the RC circuit (RC = 3
s) yields the output signal y(t) below (in green). The input signal x(t) is shown in blue.

4
x(t), y(t)

−2

−4
0 10 20 30 40 50 60
t, s

Clearly, the RC circuit filters out most of the high-frequency components of the input signal
x(t). Just look at the Bode plot to see how each of the frequency components is affected!!
Introduction System Models Impulse Response Frequency Response

. 43 / 47
2-7 LTI Frequency Response (19)

Example 2-16 (continued) When we look into the frequency domain, we first
plot the power spectral density of the input signal x(t), |X(ω)|2 .

1
PSD x(t)
10
A2
0 2
10
|X(ω)|2

−1
10

−2
10

−3
10
−2 −1 0 1 2
10 10 10 10 10
ω, rad/s
A2
The PSD of x(t) equals 2
(we show the one-sided spectrum) at all 10 frequency
components that together constitute x(t).

Introduction System Models Impulse Response Frequency Response

. 44 / 47
2-7 LTI Frequency Response (20)

Example 2-16 (continued) Since y(t) = x(t) ⋆ h(t), Y (ω) = X(ω)H(ω), so


|Y (ω)|2 = |X(ω)|2 |H(ω)|2 with H(ω) the FRF of the LTI system.

1
PSD x(t), and FRF squared
10
A2
0 2
|X(ω)|2 , |H(ω)|2

10

−1
10

−2
10 |H(ω)|2

−3
10
−2 −1 0 1 2
10 10 10 10 10
ω, rad/s

Then the PSD of y(t) follows by multiplying the PSD of x(t) with |H(ω)|2 .

Introduction System Models Impulse Response Frequency Response

. 45 / 47
2-7 LTI Frequency Response (21)

Example 2-16 (continued) Which gives us our end result, the PSD of y(t),
obtained by simply multiplying the PSD of x(t) with the FRF squared.

1
PSD x(t), FRF squared, and PSD y(t)
10
|X(ω)|2 , |H(ω)|2 , |Y (ω)|2

A2
0 2
10

−1
10

−2
10 A2 |H(ω)|2 |H(ω)|2
2
−3
10
−2 −1 0 1 2
10 10 10 10 10
ω, rad/s

Clearly, working in the frequency domain makes our lives so much easier, as we obtain
simple multiplications of Fourier-transformed entities.

Introduction System Models Impulse Response Frequency Response

. 46 / 47
Recommended home work
@home: Study Example 3-9

Note that we have skipped sections 2-5 and 2-6, don’t study them ;)

• Study 2-1, 2-2, 2-4, 2-7


• Read the Summary points 2-1 until 2-10, 2-13 and 2-14
• Derive the equations yourself, get a grip on the mathematics!
• Make Exercises 2-1, 2-2, 2-3, 2-4, 2-5, 2-6, 2-7, 2-11, 2-12 and
2-13

Introduction System Models Impulse Response Frequency Response

. 47 / 47

You might also like