Signal and system (Classifications of systems)

wasifnaseer255 39 views 51 slides Oct 04, 2024
Slide 1
Slide 1 of 51
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20
Slide 21
21
Slide 22
22
Slide 23
23
Slide 24
24
Slide 25
25
Slide 26
26
Slide 27
27
Slide 28
28
Slide 29
29
Slide 30
30
Slide 31
31
Slide 32
32
Slide 33
33
Slide 34
34
Slide 35
35
Slide 36
36
Slide 37
37
Slide 38
38
Slide 39
39
Slide 40
40
Slide 41
41
Slide 42
42
Slide 43
43
Slide 44
44
Slide 45
45
Slide 46
46
Slide 47
47
Slide 48
48
Slide 49
49
Slide 50
50
Slide 51
51

About This Presentation

Signal and system (Classifications of systems)


Slide Content

Classification of Signals
•Continuous and discrete-time signals
•Deterministic signals, random signals
•Finite and infinite length
•Periodic signals, non-periodic signals
•Even and odd signals

Deterministic signals, random
signals
Deterministic signals
-There is no uncertainty with respect to its value
at any time. 1) sin(3t) 2) Square wave
Random signals
- There is uncertainty before its actual
occurrence.
1) EEG 2) Speech 3) Noise

Finite and infinite length
•Finite-length signal : nonzero over a
finite interval t
min< t< t
max
•Infinite-length singal : nonzero over all
real numbers

Even and odd signals
•Even signals : x(-t)=x(t)
•Odd signals : x(-t)=-x(t)
•Even signal is symmetric about vertical axis
•Odd signal is antisymmertic about the time origin

Basic Operations on Signals
A variety of operations can be carried out on signals to
obtain new signals.
These operations can be classified into two categories:
•Operations that are performed on the dependent variable
•Operations that can be performed on the independent
variable.
Recall that for a signal
 
x(t),
 

is the independent variable
and
 
x(t) 
is the dependent variable.

Operations performed on dependent
variable
•Amplitude scaling
•Addition
•Multiplication
•Differentiation
•Integration
() ()yt cxt
1 2
() () ()y t x t x t 
1 2
( ) ( ) ( )y t x t x t 
( ) ( )
d
y t x t
dx

( ) ( )
t
y t x d 
 


Operations performed on the
independent variable
•Reflection() ( )yt x t 
This operation can be visualized as flipping the signal about the origin.

Operations performed on the independent
signals

Operations performed on the
independent signals
•Time scaling
a>1 : compressed
0<a<1 : expanded
() ( )yt xat

Operations performed on the
independent signals
- Precedence Rule for time shifting & time
scaling

( ) ( ) ( ( ))
b
y t x at b x a t
a
   

•Notes on the precedence of Time-Shift,
Reflection and Scaling for C-T signals.
There is no order of precedence between Reflection and Scaling. i.e. Reflection can be
  done first and
then Scaling or Scaling can be done first and then Reflection.
Without loss of generality, any function can be written as
•x(at+b)
where ‘a’ can be positive or negative. If ‘a’ is positive then only scaling is involved; if ‘a’ is negative
then both scaling and reflection are involved. ‘b’ can be any real no. (positive or negative).
•Method I (Direct method)
• 
•Step 1: Start with
 
x(at+b) – (note: remove any inner parenthesis)
•Step 2: Apply the Time-Shift by the factor ‘b’
•Step 3: Apply Scaling (and Reflection, if ‘a’ negative) by the factor ‘a’
Method II (Parenthesis method)
 
•Step 1: Express
 
x(at+b) 
 in the form 
x(a(t+b/a)). (note that the coefficient of ‘t’ within the
parenthesis become
  +1)
•Step 2: Apply Scaling (and Reflection, if ‘a’ negative) by the factor ‘a’
•Step 3: Apply the Time-Shift by the factor ‘b/a’

Quiz # 1
Compute
•x(-4t-1)
•3x(-t+10)
•2x(t-4)

Energy of signal
•In signal processing, a signal is viewed as a function of time. The
term “size of a signal” is used to represent the “strength of the
signal”. It is crucial to know the “size” of a signal used in a
certain application. Energy is used to compute the strength of a
signal. The Energy of a continuous-time complex signal is
defined as:

Energy of a Signal

ExapmlesExamples

Geometric Progression

Compute Energy (Home task)

Voice activity detection (Energy Example)

Systems Viewed as Interconnection
of Operations
system
output

signal
input

signal

System

Properties of Systems
•Stability
•Memory
•Invertibility
•Causality
•Linearity
•Time Invariance

Stability
•BIBO stable : A system is said to be
bounded-input bounded-output stable
iff every bounded input results in a
bounded output.
| ()| | ()|
x y
t x t M t y t M     

Stability

Causality
•Causal system : A system is said to be
causal if the present value of the output
signal depends only on the present and/or
past values of the input signal.
•Non-causal system
•(example)
y[n]=x[n]+1/2x[n-1]
y[n]=x[n+1]+1/2x[n-1]

Home Task

Time Invariance
•Time invariant system : A system is
said to be time invariant if a time delay
or time advance of the input signal
leads to a identical time shift in the
output signal.

Linearity

Linearity
a
1
a
2
a
N
.
.

.
.
H
x
1
(t)
x
2
(t)
x
N
(t)
.
.
y(t)
H
H
H
.
.
a
1
a
2
a
N

.
.
.
.
x
1(t)
x
2
(t)
x
N
(t)
y(t)

Linear Time Invariant (LTI)
Systems
•Linearity and time invariance are two
system properties that greatly simplify the
study of systems that exhibit them. In our
study of signals and systems, we will be
especially interested in systems that
demonstrate both of these properties,
which together allow the use of some of
the most powerful tools of signal
processing.

Assignment # 2

Assignment # 2