Concept of frequency in Discrete Signals & Introduction to LTI Systems

Slides:



Advertisements
Similar presentations
Signal Processing in the Discrete Time Domain Microprocessor Applications (MEE4033) Sogang University Department of Mechanical Engineering.
Advertisements

AMI 4622 Digital Signal Processing
EE-2027 SaS, L11 1/13 Lecture 11: Discrete Fourier Transform 4 Sampling Discrete-time systems (2 lectures): Sampling theorem, discrete Fourier transform.
About this Course Subject: Textbook Reference book Course website
Signals and Systems Lecture #5
Systems: Definition Filter
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
Digital Signals and Systems
Discrete-Time and System (A Review)
1 Signals & Systems Spring 2009 Week 3 Instructor: Mariam Shafqat UET Taxila.
Chapter 2: Discrete time signals and systems
Time Domain Representation of Linear Time Invariant (LTI).
DISCRETE-TIME SIGNALS and SYSTEMS
(Lecture #08)1 Digital Signal Processing Lecture# 8 Chapter 5.
Discrete-time Systems Prof. Siripong Potisuk. Input-output Description A DT system transforms DT inputs into DT outputs.
BYST CPE200 - W2003: LTI System 79 CPE200 Signals and Systems Chapter 2: Linear Time-Invariant Systems.
Linear Time-Invariant Systems
COSC 3451: Signals and Systems Instructor: Dr. Amir Asif
1 Lecture 1: February 20, 2007 Topic: 1. Discrete-Time Signals and Systems.
Fourier Analysis of Signals and Systems
Linear Time-Invariant Systems Quote of the Day The longer mathematics lives the more abstract – and therefore, possibly also the more practical – it becomes.
EEE 503 Digital Signal Processing Lecture #2 : EEE 503 Digital Signal Processing Lecture #2 : Discrete-Time Signals & Systems Dr. Panuthat Boonpramuk Department.
Course Outline (Tentative) Fundamental Concepts of Signals and Systems Signals Systems Linear Time-Invariant (LTI) Systems Convolution integral and sum.
Time Domain Representation of Linear Time Invariant (LTI).
Technological Educational Institute Of Crete Department Of Applied Informatics and Multimedia Neural Networks Laboratory Slide 1 DISCRETE SIGNALS AND SYSTEMS.
Signal and System I The representation of discrete-time signals in terms of impulse Example.
Signals and Systems Analysis NET 351 Instructor: Dr. Amer El-Khairy د. عامر الخيري.
Fourier Representation of Signals and LTI Systems.
Signals and Systems Lecture #6 EE3010_Lecture6Al-Dhaifallah_Term3321.
1 Fourier Representation of Signals and LTI Systems. CHAPTER 3 School of Computer and Communication Engineering, UniMAP Amir Razif B. Jamil Abdullah EKT.
Description and Analysis of Systems Chapter 3. 03/06/06M. J. Roberts - All Rights Reserved2 Systems Systems have inputs and outputs Systems accept excitation.
1 Computing the output response of LTI Systems. By breaking or decomposing and representing the input signal to the LTI system into terms of a linear combination.
Digital Signal Processing Lecture 3 LTI System
In summary If x[n] is a finite-length sequence (n  0 only when |n|
Review of DSP.
Time Domain Representations of Linear Time-Invariant Systems
Discrete Time Signal Processing Chu-Song Chen (陳祝嵩) Institute of Information Science Academia Sinica 中央研究院 資訊科學研究所.
Time Domain Representation of Linear Time Invariant (LTI).
Chapter 3 Time Domain Analysis of DT System Basil Hamed
Review of DSP.
CHAPTER 5 Z-Transform. EKT 230.
In summary If x[n] is a finite-length sequence (n0 only when |n|
Properties of LTI Systems
Lect2 Time Domain Analysis
CE Digital Signal Processing Fall Discrete-time Fourier Transform
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
Digital Signal Processing Lecture 4 DTFT
Recap: Chapters 1-7: Signals and Systems
Description and Analysis of Systems
CT-321 Digital Signal Processing
Lecture 4: Discrete-Time Systems
CT-321 Digital Signal Processing
Discrete-Time Signals: Sequences
Research Methods in Acoustics Lecture 9: Laplace Transform and z-Transform Jonas Braasch.
UNIT V Linear Time Invariant Discrete-Time Systems
CS3291: "Interrogation Surprise" on Section /10/04
2 Linear Time-Invariant Systems --Analysis of Signals and Systems in time-domain An arbitrary signal can be represented as the supposition of scaled.
2. Linear Time-Invariant Systems
Digital Signal Processing
Signals & Systems (CNET - 221) Chapter-3 Linear Time Invariant System
LECTURE 05: CONVOLUTION OF DISCRETE-TIME SIGNALS
Signals and Systems Lecture 15
Convolution sum.
Lecture 4: Linear Systems and Convolution
Review of DSP.
Lecture 3 Discrete time systems
Presentation transcript:

Concept of frequency in Discrete Signals & Introduction to LTI Systems

Concept of frequency in Discrete Signals

Concept of frequency in Discrete Signals

Digital Filters

Digital Filters

Fourier Series for continuous time periodic signals

Fourier Transform Theorem & Properties Review of CTFT Frequency domain representation of a continuous-time signal The continuous-time signal xa(t) can be recovered from it’s CTFT, Xa(jΩ) we denote the CTFT pair as

Fourier Series for discrete time periodic signals

Fourier Transform Theorem & Properties Discrete-Time Fourier Transform Representation of a sequence in terms of complex exponential sequence, {ejωn} The DTFT pair,

Introduction to LTI System Discrete-time Systems Function: to process a given input sequence to generate an output sequence Discrete-time system x[n] Input sequence y[n] Output sequence Fig: Example of a single-input, single-output system

Introduction to LTI System Linear System Most widely used A Discrete-time system is a linear system if the superposition principle always hold. If y1[n] and y2[n] are the response to the input sequences x1[n] and x2[n], then Linear DTS x[n] = αx1[n] + βx2[n] y[n] = αy1[n] + βy2[n]

Introduction to LTI System Example Is the system described below linear or not ? y[n] = x[n] + x[n-1] Step : a. Now, applying superposition by considering input as : x[n] = ax[n] + bx[n] b. Substitute the equation above with equation in (a), become y[n] = (ax[n] + bx[n]) + (ax[n-1] + bx[n-1]) c. Rearrange the equation above become :- y[n] = a(x[n] + x[n-1]) + b(x[n] + x[n-1]) => ay[n] + by[n] c. The system is Linear since superposition is hold.

Introduction to LTI System Shift-invariant System/Time-Invariant System A shift (delay) in the input sequence cause a shift (shift) to the output sequence If y1[n] is the response to an input x1[n], then the response to an input x[n] = x1[n - no] is y[n] = y1[n - no]

Introduction to LTI System Causal System Changes in output samples do not precede changes in input samples y[no] depends only on x[n] for n ≤ no Example: y[n] = x[n]-x[n-1]

Introduction to LTI System Stable System For every bounded input, the output is also bounded (BIBO) Is the y[n] is the response to x[n], and if |x[n]| < Bx for all value of n then |y[n]| < By for all value of n Where Bx and By are finite positive constant

Introduction to LTI System Impulse and Step Response If the input to the DTS system is Unit Impulse (δ[n]), then output of the system will be Impulse Response (h[n]). If the input to the DTS system is Unit Step (μ[n]), then output of the system will be Step Response (s[n]).

Introduction to LTI System Input-output Relationship A Linear time-invariant system satisfied both the linearity and time invariance properties. An LTI discrete-time system is characterized by its impulse response Example: x[n] = 0.5δ[n+2] + 1.5δ[n-1] - δ[n-4] will result in y[n] = 0.5h[n+2] + 1.5h[n-1] - h[n-4]

Introduction to LTI System Input-output Relationship x[n] can be expressed in the form where x[k] denotes the kth sample of sequence {x[n]} The response to the LTI system is or represented as

Introduction to LTI System Input-output Relationship Properties of convolution Commutative Associative Distributive

Properties of LTI Systems Causality

Properties of LTI Systems Stability if and only if, sum of magnitude of Impulse Response, h[n] is finite

Stability

Properties of LTI Systems

Properties of LTI Systems

Properties of LTI Systems