Chapter 1 2 PDF
Chapter 1 2 PDF
Fall 2011
Syllabus: Chapters 1-9 of the above text. We will learn the basic
techniques for analyzing systems in time and frequency
domains through Fourier analysis and Laplace transform.
time
7400
h: height
h: height
AKW Fall 2011 Chapter 1-2 13
Computation by Computer – A Discrete Formulation
• Computers typically do not do integration. To handle problems related to
human heights using the computer, typically we will sample the human
height distribution to convert it into a discrete distribution (i.e., as a
histogram). Then we can address many of the same problems numerically
Example we can also model human height as a discrete distribution,
with granularity of, say, 1cm
• Total population on the planet is:
f[h]
billion f [n] 6 billion
n
0.2
• Number of human beings at least 1.7m
0.1
and less than 1.8m tall: n 1.8/ 1
n 1.7 /
f [ n]
1.7m 1.71m h: height
So in the continuous model, we do a lot of
integrations, and in the discrete model, we do a lot of
summations. But they are just two nearly equivalent
formulations for solving equivalent problems.
x(t)
t
Square bracket means Discrete-
Time. Often, we use n instead of
DT Signal: Mapping of an t to notate integer time
x[t] or x[n]
-2 -1 0 1 2 3 4 5
n
AKW Fall 2011 Chapter 1-2 16
Finite Duration Signal and Infinite Duration Signal
• A signal may last for a very long time, in which case we say that it lasts
forever, or has infinite duration. Or a signal may last only for a finite
period of time, in which case we say that it is of finite duration. (We also say
that it has finite support; i.e., the domain is finite). A finite duration signal may simply
represent one segment of a longer duration signal that we extract and
process at a time.
A finite duration CT signal with
A finite duration DT signal duration T as a segment of a longer
with duration N=6 signal
x[n] xT(t)
-2 -1 0 1 2 3 4 5 T t
N-1=5
n x(t)
Input Output
Signals System Signals
• Examples
- Cell phone (radio wave (in), audible speech signal (out))
- Robot (inertial measurements (in), feedback control to keep robot walking (out))
CT Input CT Output
x(t) CT System y(t)
DT Input DT Output
x[n] DT System y[n]
The Arabic numeral system allows modern man to process far more
complicated problems more concisely than the Romans.
a
AKW Fall 2011 Chapter 1-2 23
(1) When we add two complex numbers, we add the real
parts and the imaginary parts respectively
+ ; +
+ +
1/ 2
or | z | zz
4. Conjugate of a sum is the sum of the conjugates and conjugate of a
product is the product of the conjugates. That is, for complex numbers zi’s:
| x | xi
i
AKW Fall 2011 Chapter 1-2 27
Dot Product and Projection
• The dot product of two real vectors is: ∙ ∑ | | | | cos ∠
The dot product is the product of the lengths of the two vectors times the
cosine of the angle between them.
The dot product of a vector with itself is its magnitude square: ∙
x vk
The projection coefficients X k | v |2 tell us how much of the new basic
k
vector there is in .
C. e j / 2
j 1
D. 2e Re
E. e 0.5 j
0.5 j
F. z ;z e
2
G. z ; z e
2 * 0.5 j
Chapter 1-2 34
Learning Outcomes - Abilities we expect You to achieve
Chapter 1-2 35
ELEC2100 Application Example I - Telephony
• In 1887, Alexander Graham Bell invented the telephone, which converted
the acoustic pressure from human speech into an electrical signal that was
transmitted down a pair of wires and converted back into an acoustic signal
Small
• While it seems so easy
today for us to make a
Power
Signal RF RF
Digital Baseband
(DSP + MCU)
At the end of the course, you will be able address some of these
questions…..
AKW Fall 2011 Chapter 1-2 38
3 Centuries of Mathematic and Scientific Developments
• Publications on Calculus by Newton (1693) and Leibniz (1684)
• Around 1740, Euler’s relation for complex numbers
• Around 1770, Laplace Transform developed for solving ODE (Ordinary
Differential Equations) with Initial Value Problems
• Around 1800s, Fourier Series and Fourier Transform developed.
• Maxwell’s wave equations in 1864 and radio communications in 1900
• 1930’s, differential machine as analog calculator
• In 1927, Sampling Theorem providing linkage to discrete-time system
• 1970 onwards, widespread use of computer and digital processing of signals
2 in angular
cos(0t )
frequency
1
in ordinary
0
cos( 2f 0t ) frequency
-1
T=2/0
-2 Re{e j0t } in complex notation
0 0.5T T 1.5T time period
1 0 t T
1
p (t )
T t 0 Otherwise
AKW Fall 2011 Chapter 1-2 41
3. Square Wave
1 | t kT | T1
x (t )
0 T1 | t kT | T / 2
T1 T/2 T 2T where k is an integer
0 n
1 0t T
Data
1
p (t )
0 Otherwise
0
-1
-2 dk 1, 1
x’(t)=x(t-t0)
x’[n]=x[n-n0] n0 > 0 t0 < 0
x’[n]=x[-n] x’(t)=x(-t)
compression ||>1
expansion ||<1
Example 1.1-1.3
x1(t) = x(t+1)
shift of x(t) to the left: advance
x3(t) = x(t)
|1, compression of x(t)
x4(t) = x(t+1)
shift of x3(t) to the left
t n
t n
where the even and odd parts can be created from x(t) and its
time reversed version x(-t)
x(t ) x(t ) x(t ) x(t )
xeven (t ) ; xodd (t )
2 2
We can easily check that
x(t ) x(t )
xeven (t ) xeven (t ) is indeed even
2
x(t ) x(t ) is indeed odd
xodd (t ) xodd (t )
2
AKW Fall 2011 Chapter 1-2 51
IV. Periodic Signals
• Definition: For a CT signal x(t), if there is a positive value T such that
x(t) = x(t+T) for all t, then x(t) is periodic with period T , or T-periodic
x( t )
… ……. We can shift x’(t) by T
… again and again and the
-2T -T 0 T 2T t
signal remains the same.
Shift by T
x’(t) =x(t+T) Hence, it is also true that
… ……. x(t) = x(t+kT)
…
-2T -T 0 T 2T t
• Definition: For a DT signal x[n], if there is a positive value N such that
x[n]=x[n+N] for all n, there x[n] is periodic with period N, or N-periodic
• Aperiodic signals: signals that are not periodic (one cannot find a T
such that x(t) = x(t+T) for all t)
AKW Fall 2011 Chapter 1-2 52
More on Periodic Signals – the sinuosoid
We will come back to the Poisson sum during the study of sampling. We
can easily verify that a Poisson sum is periodic:
for all t
x, (t nT ) x((t nT ) kT )
k
x(t (k n)T )
k
x(t
k
kT ) x,
(t) t
t2
Energy | x (t ) | dt
2
Energy | x [n] |2
t1 nn1
In the future, you will see that these mathematical definitions are indeed
consistent with the physical definitions of power and energy. We observe that
these definitions are valid also for the case when x(t) or x[n] is real. Observe
that the energy in a signal is the self-dot product of the signal.
AKW Fall 2011 Chapter 1-2 56
Average Power of a Signal over an Interval
• The average power of a signal over an interval (t1, t2) is
t
1 2
2
Pave (t1 , t 2 ) x (t ) dt CT
t1 t2 t1
1 n2
n1 n2 1 n
2
Pave (n1 , n2 ) x[n] DT
n1
1 t integer 1 t rational
(t ) (t )
0 otherwise 0 otherwise
They are not zero, but they are zero almost everywhere and they do not
have any power over any finite interval. So practical they are zero.
You can define these signals mathematically. But do you think they exist in
the lab?
More importantly, consider two signals x(t) and y(t) and let e(t) = x(t) - y(t)
be their difference. If e(t) has no power over any finite interval, then
practically x(t) and y(t) are the same and we can mathematically represent
x(t) by y(t).
I) Complex Exponential
II) Impulse
a>0 a<0
x( t )
x( t )
t t
A reason why the exponential is so prevalent in natural phenomena
(examples: discharge of a capacitor, radio active decay, etc.) is that it is
unchanged under differentiation except for multiplication by a constant.
de at d 2 e at d k at
e
ae at , 2
a 2 at
e ,........, k
a k at
e
dt dt dt
With the exponential, differentiation is equivalent to multiplication, which
is very nice!
AKW Fall 2011 Chapter 1-2 60
2. Real Sinusoidal Signals: A
x(t ) A cos(o t ) t
2 0 -A
Period: T0 2
0 T0
0
Chapter 1-2 63
4. General Complex Exponential Signals: For est where s r j0
is complex. We have:
e st e( r j0 )t e rt e j0t e rt cos(0t ) e rt j sin(0t )
t t
The signal both oscillates and decays/grows. The imaginary part is the
same except the sinusoidal is 900 out of phase.
Chapter 1-2 64
Advantages of using the Complex Exponential
- We can combine sinusoids, exponentials, and products of the two into one
general class of signals.
We can visualize est in a number of ways:
Chapter 1-2 65
Representing Differentiation: multiplication by s
de rt cos( 0 t )
re rt cos( 0 t ) e rt 0 sin( 0 t )
dt
Working with the complex exponential, we have:
d e st
se st
dt
Chapter 1-2 66
Representing Magnitude and Phase Change: by
Multiplication with Complex Number
Consider multiplying est by a complex number C
Example: Let C = j
The phase of C is 90o. The magnitude of C is just 1.
Hence multiplication by j is equivalent to a phase advance of 90o.
Chapter 1-2 67
Prelude to the Impulse – the Unit Step
Before we introduce the impulse signal, let’s introduce the unit step which
is easier to understand
5. Unit step signal, denoted u(t), is defined as
0, t 0
u (t )
1 t 0
t
The unit step is something that is switched on at time zero.
Chapter 1-2 68
One-Sided Complex Exponential
Consider again the complex exponential with Re{s}= r ≠ 0. They do not seem to
represent any realistic signals because they grow to infinity either at t = ∞ or t = -∞.
A more “realistic” signal is the one-sided decaying or growing complex
exponential, which we can represent making use of the unit step signal.
r 0.2, 2
6
r 0.2, 2
0.8
0.6 4
0.4
2
0.2
0 0
-0.2
-2
-0.4
-0.6 -4
-0.8
-6
-1
-2 0 2 4 6 8 10
-8
-2 0 2 4 6 8 10
Chapter 1-2 69
Left-Sided Complex Exponential
Note that u(-t) is the time-reversed version of u(t)
1, t 0
u (t )
0 t 0
t
4
0.4
2 0.2
0
0
-0.2
-2
-0.4
-4
-0.6
-6
-0.8
-8 -1
-10 -8 -6 -4 -2 0 2 -10 -8 -6 -4 -2 0 2
Chapter 1-2 70
Fundamental Signal II – The Impulse
Finally, we introduce the Continuous-Time Unit Impulse Signal
6. Impulse signal Denoted “(t)” and also called the delta function, it is
defined as the signal whose integral is the unit step:
t
u (t ) ( )d
du (t )
This suggest that (t) is the derivative of u(t): (t ) .
dt
But this definition is problematic to mathematicians because u(t) is not
continuous at t = 0 and its derivative is undefined there. So we stick
with the integral definition.
(t) belongs to a class of functions known as generalized functions. They
are not defined by their values, but by what they do.
• (t) is the most important conceptual tool in this course. But it contains
infinite energy, within a zero interval of time!
1 2 1
T otal Energy | ( ) | d lim | | d lim
2
0 0 0
We can fill a pool using a garden hose. We can plot the flow rate of water
into the pool as a function of time
Flow rate of water into the pool
(liter/sec )
time
Chapter 1-2 74
Imaging now that we suddenly empty a large bucket of water into the
swimming pool.
How do we plot the flow rate of water into the swimming pool?
Flow rate
(liter/sec )
Which curve is correct?
t=0 time
Chapter 1-2 75
Impulse as an Idealization of Things that Happen very quickly
Flow rate
(liter/sec ) k
t=0 time
Chapter 1-2 76
• So we explained what the impulse signal intends to mean physically.
Now we need to be familiar with how to work with (t) mathematically.
• There are two ways to represent u(t) as an integration of the impulse
t
1 u (t )
( )d 2 u (t ) (t )d
0
1
(at ) (t )
|a|
The intuitive reasoning for this property, however, should be clear to
you. A unit impulse is a very narrow pulse with a total area of 1. If we
compress the unit impulse in time (time scaling with |a| > 1), the area is
reduced proportionally. We apply the absolute value to a because time
reversal (a<0) will not affect the sign of area. Similarly, if we dilate the
unit impulse in time (time scaling with |a| < 1), the area is expanded
proportionally.
0
• More generally, if we multiply any signal x(t) with a shifted impulse:
x(t ) (t t0 ) x(t0 ) (t t0 )
AKW Fall 2011 Chapter 1-2 80
Summary – Mathematical Properties of (t)
t
u (t ) ( )d (t )d
0
x(t ) (t ) x(0) (t )
x(t ) (t t0 ) x(t0 ) (t t0 )
What is
x(t ) (t t0 )dt ?
Question – which of the three examples in the previous page is/are periodic?
3. How many distinct DT sinusoids there are that is periodic with period N?
| | 1
Focusing on the real part only,
we plot:
| |n [cos( o n )]
in the figure to the right
| | 1
u[-n]
0, n 0
u[n]
1, n 0
n
0.8
0.6
0.4
0.2
0 0
-0.2
-0.4
-0.6
-0.8
-5 0 5 10 15 20
-5
-5 0 5 10 15 20
0.8
0.6
0.4
0.2 0
0
-0.2
-0.4
-0.6
-0.8
-20 -15 -10 -5 0 5
-5
-20 -15 -10 -5 0 5
[n k ]
n
1 u[ n ]
[m]
m
2 u[ n ]
k 0
n0
m
n0
m
• Continuous-time systems
x(t) y(t)
• Discrete-time systems
x[n] y[n]
R Vs (t ) i (t ) R Vc (t )
dVc (t )
i (t ) C
+
Vc dt
Vs i(t)
_ C
dVc (t )
Vs (t ) CR Vc (t )
dt
AKW Fall 2011 Chapter 1-2 96
Example 2: Balance in a bank account
from month to month
DT system described by a difference equation:
x[n] + y[n]
Input: Unit delay
Net deposit 1.01
Output:
y[ n 1] Bank balance
in month n Interest rate = Bank balance at month n
1% per month at month n-1
y [ n ] 1 .0 1 y [ n 1] x [ n ]
y [ n ] 1 .0 1 y [ n 1] x [ n ]
d) Feedback Input
+ System 1
Output
System 2
(d) Feedback
y (t ) 5 x (t ) t
y (t ) x( )d
y (t ) 5 x (t 1)
2. Invertibility
dx (t )
y (t ) 5 x (t ) y (t )
dt
y (t ) 5 x (t 1) y (t ) 5 x 2 (t )
t
y (t ) x( )d
AKW Fall 2011 Chapter 1-2 101
Causal systems
3. Causality
- A system is causal if the output at any time depends only on values of
the input at the present and the past, but not the future.
- We expect that real physical systems with time as the independent
variable should be causal
- Examples - Classify the followings as causal systems or not:
y(t ) 5x(t )
y(t ) x(t 5)
t 5
y(t ) x( )d
t
y(t ) x( )d
- Examples Stable? t
1. y (t ) 5 x (t ) 2. y (t ) x ( ) d
3. Example 2 of systems (bank balance)
dy (t ) d 2 y (t )
4. y (t ) 2 3 2
x (t )
dt dt
We will come back to this in greater details
AKW Fall 2011 Chapter 1-2 103
Time-invariant systems
5. Time-invariance: a system is time-invariant (TI) if the behavior
and characteristics of the system are fixed over time. This implies
that shifted input will give shifted output. That is, if y1(t) is the
output to x1(t) , then y1(t-t0) must be the output to x1(t -t0) .
• Example 1.14. Consider a CT system defined by y ( t ) sin[ x ( t )]
• Example 1.16
y (t ) x ( 2t )
not equal
Other systems that is centered around a fixed time-axis are also not
time-invariant:
Examples: y (t ) x ( t )
y (t ) Ev{x (t )} Not Time-Invariant!
y (t ) Od {x (t )}
The superposition property for linear systems forms the basis of all of the analysis
that we will do in this course. With linearity, we can decompose a signal into a sum
of individual components, determine how a system would response to them, and can
add the individual responses together at the end. Nonlinear systems are often very
hard to analyze. (Read the story about Harold Black’ invention of using feedback to make amplifiers
linear. It is one key invention that has made the modern electronic age possible.)
implies
Input Output
input x2(t) Output y2(t)
ax1(t) + bx2(t) ay1(t) + by2(t)
As an example, let x(t) be the rate at which you deposit money into your
bank account, and let y(t) be the account balance at time t. We expect this
system to satisfy linearity
Chapter 1-2 116
Linearity in Real World Systems
• Within a limited range of operation, many physical and physical laws are
linear. For many engineering systems, it is often very important to keep
the system operating within the linear range.
• As an example, in the early part of the 20th century, people used the
vacuum tube to amplify telephone signals that were attenuated as they
were transmitted over long distances. But the vacuum tube was not very
linear, and the telephone signal was distorted as a result. Engineers tried
very hard to make vacuums tube more linear.
• In 1927, a Bell Lab engineer named Harold Black, while commuting to
work on the New York Ferry, came up with and scribbled on a piece of
newspaper the idea of using negative feedback to build approximately
linear amplifier. This simple idea has dramatically changed the world!
y=x
(y on x100 scale)
If A(z) is so large such that bA(z) is much larger than z, then we can ignore z in
the denominator and the gain of the entire system becomes:
The gain is determined only by the passive
y A(z) 1 R1+R2
= = = values of the two resistors, and the actual
x bA(z) b R2 value of A(z) does not matter!
Chapter 1-2 119
ELEC2100: Signals and Systems
Lecture 5
x[1] [n 1]
… … k 1
x[n] -2 -1 0 1 2 n
+
x[0] [n]
…
-2 -1 0 1 2
…
n = … … k 0
-2 -1 0 1 2 n
x[n] x[k ] [n k ]
k
Linear System y[n] x[k ]h [n]
k
k
Eq. (2.3)
• Eq. (2.6) is called the convolution sum. It means that y[n], the
output of an LTI system at any time n, can be founded by
summing up the responses of the system due to the inputs at all
different times - at all values of k, and the response at time n due
to the input at time k is x[k]h[n-k].
AKW Fall 2011
Chapter 1-2 125
The Convolution Sum
• We also say that the output of an LTI system is the convolution of the
input with the system’s impulse response. We notate the convolution of
x[n] and h[n] as x[n]*h[n]
y [ n ] x[ n ] h[ n ] x[ k ]h [ n k ]
k
Linearity:
( ax 1 [ n ] bx 2 [ n ]) h [ n ] ( ax
k
1 [ k ] bx 2 [ k ]) h [ n k ]
a x [ k ]h [ n k ] b x
k
1
k
2 [ k ]h [ n k ]
k ' k m
TI: x[ n m ] h[ n ] x[ k m ]h [ n k ]
k
x[ k ' ]h [( n m ) k ' ] y[ n m ]
k '
AKW Fall 2011
Chapter 1-2 126
Meaning of The Convolution Sum
• Example: Imagine there is a couponed US government bond that
provides the following payout schedule:
10% rebate immediately h[0]=0.1
Thus, you invest $1,
8% after one year h[1]=0.08 you get $1.26 back
8% after two years h[2]=0.08 in total over 3 years.
100% at the end of the third year h[3]=1
• To help pay for your HKUST education, your parents buy for you
$10 of this bond in 2005, $20 of this bond in 2006, $40 of this
bond in 2007. How much of a payout will you receive in 2009?
y [2 0 0 9 ] x [ 2 0 0 5] h [ 4 ] 2009-2005=4 2009-2007=2
x [ 2 0 0 6 ] h [3] x [ 2 0 0 7 ] h [2 ]
x [ 2 0 0 8] h [1] x [ 2 0 0 9 ] h [0 ]
$ 0 + $ 2 0 1 0 0 % + $ 4 0 8 % + $ 0 + $ 0 $ 2 3 .2
AKW Fall 2011
Chapter 1-2 127
Output of LTI (DT) systems – Another Look
Unit Impulse Response
y[n] h[n]
[n] DT system
-2 -1 0 1 2
n
Time Invariance
[n 2] y[n] h[n 2]
TI- DT system
-2 -1 0 1 2
n
Linearity
[ n] 2 [ n 2] h[ n ] 2 h[ n 2 ]
y[n]
LTI- DT system
-2 -1 0 1 2
n
……
-2 -1 0 1 2 n -2 -1 0 1 2 3 4
1
2. h[n] [n 2] 5. h [ n ] u [ n ] u [ n 3]
3
1/ 3
-2 -1 0 1 2 n -2 -1 0 1 2 3 4
-2 -1 0 1 2 3 4 n -2 -1 0 1 2
Enlarging
the thumbnail
First difference
highlight the edges
in the picture
the convolution integral
x ( ) ( t ) d
Observe that the integral looks very similar to the convolution sum.
In fact it is called a convolution integral. In this case it is the
convolution of x(t) with (t) and it has two meanings:
1. Any signal x(t) can be viewed as weighted sum of infinitely many
shifted impulses with infinitesimally small weights
2. The impulse signal is the identity under convolution. Any x(t)
convolving with (t) produces x(t).
AKW Fall 2011
Chapter 1-2 137
Output of LTI (CT) systems
Because of LTI, if the input is a weighted sum of shifted impulses, the
output must be the same weighted sum of the shifted impulse responses
h(t )
(t ) h(t )
CT system
t
t
(t t 0 ) h(t t0 )
h(t )
TI- CT system
t0 t
t
x(k)h
yˆ (t ) (t k)
xˆ (t ) x(k)
k
(t k )
LTI-CT system k
x(t ) lim
x(k) (t k)
y (t ) lim
0
x(k)h
k
(t k )
0
k LTI-CT system
x(t ) x( ) (t )d LTI-CT system
y (t ) x( )h(t )d
• Convolution integral
y (t ) x(t ) h(t ) x( )h(t )d
AKW Fall 2011
Chapter 1-2 139
Convolving with (t)
• Now, what do you think is a CT LTI system with h(t)=(t)?
Let x(t) be the input
sifting property of ():
y (t ) x(t) h(t) x(t) (t) x( ) (t ) x(t) (t )
x( ) (t )d x(t ) (t )d x(t ) (t )d x(t )
Again, convolving any signal x(t) with (t) yields x(t) unchanged
• What if h(t)=(t – t0)?
y ( t ) x(t) (t t 0 )
x ( ) ( t t 0 ) d
x ( ) (( t t 0 ) ) d
=
x ( t t 0 ) (( t t 0 ) ) d = x ( t t 0 ) (( t t 0 ) ) d x ( t t 0 )
0 t0 t t0 0 t
2. Echo System:
h ( t ) ( t ) 0.3 ( t 4) y ( t ) x ( t ) 0.3 x ( t 4)
h(t) = (t) + 0.3 (t - 4)
0 t
4. Smoother (averager): h ( t ) u ( t ) u ( t W ) / W
0 3 t 3 t 3
• Convolution y[n] x[n] h[n] x[k ]h [n k ]
k
y (t ) x(t ) h(t ) x( )h(t )d
The commutative symmetry is obvious from our couponed bond example. We can compute
the payout in 2009 by enumerating over the years in which a bond purchase was made:
y [2009] x [2005] h [2009 2005] x [2006] h [2009 2006]
x [2007 ] h [2009 2007 ] x [2008] h [2009 2008] x [2009] h [2009 2009]
Or we can enumerate over h[n]
y [2009] h [0] x [2009 0] h [1] x [2009 1]
h [2] x [ 2009 2] h [3] x [2009 3] h [4] h [2009 4]
Chapter 1-2 146
The commutative property means that the followings are equivalent:
x(t) y(t)=x(t)*h(t)
System h(t)
h(t) y(t)=h(t)*x(t)
System x(t)
x(t) h1(t)+h2(t)
commutative
h1(t)+h2(t) x(t)
x(t ) [h1 (t ) h2 (t )]
linearity [h1 (t ) h2 (t )] x(t )
h1(t) x(t) h1 (t ) x(t ) h2 (t ) x(t )
+ x(t ) h1 (t ) x(t ) h2 (t )
h2(t) x(t)
commutative
x(t) h1(t)
+
x(t) h2(t) Isn’t this fun ?!
AKW Fall 2011
Chapter 1-2 149
Properties of LTI systems -
3. Associative property
x(t ) [h1 (t ) h2 (t )] [ x(t ) h1 (t )] h2 (t )
x[n] {h1 [n] h2 [n]} {x[n] h1 [n]} h2 [n]
We use the symbol because
Proof: the symbol is already used
x(t) [h1 (t ) h2 (t )] x(t ) [h2 (t ) h1 (t )] Then this is g(t-)
Regard as g(t)
x(t ) h2 ( )h1 (t )d x( ) h2 ( )h1 (t )d d
h2 ( ) x( )h1 (t )d d h2 (t ) x( )h1 (t )d
h2 (t ) [ x(t ) h1 (t )] [ x(t ) h1 (t )] h2 (t )
AKW Fall 2011
Chapter 1-2 150
Properties of LTI systems (cont.)
• Meaning?
x(t ) [h1 (t ) h2 (t )]
[ x(t ) h1 (t )] h2 (t )
Implication:
When cascading two LTI systems, the
order of the cascade does not matter
Proof:
y (t )
x ( ) h (t ) d x (t ) k
k (t ) t0
if h (t )
0 t0
• For an LTI with impulse response h(t), if there is an hInv (t) such
that h(t ) hInv (t ) (t ) , then the LTI system is invertible.
0.3 (t )
n
1 hInv ( t )
n0
0
t
Proof :
h() = 0 for < 0
y (t ) x(t )h( )d x (t )h( ) d
0
This means y(t) does not depends on any x(t –) with t –> t
CT u (t ) h(t) s (t ) ?
Unit Step t
Response
s (t ) h( )u (t ) d h( ) d
Or to show alternatively
t t
u (t ) ( )u (t ) d ( ) d s (t ) h( ) d
x ( k ) (t ) r (t ) x ( k ) (t ) h(t )
x(t ) k-th
differentiator
h(t)
y (t ) r (t ) y ( k ) (t )
x(t ) h(t) k-th
differentiator
This means that we can determine the output by taking the k-th derivative
of the original output , or by passing x(t) through a system with impulse
response that is the k-th derivative of the original impulse response!
Chapter 1-2 159
Example. y(t) is the output of an LTI system when the input is x(t).
y(t)
1/3
0 3 t
t
Sketch the output when the input is x ( 1) (t ) 2 x(t 2) or
x( )d 2 x(t 2)
-2 -1 0 1 2 3 4 n -2 -1 0 1 2 3 4 n
-2 -1 0 1 2 3 4 5 k
-2 -1 0 1 2 3 4 k
y (t ) x(t) h(t) x( )h(t )d
2 2 2
Area=0.4 Area=1 Area=?
y(t) In general form: t 0 t 1
y(0.4) = 0.4, y (t ) 1 1 t 2
1
y(1.1) = 1, 3 t 2t 3
y(2.2) = 0.8 t
0.4 11.1 2 2.2 3 0 otherwise
Chapter 1-2 165
Variations on example:
x(t) h(t) y(t)
1 * 1 1
t t t
1 1 2
1
t t
2 1
h(t ) e (t )u (t )
e.g. h(2 ) e (2 )u (2 )
x() x() x()
h (t )
h(0.4 ) 1 1 1
h(1 )
2 2 2 t
Area=1-e-0.4 Area=1-e-1 Area=?