Discrete-Time Structure

Slides:



Advertisements
Similar presentations
Lecture 19: Discrete-Time Transfer Functions
Advertisements

DT systems and Difference Equations Monday March 22, 2010
Finite Impuse Response Filters. Filters A filter is a system that processes a signal in some desired fashion. –A continuous-time signal or continuous.
Discrete-time Systems Prof. Siripong Potisuk. Input-output Description A DT system transforms DT inputs into DT outputs.
Analysis of Discrete Linear Time Invariant Systems
Unit III FIR Filter Design
1 Signals & Systems Spring 2009 Week 3 Instructor: Mariam Shafqat UET Taxila.
Chapter 6 Digital Filter Structures
Copyright © 2001, S. K. Mitra Digital Filter Structures The convolution sum description of an LTI discrete-time system be used, can in principle, to implement.
Discrete-time Systems Prof. Siripong Potisuk. Input-output Description A DT system transforms DT inputs into DT outputs.
COSC 3451: Signals and Systems Instructor: Dr. Amir Asif
Course Outline (Tentative) Fundamental Concepts of Signals and Systems Signals Systems Linear Time-Invariant (LTI) Systems Convolution integral and sum.
1 Lecture 1: February 20, 2007 Topic: 1. Discrete-Time Signals and Systems.
Fourier Analysis of Signals and Systems
EEE 503 Digital Signal Processing Lecture #2 : EEE 503 Digital Signal Processing Lecture #2 : Discrete-Time Signals & Systems Dr. Panuthat Boonpramuk Department.
CHAPTER 2 Discrete-Time Signals and Systems in the Time-Domain
1 Lecture 4: March 13, 2007 Topic: 1. Uniform Frequency-Sampling Methods (cont.)
Course Outline (Tentative) Fundamental Concepts of Signals and Systems Signals Systems Linear Time-Invariant (LTI) Systems Convolution integral and sum.
Digital Filter Structures
Technological Educational Institute Of Crete Department Of Applied Informatics and Multimedia Neural Networks Laboratory Slide 1 DISCRETE SIGNALS AND SYSTEMS.
DISP 2003 Lecture 5 – Part 1 Digital Filters 1 Frequency Response Difference Equations FIR versus IIR FIR Filters Properties and Design Philippe Baudrenghien,
Analysis of Linear Time Invariant (LTI) Systems
Digital Signal Processing Lecture 3 LTI System
Finite Impuse Response Filters. Filters A filter is a system that processes a signal in some desired fashion. –A continuous-time signal or continuous.
In summary If x[n] is a finite-length sequence (n  0 only when |n|
Digital Signal Processing Lecture 9 Review of LTI systems
1 Chapter 8 The Discrete Fourier Transform (cont.)
Linear Constant-Coefficient Difference Equations
Structures for Discrete-Time Systems
Review of DSP.
Digital Signal Processing
In summary If x[n] is a finite-length sequence (n0 only when |n|
Properties of LTI Systems
What is System? Systems process input signals to produce output signals A system is combination of elements that manipulates one or more signals to accomplish.
CEN352 Dr. Nassim Ammour King Saud University
Discrete-time Systems
3.1 Introduction Why do we need also a frequency domain analysis (also we need time domain convolution):- 1) Sinusoidal and exponential signals occur.
Linear Constant-coefficient Difference Equations
Linear Time Invariant Systems
Lecture 12 Linearity & Time-Invariance Convolution
Recap: Chapters 1-7: Signals and Systems
FIR vs. IIR one wall one-shot delay feedforward two walls
Description and Analysis of Systems
{ Storage, Scaling, Summation }
Quick Review of LTI Systems
لجنة الهندسة الكهربائية
Lecture 4: Discrete-Time Systems
CT-321 Digital Signal Processing
Lect5 A framework for digital filter design
UNIT V Linear Time Invariant Discrete-Time Systems
UNIT-I SIGNALS & SYSTEMS.
Magnitude/Phase of Transforms and Frequency Responses
Lect6 Finite Impulse response (FIR) filter design
Lecture 13 Frequency Response of FIR Filters
CS3291: "Interrogation Surprise" on Section /10/04
Chapter 6 Discrete-Time System
Digital Signal Processing
Lecture 20 Z Transforms: Introduction
Signal Processing First
Tania Stathaki 811b LTI Discrete-Time Systems in Transform Domain Frequency Response Transfer Function Introduction to Filters.
Tania Stathaki 811b LTI Discrete-Time Systems in Transform Domain Ideal Filters Zero Phase Transfer Functions Linear Phase Transfer.
Zhongguo Liu Biomedical Engineering
Zhongguo Liu Biomedical Engineering
Lecture 22 IIR Filters: Feedback and H(z)
Concept of frequency in Discrete Signals & Introduction to LTI Systems
Convolution sum.
Today's lecture LTI Systems characteristics Cascade LTI Systems
Lecture 3: Signals & Systems Concepts
Review of DSP.
Lecture 3 Discrete time systems
Presentation transcript:

Discrete-Time Structure Hafiz Malik

Realization of Discrete-Time Systems Let us consider the important of LTI DT system characterized by the general linear constant-coefficient difference equation Equivalent LTI DT system in z-transform can be expressed as

Structures for FIR Systems In general, an FIR system is described as, Or equivalently, system function

Structures for FIR Systems In general, an FIR system is described as, Or equivalently, system function The unit sample response of FIR system is identical to the coefficients {bl}, i.e.,

Implementation Methods for FIR Systems Direct-Form Structure Cascade-Form Structure Frequency-Sampling Structure Lattice Structure

Direct-Form Realization The direct-form realization follows immediately from the non-recursive difference equation (2) or equivalently by the following convolution summation

Direct-Form Structure z-1 +

Complexity of Direct-Form Structure Requires q – 1 memory locations for storing q – 1 previous inputs, Complexity of q – 1 multiplications and q – 1 addition per output point As output consists of a weighted linear combination of q – 1 past inputs and the current input, which resembles a tapped-delay line or a transversal system. The direct-form realization is called a transversal or tapped-delay-line filter.

Linear-Phase FIR System When the FIR system is linear phase, the unit sample response of the system satisfies either the symmetry or asymemtry condition, i.e., For such system the number of multiplicaitons is reduced from M to M/2 for M is even (M – 1)/2 for M is odd

Direct-Form Realization of Linear-Phase FIR System + + + + + z-1 z-1 z-1 z-1 z-1 z-1 + + + + +

Cascade-Form Structures Cascade realization follows naturally from the LTI DT system given by equation (3). Simply factorize H(z) into second-order FIR systems, i.e., where, Here K is integer part of (q – 1)/2

Cascade-Form Realization of FIR System yK-1(n) = xK(n) X(n) = x1(n) y1(n) = x2(n) y3(n) = x4(n) yK(n) = y(n) y2(n) = x3(n) H1(z) H2(z) H3(z) HK(z) z-1 z-1 bk1 bk2 bk0 yk(n) = xk+1(n) + +

Linear-Phase FIR Systems