0% found this document useful (0 votes)
43 views

Introduction To Signal Processing: - CD - Rowell 2008

This document provides an introduction to signal processing, covering both continuous and discrete time signals. It discusses various processing methods including passive and active analog filters, as well as digital signal processors. Applications mentioned include data analysis, signal enhancement, and signal detection. Basic examples of moving average and recursive digital filters are also given.

Uploaded by

vivekverma390
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views

Introduction To Signal Processing: - CD - Rowell 2008

This document provides an introduction to signal processing, covering both continuous and discrete time signals. It discusses various processing methods including passive and active analog filters, as well as digital signal processors. Applications mentioned include data analysis, signal enhancement, and signal detection. Basic examples of moving average and recursive digital filters are also given.

Uploaded by

vivekverma390
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Reading:

Class handout: The Dirac Delta and Unit-Step Functions

Introduction to Signal Processing


In this class we will primarily deal with processing time-based functions, but
the methods will also be applicable to spatial functions, for example image
processing. We will deal with
(a) Signal processing of continuous waveforms f(t), using continuous LTI
systems (filters).
_
___ _ _ ____ _

___ _ ____ ___


_

______________

______

___ _ _ _
_ ___ _ _
_ _ __

and

(b) Discrete-time (digital) signal processing of data sequences {fn} that might
be samples of real continuous experimental data, such as recorded
through an analog-digital converter (ADC), or implicitly discrete in
nature.
_
__ _ _ _

__ _ _ _ _ _ ___
____

__ _ _ _______

______ _

________

__

_ _ __ _ _
_______

_ ________

Some typical applications that we look at will include


(a) Data analysis, for example estimation of spectral characteristics, delay
estimation in echolocation systems, extraction of signal statistics.
(b) Signal enhancement. Suppose a waveform has been contaminated by
additive noise, for example 60Hz interference from the ac supply in the
laboratory.
1

copyright _cD.Rowell 2008

11 _ __ __

__

# __ $ #$ _ _ !

___ __ __ _ _ __ _ __ _ _ _ _ _ __ _ _ # #

_ _ _ ___" _ _ _ __ _

The task is to design a filter that will minimize the effect of the
interference while not destroying information from the experiment.
(c) Signal detection. Given a noisy experimental record, ask the question
whether a known signal is present in the data.

1.1 Processing methods


(a) Passive Continuous Filters: We will investigate signal processing using
passive continuous LTI (Linear Time-Invariant) dynamical systems. These
will typically be electrical R-L-C systems, for example
_ _ __ _ __ _ _ __ __ __ _ _ _ _ __
_

or even an electro mechanical system using rotational elements:


_ _ __ _ _ _ __ _ _ _ _ _ _ _ _ __ _ __ _ ____ _ _ _ _ _ _ _
_ ___

(b) Active Continuous Filters: Modern continuous filters are implemented


using operational amplifiers. We will investigate simple op-amp designs.
_

____ ___

___

_ _ _ _ ___

12 ___ __ __ __ __ _ _ _ __ _

(c) Digital Signal Processors: Here a digital system (a computer or DSP chip)
is used to process a data stream.
(i) The sampler (A/D converter) records the signal value at discrete times to
produce
} where fn = f(nT)(T is the sampling interval.
(ii) At each interval, the output sample yn is computed, based on the history
of the

_ __ ___
__ _ _ _ __ _ _ _ _ _ _ _ _ _ _ _ _ __ _ _ _ _ ___ _ __ _ _ __ _ _ _ _ _ _ _ __ _ __ __
_ _ _ _ _ __ __ _ __ _ _ __ % _ __ _ ____ __ _ _ _ _ _ _ __ _ __ __ _ _ __ _ __ _ _ _ _ _ _ _ _
__ _ a sequence of samples {fn_ __ _ _& _ _ _ _ _ _ _ _ _ _ _ _ ! _

input and output, for example1


yn =(fn + fn1 + fn2)
33-point moving average filter, and
yn =0.8yn1 +0.2fn
is a simple recursive first-order low-pass digital filter. Notice that they are
algorithms.
(iii) The reconstructor takes each output sample and creates a continuous
waveform.
In real-time signal processing the system operates in an infinite loop:
_ __ _

___ ____ __ _ _ _ _ _ _ _ _ __ _ _ _ _ _ _ __ _

13

_ _ ___ _ '

_ __ $_ __ _( _ " _ __ __ __ _ _ _ _ ___ _ _ _ __ _ _

You might also like