1 CSE-409 Introduction To Signals
1 CSE-409 Introduction To Signals
Source: Canon
Source:
WHIO
Source:
CCTT.org
Source:
May 31, 2024 CSE 409, Digital Signal Processing, Dept. of merl.com 8
Computer Science and Engineering
DSP Application: Biometrics
• Graphical Representation
Consider a discrete time signal x(n) with the values,
x(−3) = −2,
This discrete time signal can be represented graphically as
x(−2) = 3, shown in the figure below.
x(−1) = 0,
x(0) = −1,
x(1) = 2,
x(2) = 3,
x(3) = 1
• Functional Representation
Consider a discrete time signal x(n). This discrete time signal can
be represented functionally as.
n -3 -2 -1 0 1 2 3
x(n) -2 3 0 -1 2 3 1
• Sequence Representation
The discrete time signal x(n) can be represented in the sequence
representation as follows −
x(n)={−2,3,0,−1,2,3,1 ↑ }
Example –
Amplitude
Amplitude
Time,t Time,t
n , 3 n 4
2
xe [n]
0, 5 n 8
is a finite-length sequence of length 12 obtained by
zero-padding x[n] =n2, -3≤n≤4 with 4 zero-valued
samples
n
N1
A right-sided sequence
N2
n
A left-sided sequence
Discrete-time
x[n] y[n]
system
Input sequence Output sequence
x[n] y[n]
-Modulator y[n]=x[n].w[n]
w[n]
{c[n]}={a[n].b[n]}={6 –4 24 –45 0}
{d[n]}={a[n]+b[n]}={5 3 10 –4 -3}
{e[n]}=(3/2){a[n]}={4.5 6 9 –13.5 0}
1, n 0
• Unit sample sequence - [ n]
1 0, n 0
n
–4 –3 –2 –1 0 1 2 3 4 5 6
1, n 0
Unit step sequence - [ n]
0, n 0
1
n
–4 –3 –2 –1 0 1 2 3 4 5 6
May 31, 2024 CSE 409, Digital Signal Processing, Dept. of 71
Computer Science and Engineering
Basic Sequences
• Real sinusoidal sequence -
x[n]=Acos(0n+)
where A is the amplitude, 0 is the angular frequency,
and is the phase of x[n]
Example -
x[n] A , n
n
=1.2 =0.9
Stationary Signals
• Stationary signals are constant in their statistical
parameters (e.g., amplitude, standard deviation) over
time.
• stationary signal is one whose long-term statistics do
not change with time.
Non-Stationary Signals
• The statistical parameters (e.g., amplitude, standard
deviation) of non-stationary signals are not constant
over time.
• Non-stationary signal is one whose long-term
statistics do change with time.
Example :
The interval 0 to 300 ms has a 100 Hz sinusoid, the
interval 300 to 600 ms has a 50 Hz sinusoid, the interval
600 to 800 ms has a 25 Hz sinusoid, and finally the
interval 800 to 1000 ms has a 10 Hz sinusoid.
X [1 2 4 6 12 15 25 45 68 67 65 98]
n
Xi
i 1
Mean X
n
The symbol X bar to indicate the mean of the set X . All this formula says is
“Add up all the numbers and then divide by how many there are”.
X [1 2 4 6 12 15 25 45 68 67 65 98]
n
Xi X
i 1
2
SD
n 1
Why are you using (n-1) and not n ?
Calculate SD of A, B and C where
A= [0 8 12 20]
B= [8 9 11 12]
C= [10 10 10 10]
Eigenvalue
• Eigenvalues are the special set of scalars associated with the system of linear
equations. It is mostly used in matrix equations.
• In simple words, the eigenvalue is a scalar that is used to transform the
eigenvector. The basic equation is
Ax = λx
The number or scalar value “λ” is an eigenvalue of A.
.
In this transformation the red arrow changes direction, but the blue
arrow does not. The blue arrow is an eigenvector of this shear
mapping because it does not change direction, and since its length is
unchanged, its eigenvalue is 1
May 31, 2024 CSE 409, Digital Signal Processing, Dept. of 88
Computer Science and Engineering
Thank You