Introduction To Signals & Variables Lec 1
Introduction To Signals & Variables Lec 1
Lecture 1
Introduction to Signals & Variables
Recommended
Haykin “Signals and Systems, John Wiley and Sons, 2002
http://www.mit.edu/~6.003/ - Signals and Systems at MIT
http://dynamo.ecn.purdue.edu/~bouman/ee301/ - Signals and
Systems at Purdue
2
Course Syllabus
1. Concepts : Systems, signals, mathematical models.
Continuous-time and discrete-time signals. Energy and
power signals. Linear systems. Examples for use
throughout the course, use of Matlab
2. Linear Systems : Impulse response, input signals as
continuum of impulses. Convolution, discrete-time and
continuous-time properties
3. Basis functions : Concept of basis function. Fourier series
representation of time functions. Fourier transform and its
properties. Examples, transform of simple time functions.
4. Sampling Discrete-time systems : Sampling theorem,
discrete Fourier transform
3
Course Syllabus (2)
Quizzes : 10%
Assignments : 05%
Sessionals : 25%
LAB Work : 25%
Final Exam : 35%
5
What is a Signal?
t
7
Example: Signals in an Electrical Circuit
R vs (t ) vc (t )
i (t )
R
dv (t )
i (t ) C c
vs +
-
i C vc dt
dvc (t ) 1 1
vc (t ) vs (t )
dt RC RC
The signals vc and vs are patterns of variation over time
RC = 1
First order (exponential)
response for vc
t
t
Independent
variable
t
Independent
variable
9
Discrete-time signals
The value of signal exists only at equally spaced
discrete points in time
t
Independent
variable
t
Independent
variable
10
Discrete-time signals
Why to discretize
How to discretize
How closely spaced are the samples
Distinction between discrete & digital signals
How to denote discrete signals
Is image a discrete or continuous signal
The image is generally considered to be a
continuous variable
Sampling can however be used to obtain a discrete,
two dimensional signal (sampled image)
11
Notation
A continuous-time signal has independent variable
(time) in parentheses ()
xt
n 12
Continuous & Discrete-Time Signals
Continuous-Time Signals
Most signals in the real world are x(t)
continuous time, as the scale is
infinitesimally fine e.g 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 e.g. pixels, daily stock price x[n]
(anything that a digital computer
processes)
Denote by x[n], where n is an integer n
value that varies discretely
Sampled continuous signal
x[n] =x(nk) – k is sample time 13
Signal Properties
Particular interest in signals with certain properties:
Periodic signals: a signal that repeats itself after a fixed
period T, i.e. x(t) = x(t+T) for all t. e.g. A sin(t).
Even and odd signals: even if x(-t) = x(t), and odd if
x(-t) = -x(t). Examples are cos(t) and sin(t) signals.
Exponential and sinusoidal signals: a signal is (real)
exponential if it can be represented as x(t) = Ceat. The same
example is (complex) exponential C and a are complex.
Step and pulse signals: A pulse signal is one which is
nearly completely zero, apart from a short spike, d(t). A
step signal is zero up to a certain time, and then a constant
value after that time, u(t).
14
Signal
15
Signal
The image
16
Signal
The image
17
What is a System?
• Systems process input signals to produce output 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
18
System
An entity that responds to a signal
Examples
Circuit
19
System
The camera
Image
Identified
20
System
22
Example: An Electrical Circuit System
R vs (t ) vc (t )
i (t )
R
dv (t )
i (t ) C c
vs +
-
i C vc dt
dvc (t ) 1 1
vc (t ) vs (t )
dt RC RC
Simulink representation of the electrical circuit
vs, vc
vs(t) vc(t)
first order t
system
23
Continuous & Discrete-Time Models
Continuous-Time Systems
dvc (t ) 1 1
Most continuous time systems vc (t ) vs (t )
dt RC RC
represent how continuous
dv(t )
signals are transformed via m v(t ) f (t )
dt
differential equations. e.g.
First order differential equations
circuit, car velocity
Discrete-Time Systems
Most discrete time systems
represent how discrete signals y[n] 1.01y[n 1] x[n]
are transformed via difference
equations e.g. bank account, First order difference equations
discrete car velocity system
24
Properties of a System
25
Lecture 1: Summary
Signals and systems are important for:
– Electrical circuits
– Physical models and control systems
– Digital media (music, voice, photos, video)
Study of signals and systems helps in:
– Design systems to remove noise/enhance
measurement from audio and picture/video data
– Investigate stability of physical structures
– Control the performance mechanical and electrical
devices
This will be the foundation for studying systems and
signals as a generic subject on this course.
26
Lecture 1: Exercises
27