MIT2
MIT2
Spring 2008
Lecture #2
(2/7/2008)
• Covers O & W pp. 38-56
• Examples of systems
• System properties
a) Causality
b) Linearity
c) Time invariance
“Figures and images used in these lecture notes by permission,
copyright 1997 by Alan V. Oppenheim and Alan S. Willsky”
Systems
In 6.003, systems are described from input/output perspective,
that is, input to the system x causes the output y
Vin +
– Vout = Vin
In 6.003 notation
x(t) 1 y(t)
2
More system examples
Ex. #1 RLC circuit –– an electrical system
dv(t) v(t) 1 t
i(t) = C + + %#$ v(" )d" .
12 dt3 { R L4
1 4244 3
capacitance resistance inductance
4
!
Observation: different systems could be
described by the same input/output relations
–– they are the same as far as 6.003 is
concerned
"
!
Largely for this reason, 6.003 is the most general among all
the EECS subjects, and perhaps the most important.
6
Example #4: A robot car – a close-loop system
Coolant
Coolant
8
Ex. #5 (Continued)
Observations
• Independent variable can be something other than time,
such as space.
• Such systems may, more naturally, have boundary
conditions, rather than “initial” conditions.
Ex. #6 A DT system
• A rudimentary “edge” detector
y[n] = x[n+1] - 2x[n] + x[n-1]
= {x[n+1] - x[n]} - {x[n] - x[n-1]}
= “Second difference”
∝ “curvature”
• This system detects changes in signal slope
(a) x[n] = n ⇒ y[n] =0
(b) x[n] = nu[n] ⇒ y[n]
3
2
1 1
0 1 2 -1
10
Ex. #7 Another DT system
• Bank account
Then
11
Observations
1) A very rich class of systems (but by no means all systems
of interest to us) are described by differential and difference
equations.
2) Such an equation, by itself, does not completely describe
the input-output behavior of a system: we need auxiliary
conditions (initial conditions, boundary conditions).
3) In some cases the system of interest has time as the natural
independent variable and is causal. However, that is not
always the case.
4) Very different physical systems may have very similar
mathematical descriptions.
12
SYSTEM PROPERTIES
(Causality, Linearity, Time-invariance, etc.)
13
CAUSALITY
• A system is causal if the output does not depend on future
values of the input, i.e., if the output at any time depends
only on values of the input up to that time.
14
Causal or noncausal
15
16
LINEARITY
• Superposition
If
x k [n] " y k [n]
then
# a x [n] " # a y [n]
k k k k
k k
!
18
TIME-INVARIANCE (TI)
Informally, a system is time-invariant (TI) if its behavior does
not depend on the choice of t = 0. Then two identical
experiments will yield the same results, regardless the starting
time.
• Mathematically (in DT): A system is TI if for any input
x[n] and any time shift n0,
If x[n] → y[n]
then x[n - n0] → y[n - n0] .
TIME-INVARIANT OR TIME-VARYING ?
20
NOW WE CAN DEDUCE SOMETHING!
Fact: If the input to a TI system is periodic, then the output
is also periodic with the same period.
Then by TI
x(t + T) → y(t + T)
↑ ↑
But these are So these must be
the same input! the same output,
i.e., y(t) = y(t+T)
21
22
Example: DT LTI System
23
24