Systems: Definition Filter

Slides:



Advertisements
Similar presentations
Digital filters: Design of FIR filters
Advertisements

DCSP-11 Jianfeng Feng
Signal Processing in the Discrete Time Domain Microprocessor Applications (MEE4033) Sogang University Department of Mechanical Engineering.
Symmetry and the DTFT If we know a few things about the symmetry properties of the DTFT, it can make life simpler. First, for a real-valued sequence x(n),
Lecture 7: Basis Functions & Fourier Series
AMI 4622 Digital Signal Processing
Ideal Filters One of the reasons why we design a filter is to remove disturbances Filter SIGNAL NOISE We discriminate between signal and noise in terms.
Review of Frequency Domain
Sampling, Reconstruction, and Elementary Digital Filters R.C. Maher ECEN4002/5002 DSP Laboratory Spring 2002.
Lecture 8: Fourier Series and Fourier Transform
Lecture 9: Fourier Transform Properties and Examples
EECS 20 Chapter 9 Part 21 Convolution, Impulse Response, Filters Last time we Revisited the impulse function and impulse response Defined the impulse (Dirac.
Discrete-Time Convolution Linear Systems and Signals Lecture 8 Spring 2008.
Signals and Systems Discrete Time Fourier Series.
Continuous Time Signals All signals in nature are in continuous time.
The Discrete Fourier Series
Discrete Time Periodic Signals A discrete time signal x[n] is periodic with period N if and only if for all n. Definition: Meaning: a periodic signal keeps.
Analysis of Discrete Linear Time Invariant Systems
Lecture 9 FIR and IIR Filter design using Matlab
Digital Signals and Systems
Discrete-Time Fourier Series
Frequency Domain Representation of Sinusoids: Continuous Time Consider a sinusoid in continuous time: Frequency Domain Representation: magnitude phase.
EE513 Audio Signals and Systems Digital Signal Processing (Systems) Kevin D. Donohue Electrical and Computer Engineering University of Kentucky.
Discrete-Time and System (A Review)
Chapter 2: Discrete time signals and systems
1 The Fourier Series for Discrete- Time Signals Suppose that we are given a periodic sequence with period N. The Fourier series representation for x[n]
(Lecture #08)1 Digital Signal Processing Lecture# 8 Chapter 5.
Fourier Series. Introduction Decompose a periodic input signal into primitive periodic components. A periodic sequence T2T3T t f(t)f(t)
Zhongguo Liu_Biomedical Engineering_Shandong Univ. Chapter 8 The Discrete Fourier Transform Zhongguo Liu Biomedical Engineering School of Control.
1 Lecture 1: February 20, 2007 Topic: 1. Discrete-Time Signals and Systems.
Fourier Analysis of Discrete Time Signals
Z TRANSFORM AND DFT Z Transform
Fundamentals of Digital Signal Processing. Fourier Transform of continuous time signals with t in sec and F in Hz (1/sec). Examples:
EEE 503 Digital Signal Processing Lecture #2 : EEE 503 Digital Signal Processing Lecture #2 : Discrete-Time Signals & Systems Dr. Panuthat Boonpramuk Department.
ES97H Biomedical Signal Processing
ES97H Biomedical Signal Processing
Digital Signal Processing
Technological Educational Institute Of Crete Department Of Applied Informatics and Multimedia Neural Networks Laboratory Slide 1 DISCRETE SIGNALS AND SYSTEMS.
DTFT continue (c.f. Shenoi, 2006)  We have introduced DTFT and showed some of its properties. We will investigate them in more detail by showing the associated.
ECE 8443 – Pattern Recognition EE 3512 – Signals: Continuous and Discrete Objectives: FIR Filters Design of Ideal Lowpass Filters Filter Design Example.
DISP 2003 Lecture 5 – Part 1 Digital Filters 1 Frequency Response Difference Equations FIR versus IIR FIR Filters Properties and Design Philippe Baudrenghien,
ENEE 322: Continuous-Time Fourier Transform (Chapter 4)
In summary If x[n] is a finite-length sequence (n  0 only when |n|
الفريق الأكاديمي لجنة الهندسة الكهربائية 1 Discrete Fourier Series Given a periodic sequence with period N so that The Fourier series representation can.
Digital Image Processing Lecture 8: Fourier Transform Prof. Charlene Tsai.
In summary If x[n] is a finite-length sequence (n0 only when |n|
CE Digital Signal Processing Fall Discrete-time Fourier Transform
CEN352 Dr. Nassim Ammour King Saud University
EEE422 Signals and Systems Laboratory
Digital Signal Processing Lecture 4 DTFT
The Discrete Fourier Transform
UNIT II Analysis of Continuous Time signal
Sinusoids: continuous time
Quick Review of LTI Systems
CT-321 Digital Signal Processing
The Z-Transform of a given discrete signal, x(n), is given by:
UNIT V Linear Time Invariant Discrete-Time Systems
Chapter 8 The Discrete Fourier Transform
UNIT-I SIGNALS & SYSTEMS.
Advanced Digital Signal Processing
Sampling the Fourier Transform
Z TRANSFORM AND DFT Z Transform
CS3291: "Interrogation Surprise" on Section /10/04
Lecture 18 DFS: Discrete Fourier Series, and Windowing
Lecture 17 DFT: Discrete Fourier Transform
Tania Stathaki 811b LTI Discrete-Time Systems in Transform Domain Frequency Response Transfer Function Introduction to Filters.
Chapter 8 The Discrete Fourier Transform
Chapter 8 The Discrete Fourier Transform
Concept of frequency in Discrete Signals & Introduction to LTI Systems
Presentation transcript:

Systems: Definition Filter A system is a transformation from an input signal into an output signal . Example: a filter Filter SIGNAL NOISE

Systems and Properties: Linearity

Systems and Properties: Time Invariance if S time then

Systems and Properties: Stability Bounded Input Bounded Output

Systems and Properties: Causality the effect comes after the cause. Examples: Causal Non Causal

Finite Impulse Response (FIR) Filters General response of a Linear Filter is Convolution: Written more explicitly: Filter Coefficients

Example: Simple Averaging Filter Each sample of the output is the average of the last ten samples of the input. It reduces the effect of noise by averaging.

FIR Filter Response to an Exponential Let the input be a complex exponential Then the output is Filter

Example Filter Consider the filter with input Then and the output

Frequency Response of an FIR Filter is the Frequency Response of the Filter

Significance of the Frequency Response If the input signal is a sum of complex exponentials… Filter … the output is a sum is a sum of complex exponential. Each coefficient is multiplied by the corresponding frequency response:

Example Consider the Filter Filter defined as Let the input be: Expand in terms of complex exponentials:

Example (continued) The frequency response of the filter is (use geometric sum) Then with Just do the algebra to obtain:

The Discrete Time Fourier Transform (DTFT) Given a signal of infinite duration with define the DTFT and the Inverse DTFT Periodic with period

General Frequency Spectrum for a Discrete Time Signal Since is periodic we consider only the frequencies in the interval If the signal is real, then

Example: DTFT of a rectangular pulse … Consider a rectangular pulse of length N Then where

Example of DTFT (continued)

Why this is Important Filter Recall from the DTFT Then the output Which Implies

Summary Linear FIR Filter and Freq. Resp. Filter Definition: Frequency Response: DTFT of output

Frequency Response of the Filter We can plot it as magnitude and phase. Usually the magnitude is in dB’s and the phase in radians.

Example of Frequency Response Again consider FIR Filter The impulse response can be represented as a vector of length 10 Then use “freqz” in matlab freqz(h,1) to obtain the plot of magnitude and phase.

Example of Frequency Response (continued)