Lecture 11: FIR Filter Designs XILIANG LUO 2014/11 1.

Slides:



Advertisements
Similar presentations
Digital filters: Design of FIR filters
Advertisements

The Integral Test.
Section 11.5 – Testing for Convergence at Endpoints.
Hossein Sameti Department of Computer Engineering Sharif University of Technology.
Equiripple Filters A filter which has the Smallest Maximum Approximation Error among all filters over the frequencies of interest: Define: where.
Parks-McClellan FIR Filter Design
1 Iterative Reweighted Least-Squares Algorithm for 2-D IIR Filters Design Bogdan Dumitrescu, Riitta Niemistö Institute of Signal Processing Tampere University.
Error Approximation: Alternating Power Series What are the advantages and limitations of graphical comparisons? Alternating series are easy to understand.
Copyright © 2005 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
AGC DSP AGC DSP Professor A G Constantinides 1 Digital Filter Specifications Only the magnitude approximation problem Four basic types of ideal filters.
EEE422 Signals and Systems Laboratory Filters (FIR) Kevin D. Donohue Electrical and Computer Engineering University of Kentucky.
ELEN 5346/4304 DSP and Filter Design Fall Lecture 11: LTI FIR filter design Instructor: Dr. Gleb V. Tcheslavski Contact:
Lecture 9 FIR and IIR Filter design using Matlab
1 Diagramas de bloco e grafos de fluxo de sinal Estruturas de filtros IIR Projeto de filtro FIR Filtros Digitais.
1 Lecture 5: March 20, 2007 Topics: 1. Design of Equiripple Linear-Phase FIR Digital Filters (cont.) 2. Comparison of Design Methods for Linear- Phase.
Filter Design Techniques
Zhongguo Liu_Biomedical Engineering_Shandong Univ. Biomedical Signal processing Chapter 7 Filter Design Techniques Zhongguo Liu Biomedical.
DSP-CIS Chapter-4: FIR & IIR Filter Design Marc Moonen Dept. E.E./ESAT, KU Leuven
1 BIEN425 – Lecture 11 By the end of the lecture, you should be able to: –Design and implement FIR filters using frequency-sampling method –Compare the.
Digital Signal Processing FIR Filter Design
Copyright ©2010, ©1999, ©1989 by Pearson Education, Inc. All rights reserved. Discrete-Time Signal Processing, Third Edition Alan V. Oppenheim Ronald W.
1 Chapter 7 Filter Design Techniques (cont.). 2 Optimum Approximation Criterion (1)  We have discussed design of FIR filters by windowing, which is straightforward.
Dan Ellis 1 ELEN E4810: Digital Signal Processing Topic 9: Filter Design: FIR 1.Windowed Impulse Response 2.Window Shapes 3.Design by Iterative.
Infinite Sequences and Series
1. Interpolating polynomials Polynomial of degree n,, is a linear combination of Definitions: (interval, continuous function, abscissas, and polynomial)
1 Chapter 7 FIR Filter Design Techniques. 2 Design of FIR Filters by Windowing (1)  We have discussed techniques for the design of discrete-time IIR.
Digital Signal Processing II Chapter 3: FIR & IIR Filter Design
11/20/2015 Fourier Series Chapter /20/2015 Fourier Series Chapter 6 2.
Chapter 7 Finite Impulse Response(FIR) Filter Design
Advisor : 高永安 Student : 陳志煒
Remainder Theorem. The n-th Talor polynomial The polynomial is called the n-th Taylor polynomial for f about c.
Chapter 9-10 Digital Filter Design. Objective - Determination of a realizable transfer function G(z) approximating a given frequency response specification.
Chapter 7. Filter Design Techniques
1 Digital Signal Processing Digital Signal Processing  IIR digital filter structures  Filter design.
P. 1 DSP-II Digital Signal Processing II Lecture 2: FIR & IIR Filter Design Marc Moonen Dept. E.E./ESAT, K.U.Leuven homes.esat.kuleuven.be/~moonen/
Signals and Systems Filter Design. Part III Design.
Design of FIR Filters. 3.1 Design with Least Squared Error Error Criterion.
Summary of Widowed Fourier Series Method for Calculating FIR Filter Coefficients Step 1: Specify ‘ideal’ or desired frequency response of filter Step 2:
Two-Dimensional Filters Digital Image Processing Instructor: Dr. Cheng-Chien LiuCheng-Chien Liu Department of Earth Sciences National Cheng Kung University.
Lecture 12: Parametric Signal Modeling XILIANG LUO 2014/11 1.
Optimum Approximation of FIR Filters Quote of the Day There are three kinds of lies: lies, damned lies, and statistics. Benjamin Disraeli Content and Figures.
9.5 Alternating Series. An alternating series is a series whose terms are alternately positive and negative. It has the following forms Example: Alternating.
Zhongguo Liu_Biomedical Engineering_Shandong Univ. Biomedical Signal processing Chapter 7 Filter Design Techniques Zhongguo Liu Biomedical.
EC1358 – DIGITAL SIGNAL PROCESSING
EEE4176 Application of Digital Signal Processing
DSP-CIS Part-II / Chapter-4 : Filter Design Marc Moonen Dept. E.E./ESAT-STADIUS, KU Leuven
1 Chapter 9. 2 Does converge or diverge and why?
1 A genetic algorithm with embedded constraints – An example on the design of robust D-stable IIR filters 潘欣泰 國立高雄大學 資工系.
2/17/2007DSP Course-IUST-Spring Semester 1 Digital Signal Processing Electrical Engineering Department Iran University of Science & Tech.
Professor A G Constantinides 1 Digital Filter Specifications We discuss in this course only the magnitude approximation problem There are four basic types.
FIR Filter Design Using Neural Network
J McClellan School of Electrical and Computer Engineering
Fourier Series FIR About Digital Filter Design
LINEAR-PHASE FIR FILTERS DESIGN
Filter Design by Windowing
لجنة الهندسة الكهربائية
MMSE Optimal Design: The Least Squares method
Biomedical Signal processing Chapter 7 Filter Design Techniques
Lecture 16a FIR Filter Design via Windowing
Copyright © Cengage Learning. All rights reserved.
Taylor Series and Maclaurin Series
Chapter 7 FIR Digital Filter Design
Let A = {image} and B = {image} . Compare A and B.
Sec 11.5: ALTERNATING SERIES
ESTIMATING THE SUM OF A SERIES
Chapter 7 Finite Impulse Response(FIR) Filter Design
ELEN E4810: Digital Signal Processing Topic 9: Filter Design: FIR
Biomedical Signal processing Chapter 7 Filter Design Techniques
Chapter 7 Finite Impulse Response(FIR) Filter Design
Other Convergence Tests
Presentation transcript:

Lecture 11: FIR Filter Designs XILIANG LUO 2014/11 1

Windowing 2 Desired frequency response: Fourier series for a periodic function with period 2pi Convergence of the Fourier series

Windowing 3

4

5 Rectangular window:

Common Windows 6

7

8 Rectangular Window M=50

Common Windows 9 Hamming Window M=50

Common Windows 10 Blackman Window M=50

Comparisons 11

Kaiser Window 12

Kaiser Window 13

Kaiser Window 14

Kaiser Window 15

Kaiser Window 16

Optimal FIR Filter 17 Design Type-1 FIR filter:

Optimal FIR Filter 18

Optimal FIR Filter 19 Parks-McClellan algorithm is based on the reformulating the filter design problem as a problem in polynomial approximation.

Optimal FIR Filter 20 Approx. Error: only defined in interested subintervals of [0, pi]

Optimal FIR Filter 21 Parks-McClellan, MinMax criterion:

Optimal FIR Filter 22

Parks-McClellan 23 Alternation theorem gives necessary and sufficient conditions on the error for optimality in the Chebyshev or minimax sense! Optimal FIR should satisfy:

Parks-McClellan 24 2(L+2) unknowns

Parks-McClellan 25 Given set of the extremal frequencies, we can have:

Parks-McClellan 26 Given set of the extremal frequencies, we can have: Evaluate on other frequencies

Parks-McClellan 27

28 Flow Chart of Parks-McClellen

29

30

31