[PDF] [PDF] DIGITAL FILTERING 1 Applications 2 Digital and analog filters

FIR filter: A filter with a Finite Impulse Response The transfer function H(z) of a causal FIR filter is a polynomial in z −1



Previous PDF Next PDF





[PDF] Lecture 8 - Eecs Umich

Team must use powerpoint or other projectable media for your presentations We have seen the need for several types of analog filters in A/D and D/A Xilinx Application Note XAPP219 (v1 2) October 25, 2001 EECS 452 – Fall 2014



[PDF] Intro to DSPpptx - Washington

24 nov 2013 · Digital filters are used for two general tasks: FIR-Filter (Finite Impulse Response) A filter that uses only current and previous inputs



[PDF] Design of FIR Filters

Let us consider an FIR filter of length M (order N=M-1, watch out order – number A general FIR filter does not have a linear phase response but this property applications strictly linear phase in the passband is not needed either The linear  



[PDF] FIR Filter Design Techniques

FIR filters are particularly useful for applications where exact linear phase response is required The FIR filter is generally implemented in a non-recursive way 



[PDF] DIGITAL SIGNAL PROCESSING - IARE

More Examples of Applications • Sound Recording Applications – Compressors and Limiters – Expanders and Noise Gates – Equalizers and Filters



[PDF] Chapter 9 DESIGN OF NONRECURSIVE (FIR) FILTERS 91

14 juil 2018 · In certain filtering applications, delay distortion is highly undesirable and in such In this presentation, some basic properties of linear-phase



[PDF] DIGITAL FILTERING 1 Applications 2 Digital and analog filters

FIR filter: A filter with a Finite Impulse Response The transfer function H(z) of a causal FIR filter is a polynomial in z −1



[PDF] FIR Filter Design - JNNCE ECE Manjunath

25 oct 2016 · Ideal filters are noncausal, hence physically unrealizable for real time signal processing applications Causality implies that the frequency 



[PDF] GUI Signal Analysis and Filtering Design - University of Evansville

26 avr 2018 · analyze FIR filters ➢ Selection of the filter parameters of a menu from the GUI application ➢ Presentation of the Bode and of the poles and 

[PDF] fir filter design

[PDF] fir filter design matlab

[PDF] fir filter design based on fpga pdf

[PDF] fir filter design lecture notes pdf

[PDF] fir filter design methods

[PDF] fir filter design ppt

[PDF] fir filter design using frequency sampling method pdf

[PDF] fir filter design using matlab pdf

[PDF] fir filter design using window method pdf

[PDF] fir low pass filter design

[PDF] fire 10 codes

[PDF] fire ants in texas

[PDF] fire brigade army

[PDF] fire brigade number delhi

[PDF] firearm application form

[PDF] DIGITAL FILTERING 1 Applications 2 Digital and analog filters

DIGITAL FILTERING

1.

Applications

2.

Digital and analog lters: Pros and cons

3.

I IRdigital lters

4.

FIR digital lters

5.

FIR and I IRlters: Pr osand cons

6.

Ideal lters

7.

The app roximationp roblem

8. The realization p roblemI. Selesnick EL 713 Lecture Notes1

APPLICATIONS

1.

Noise supp ression

(a) imaging devices (medical, etc) (b) biosignals (hea rt,b rain) (c) signals sto redon analog media (tap es) 2.

Enhancement of selected frequency ranges

(a) equalizers fo raudio systems (increasing the bass) (b) edge enhancement in images 3.

Removal o ra ttenuationof selected frequenc ies

(a) removing the DC comp onentof a signal (b) removing interfer encesat a sp ecicfrequency ,fo rexample those caused by power supplies 4.

Bandwidth limiting

(a) anti-aliasing lters fo rsampling (b) ensuring t hata transmitted signal o ccupiesonly its alloted frequency band. 5.

Sp ecialop erations

(a) dierentiation (b) integration (c)

Hilb erttrans form

6.

Simulation/Mo deling

(a) simulating c ommunicationchannels (b) mo delinghuman audito rysystem I. Selesnick EL 713 Lecture Notes2

DIGITAL AND ANALOG FILTERS: PROS AND CONS

It was said of early digital lters that they

1.

Cost to omuch

2.

W ereto ola rge

3.

Used to omuch p ower.

But these considerations have become less important with advances in hardware. Digital lters have the following advantages 1. Programmable (lter cha racteristicseasily changed) 2.

Reliable and rep eatable

3.

F reefrom comp onentdrift

4.

No tuning required

5. Sup eriorp erformancein some cases I. Selesnick EL 713 Lecture Notes3

IIR DIGITAL FILTERS

IIR lter:A lter with an Innite Impulse Response.

The transfer functionH(z)of a realizable IIR lter must be a ra- tional transfer function inz1:

H(z) =b0+b1z1++bMzM1 +a1z1+aNzN:

IIR digital lters are implemented using ARMA (autoregressive mov- ing average) dierence equation: y(n) =b0x(n) ++bMx(nM) a1y(n1) aNy(nN) FIR DIGITAL FILTERSFIR lter:A lter with a Finite Impulse Response. The transfer functionH(z)of a causal FIR lter is a polynomial in z 1:

H(z) =b0+b1z1++bMzM:

FIR digital lters are usually implemented using MA (moving aver- age) dierence equation: y(n) =b0x(n) +b1x(n1) ++bMx(nM):I. Selesnick EL 713 Lecture Notes4

FIR AND IIR FILTERS: PROS AND CONS

FIR digital lters have several desirable properties in relation to IIR lters. 1.

FIR lters can have exactly linea rphase.

2.

FIR lters a reautomatically stabl e.

3.

There a reseveral very

exible metho dsfo rdesigning FIR digital lters. 4.

FIR lters a reconvenient to implement.

On the other hand,

1. Linea r-phaseFIR lters can have long dela yb etweeninput and output. 2. If the phase need not b elinea r,then I IRlters can b emuch more ecient to implement.I. Selesnick EL 713 Lecture Notes5

IDEAL FILTERS

The frequency responses of the commonideallters:

1.

Lo w-pass0

!o!o2.Hi-pass 0 !o!o3.Band-pass 0 !a!a!b!b4.Band-stop 0 !a!a!b!b5.Notch 0 !o!oI. Selesnick EL 713 Lecture Notes6

DIGITAL FILTER DESIGN

The lter design process consists of two parts: the approximation problem and the realization problem. The approximation problem deals with the choice of parameters or coecients in the lter's transfer function. The realization part of the design problem deals with choosing a structure to implement the transfer function. The approximation stage can be divided into 4 steps: 1. A desire do ri dealresp onseis chosen (usually in the frequency domain). 2. A class of lters is chosen (fo rexa mple,FIR vs I IR). 3. A design criteria is chosen (least squa reo rminimax). 4. An algo rithmis selected to design the transfer function. The realization stage can also be divided into 4 steps: 1.

A set of structures is chosen.

2. A criteria fo rcompa ringdierent implementations is chosen. 3. The b eststructure is chosen, and its pa rametersa recalculated from the transfer function. 4. The structure is implemented in ha rdwareo rsoft ware.I. Selesnick EL 713 Lecture Notes7

THE APPROXIMATION PROBLEM

The impulse response of ideal lter

d(n) =IDTFTDf(!); whereDf(!)is an ideal low-pass response, for example, is unreal- izable because it is noncausal and of innite duration. The actual frequency response of the lter will be denoted byHf(!) H f(!) =DTFTfh(n)g=1X n=1h(n)ejn!: The DTFT is theZ-transform evaluated on the unit circlez=ej!.

H(z) =Zfh(n)g=1X

n=1h(n)zn H f(!) =H(ej!) The desired (or target) response of the lter will be denotedD(!).

Common approximation criteria:

1.

The square errorcriterion is written as

E 2=Z 2 0

W(!) jHf(!)D(!)j2d!

2. The Minimax (or Chebyshev)error criterion is written as Equotesdbs_dbs2.pdfusesText_2