1 Signals
1 Signals
1 Signals
Systems
Introduction to Signals
• Signals are represented mathematically as functions of
one or more independent variables.
• In simple terms, a signal is a mathematical function.
• Examples
– a speech signal: acoustic pressure as a function of time
– a picture: brightness as a function of two spatial variables
– voltage across a circuit element as a function of time
– current in a circuit as a function of time
– http://en.wikipedia.org/wiki/Signal_(electrical_engineering)
Continuous Time Signals
• Continuous time signals
– The signals are defined for a continuum of values of the
independent variable.
– Caution: “Continuous ” here talks about the independent
variable “time”. The signals may or may not be continuous.
– E.g., sin(𝑡)
– E.g., step function
Discrete Time Signals
• Discrete time signals are defined only at
discrete times.
• The independent variable “time” takes on the
integers.
-> A discrete time signal is a sequence 𝑥[𝑛].
• … , 𝑥[−2], 𝑥[−1], 𝑥[0], 𝑥[1], 𝑥[2], …
Energy and Power
• Recall circuit theory:
– Instantaneous power 𝑝(𝑡): 𝑣2(𝑡)/𝑅 or 𝑖2(𝑡)𝑅
– With 𝑅 = 1, 𝑝(𝑡) = 𝑣2(𝑡) or 𝑖2(𝑡)
• For general signals:
– Instantaneous power
• CT: 𝑝(𝑡) = |𝑥(𝑡)|2
• DT: 𝑝[𝑛] = |𝑥[𝑛]|2
Energy and Power
– Energy
∞
• CT: 𝐸 = −∞ |𝑥 𝑡 |2 𝑑𝑡
• DT: 𝐸 = σ∞ 𝑛=−∞ |𝑥 𝑛 |
2