Course Objectives: Problems Probability Theory For Engineering Problems Discrete Time
Course Objectives: Problems Probability Theory For Engineering Problems Discrete Time
Course Objectives: Problems Probability Theory For Engineering Problems Discrete Time
• Course format
• Course Outline
• Introductory concepts
• Using Matlab for DSP
Background Reading
• Explore Matlab
Course Outline
• Analysis
– Signal Input/ Measurement Output
– Speech Recognition, Spectral Analysis,
Target Detection
• Filtering
– Signal Input and Signal Output
– Removal of unwanted signals
– Biomedical signal Processing, Speech
enhancement, etc.
Some Matlab Basics
and examples
• Vector/Matrix based
– We will usually use row vectors in
this class (1 x N)
• Can manipulate entire vector/matrix
as an object
• Can create “m” files to build modules
• Go over some simple Matlab signals
and show plotting
RC Low Pass Filter
i(t)
xa(t) ya(t)
C
Converting to Discrete Time
• Approximate derivative using small
time increment
1
xa(t) R i(t) i(t) dt
C
dy ya(t)
{
i (t) C a
dt
dy (t)
xa(t) RC a ya(t)
dt
dy (t)
ya(t) RC a xa(t)
dt
The Form Of The Solution
Step Response
ya(t) ( 1 - e -t/RC ) u(t)
Impulse Response
h(t) e-t/RC u(t)
In general, the solution has a term of form
k e-t/RC function terms.
Discrete Time Approximation