Top Banner
Digital signal processing
29
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: presentation on digital signal processing

Digital signal processing

Page 2: presentation on digital signal processing

CONTENTS

INTRODUCTION

TERMS AND COMPONENTS

WORKING OF DIGITAL SIGNAL PROCESSOR

COMPARISION WITH MICROPROCESSORS

DIGITAL FILTER AND ITS TYPES

APPLICATIONS

Page 3: presentation on digital signal processing

Terms of signal processing

DIGITAL: Operating by the use of discrete signals

to represent data in the form of numbers. SIGNAL: A variable parameter by which

information is conveyed through an electronic circuit.PROCESSING: To perform operations on data

according to the programmed instructions. Digital signal processing :IT can be

defined as analysis, interpretation, and manipulation of signals like sound, images time-varying measurement values and sensor data

Page 4: presentation on digital signal processing

What is DSP?

Converting a continuously changing waveform (analog) into a series of discrete levels (digital)

Page 5: presentation on digital signal processing
Page 6: presentation on digital signal processing

What is DSP?

The analog waveform is sliced into equal segments and the waveform amplitude is measured in the middle of each segment

The collection of measurements make up the digital representation of the waveform

Page 7: presentation on digital signal processing

What is DSP?

00.22 0.44 0.64 0.82 0.98 1.11 1.21.241.27

1.24

1.2

1.11

0.98

0.82

0.64

0.44

0.22

0-0.22

-0.44

-0.64

-0.82

-0.98

-1.11

-1.2

-1.26

-1.28

-1.26

-1.2

-1.11

-0.98-0.82 -0.64 -0.44 -0.22

0

-2

-1.5

-1

-0.5

0

0.5

1

1.5

21 3 5 7 9 11 13 15 17 19 21 23 25 27 29 31 33 35 37

Page 8: presentation on digital signal processing

How Does It Work?

A waveform is sliced up and converted it into digital form

Draw a simple waveform on graph paper Scale appropriately

“Gather” digital data points to represent the waveform

Page 9: presentation on digital signal processing

Starting Waveform Used to Create Digital Data

Page 10: presentation on digital signal processing

Waveform Created from Digital Data

Page 11: presentation on digital signal processing

How Does It Work?

Compare the original with the recreating, note similarities and differences

Page 12: presentation on digital signal processing

Noise Filtering Using Averaging

Page 13: presentation on digital signal processing

NOISE FILTERING

Page 14: presentation on digital signal processing

Three most commonly used digital modulation schemes for transmitting

Digital data over bandpass channels are:

Amplitude shift keying (ASK) Phase shift keying (PSK) Frequency shift keying (FSK)

When digital data is transmitted over an all digital network a scheme known As pulse code modulation (PCM) is used.

Digital modulation techniques

Page 15: presentation on digital signal processing

DIFFERENCE BETWEEN MICROPROCESSOR AND DIGITAL SIGNAL PROCESSOR

A microprocessor with its limited speed is meant for low speed applications whereas the DSP is meant for fast real time applications.

Generally microprocessors use Van-nuemann architecture whereas most of the DSP processors use a modified Harvard architecture with two or three memory buses.

Page 16: presentation on digital signal processing

VARIOUS DSP PROCESSORSTexas DSP Processors

16-bit Fixed point arithmetic processors TMS320C1X TMS320C2X TMS320C5X TMS320C8X

32-bit floating point arithmetic processors

TMS320C3X TMS320C4X

Page 17: presentation on digital signal processing

WHAT IS DIGITAL FILTER

Digital filter:numerical procedure or algorithm that transforms a given sequence of numbers into second set of sequence that has some more desirable properties.

DIGITAL FILTER

INPUT SEQUENCEOutput sequence

Page 18: presentation on digital signal processing

TYPES OF DIGITAL FILTER

Broadly speaking ,two types of digital filters exists.

FIR Filters(Finite impulse response filters)

IIR Filters (Infinite Impulse response filters)

Page 19: presentation on digital signal processing

FINITE IMPULSE RESPONSE FILTER

Page 20: presentation on digital signal processing

INFINITE IMPULSE RESPONSE FILTER

Page 21: presentation on digital signal processing
Page 22: presentation on digital signal processing

DIFFERENCE BETWEEN FIR AND IIR FILTER

FIR filter: uses only current and past input digital samples to obtain a current output sample value. It does not utilize past output samples. Simple FIR equation is mention below.

y(n)= h(0)x(n) + h(1)x(n-1) + h(2)x(n-2) + h(3)x(n-3) + h(4)x(n-4) 

IIR filter: uses current input sample value, past input and output samples to obtain current output sample value. Simple IIR equation is mention below.

 y(n)= b(0)x(n) + b(1)x(n-1) + b(2)x(n-2) + b(3)x(n-3) + a(1)y(n-1) + a(2)y(n-2) + a(3)y(n-3)

Page 23: presentation on digital signal processing

WHAT IS IDEAL FILTER?

An ideal filter is transmits signal under the pass band without attenuation and completely suppress the signal in stop band.

Characteristics – it have constant gain in pass band

and zero gain in the stop band. It has linear phase response. It must be causal .

Page 24: presentation on digital signal processing

Desired features

Desired features depend on the application. INPUT SIGNAL OUTPUT SIGNAL

Generated by sensing Having less noise Device(microphone) or interference Speech With reduced

redundancy for

better efficiency of transmission

Page 25: presentation on digital signal processing

ADVANTAGES OF DIGITAL FILTER OVER ANALOG

An analog filter is constructed using active, passive components like resistors, capacitors and op ampsbut a digital filter constitutes adder, multiplier and delay elements.

 Digital filters are software programmable, which makes them easy to build and test.

 Digital filters require only the arithmetic operations of addition, subtraction, and multiplication.

 Digital filters do not drift with temperature or humidity .

 Digital filters have a superior performance-to-cost ratio.

Page 26: presentation on digital signal processing

APPLICATIONS OF DSP

Digital signal processing has variety of applications in diverse fields like

Digital filteringSpectral analysisSpeech processing Image processingRadar processing

Page 27: presentation on digital signal processing

Robot controlTelecommunicationConsumer electronicsBiomedical engineeringMilitary applications

Page 28: presentation on digital signal processing

In graphic equalizers sound as well as frequency levels can varied to produce special sound effects

and compensate for the lower sensitivity of the ear .

• enhancement of edges in imagesimprove recognition of object (by human or

computer)edge – a sharp transition in the image brightness,

sharptransitions in a signal (from Fourier theory) appear

ashigh-frequency components which can be amplified

Page 29: presentation on digital signal processing

THANK YOU