01 SS Chap1
01 SS Chap1
Chapter 1
Signals and Systems
Introduction: Signals & Systems Concepts
2/20
What is a Signal?
t
Example: Signals in an Electrical Circuit
R
vs (t ) − vc (t )
i (t ) =
R
dv (t )
+ i i (t ) = C c
vs C vc dt
-
dvc (t ) 1 1
+ vc (t ) = vs (t )
dt RC RC
t
Note, we could also have considered the voltage across the resistor or
the current as signals
Continuous & Discrete-Time Signals
Continuous-Time Signals
• Most signals in the real world are continuous
time, as the scale is infinitesimally fine. x(t)
• Eg voltage, velocity,
• Denote by x(t), where the time interval may
be bounded (finite) or infinite t
Discrete-Time Signals
• Some real world and many digital signals
are discrete time, as they are sampled
x[n]
• E.g. pixels, daily stock price (anything that a
digital computer processes)
• Denote by x[n], where n is an integer value
that varies discretely n
Sampled continuous signal x[n] =x(nk)
– k is sample time
Signal Properties
• These properties define a large class of tractable, useful signals and will be
further considered in the coming lectures
7/20
“Electrical” Signal Energy & Power
E = n = n x[n]
n2 2
12
Basic Operations on Signals
◼ Time scaling
◼ Expands (stretches) or contracts (compresses) a signal along the time axis
◼ y(t) : Signal by scaling the independent variable, time t, by a factor b
y (t ) = x(bt )
If b>1, the signal y(t) is a compressed version of x(t)
If 0<b<1, the signal y(t) is an expanded version of x(t)
13
Basic Operations on Signals
◼ Time scaling
◼ Expands (stretches) or contracts (compresses) a signal along the time axis
◼ y(t) : Signal by scaling the independent variable, time t, by a factor b
y (t ) = x(bt )
If b>1, the signal y(t) is a compressed version of x(t)
If 0<b<1, the signal y(t) is an expanded version of x(t)
14
x(2t-4)=x[2(t-2)]
𝑥(𝑡) 𝑥(𝑡)
2 4 𝑡
𝑥(𝑡 − 2) : 𝑡 → 𝑡 − 2 ⇒ 𝑥 𝑡 = 𝑥(𝑡 − 2)
𝑥(𝑡 − 2)
2 4 6 𝑡
𝑥(2(𝑡 − 2)) : 𝑡 → 2𝑡? ⇒ 𝑥 𝑡 = 𝑥(2𝑡 − 2)
𝑥(2𝑡 − 2)
1 3 𝑡 15
x(2t-4)=x[2(t-2)]
𝑥(𝑡) 𝑥(𝑡)
2 4 𝑡
𝑥(2𝑡) : 𝑡 → 2𝑡 ⇒ 𝑥 𝑡 = 𝑥(2𝑡)
𝑥(2𝑡)
1 2 𝑡
𝑥(2(𝑡 − 2)) : 𝑡 → 𝑡 − 2 ⇒ 𝑥 𝑡 = 𝑥(2(𝑡 − 2))
𝑥(2(𝑡 − 2))
2 3 4 𝑡 16
x(2t-4)=x[2(t-2)]
𝑥(𝑡) 𝑥(𝑡)
2 4 𝑡
𝑥(𝑡 − 4) : 𝑡 → 𝑡 − 4 ⇒ 𝑥 𝑡 = 𝑥(𝑡 − 4)
𝑥(2𝑡)
4 6 8 𝑡
2 3 4 𝑡 17
Periodic Signals
Examples:
cos(t+2p) = cos(t)
sin(t+2p) = sin(t)
Are both periodic with period 2p
Odd and Even Signals
An even signal is identical to its time reversed signal, i.e. it
can be reflected in the origin and is equal to the original:
x(−t ) = x(t )
Examples: x(t) = cos(t), x(t) = c
Therefore: E =
1
Average power: Pperiod = E period = 1
T0
Note that the unit impulse is the first difference (derivative) of the
step signal d [n] = u[n] − u[n − 1]
Similarly, the unit step is the running sum (integral) of the unit
impulse.
Continuous Unit Impulse and Step Signals
Examples:
– A circuit involving a capacitor can be viewed as a system that
transforms the source voltage (signal) to the voltage (signal)
across the capacitor
– A CD player takes the signal on the CD and transforms it into
a signal sent to the loud speaker
– A communication system is generally composed of three
sub-systems, the transmitter, the channel and the receiver.
The channel typically attenuates and adds noise to the
transmitted signal which must be processed by the receiver
26/20
How is a System Represented?
Continuous-Time dvc (t ) 1 1
Systems + vc (t ) = vs (t )
dt RC RC
Most continuous time systems dv(t )
represent how continuous m + v(t ) = f (t )
signals are transformed via dt
differential equations. First order differential equations
discrete y[n]
x[n]
time (DT)
Examples of Simple Systems
k=-¥
System Causality
System 1
x y
Parallel +
System 2
x y
Feedback + System 1
System 2
How Are Signal & Systems Related (i)?
WHY?
• y(t)=x(t-1)
: y(5) depends on x(4) → causal
• y(t)=x(t+1)
: y(5) depends on x(6) → non-causal
• y[n]=x[-n]
: y[5] depends on x[-5] → that’s okay
y[-5] depends on x[5] → non-causal
Time-Invariance (TI)
• y(t)=x(t+1)
→ Time-Invariant (TI)
• y[n]=n/2+x[n-1]
→ Time-Varying (TV)
Example:
• Examples:
y[n] = x2[n] : Nonlinear, TI, Causal
y(t) = x(2t) : Linear, not TI, Noncausal
Examples of Linear Systems
• y(t)={x(t)}2
→ Non-linear
• y[n]=2*x[n-1]
→ Linear
Linear Time-Invariance (LTI) Systems