Homework 3 1. Suppose we have two four-point sequences x[n] and h[n] as follows: (a) Calculate the four-point DFT X[k]. (b) Calculate the four-point DFT.

Slides:



Advertisements
Similar presentations
DFT properties Note: it is important to ensure that the DFTs are the same length If x1(n) and x2(n) have different lengths, the shorter sequence must be.
Advertisements

Chapter 8: The Discrete Fourier Transform
Lecture 4: Linear Systems and Convolution
FFT-based filtering and the Short-Time Fourier Transform (STFT) R.C. Maher ECEN4002/5002 DSP Laboratory Spring 2003.
DT systems and Difference Equations Monday March 22, 2010
APPLICATIONS OF FOURIER REPRESENTATIONS TO
EE-2027 SaS, L11 1/13 Lecture 11: Discrete Fourier Transform 4 Sampling Discrete-time systems (2 lectures): Sampling theorem, discrete Fourier transform.
Input image Output image Transform equation All pixels Transform equation.
Analysis of Discrete Linear Time Invariant Systems
EE3010 SaS, L7 1/19 Lecture 7: Linear Systems and Convolution Specific objectives for today: We’re looking at continuous time signals and systems Understand.
Time-Domain Representations of LTI Systems
Time Domain Representation of Linear Time Invariant (LTI).
Digital Signal Processing – Chapter 10
Finite-Length Discrete Transform
Hossein Sameti Department of Computer Engineering Sharif University of Technology.
2006 Fall Signals and Systems Lecture 4 Representation of signals Convolution Examples.
Fourier Analysis of Discrete-Time Systems
BYST CPE200 - W2003: LTI System 79 CPE200 Signals and Systems Chapter 2: Linear Time-Invariant Systems.
Hossein Sameti Department of Computer Engineering Sharif University of Technology.
Digital Signal Processing Chapter 3 Discrete transforms.
Fourier Analysis of Discrete Time Signals
Copyright ©2010, ©1999, ©1989 by Pearson Education, Inc. All rights reserved. Discrete-Time Signal Processing, Third Edition Alan V. Oppenheim Ronald W.
Chapter 5 Finite-Length Discrete Transform
EEE 503 Digital Signal Processing Lecture #2 : EEE 503 Digital Signal Processing Lecture #2 : Discrete-Time Signals & Systems Dr. Panuthat Boonpramuk Department.
Homework 3.
Course Outline (Tentative) Fundamental Concepts of Signals and Systems Signals Systems Linear Time-Invariant (LTI) Systems Convolution integral and sum.
Linear filtering based on the DFT
Professor A G Constantinides 1 Discrete Fourier Transforms Consider finite duration signal Its z-tranform is Evaluate at points on z-plane as We can evaluate.
ECE 8443 – Pattern Recognition ECE 3163 – Signals and Systems Objectives: Frequency Response Response of a Sinusoid DT MA Filter Filter Design DT WMA Filter.
Signals and Systems Lecture #6 EE3010_Lecture6Al-Dhaifallah_Term3321.
Signal and systems LTI Systems. Linear Time-Invariant Systems.
Analysis of Linear Time Invariant (LTI) Systems
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
EE345S Real-Time Digital Signal Processing Lab Fall 2006 Lecture 17 Fast Fourier Transform Prof. Brian L. Evans Dept. of Electrical and Computer Engineering.
In summary If x[n] is a finite-length sequence (n  0 only when |n|
بسم الله الرحمن الرحيم Digital Signal Processing Lecture 14 FFT-Radix-2 Decimation in Frequency And Radix -4 Algorithm University of Khartoum Department.
Time Domain Representations of Linear Time-Invariant Systems
EENG 420 Digital Signal Processing Lecture 2.
1 Chapter 8 The Discrete Fourier Transform (cont.)
 Carrier signal is strong and stable sinusoidal signal x(t) = A cos(  c t +  )  Carrier transports information (audio, video, text, ) across.
Chapter 1 Connections to Algebra Review
DIGITAL SIGNAL PROCESSING ELECTRONICS
In summary If x[n] is a finite-length sequence (n0 only when |n|
Lect2 Time Domain Analysis
Digital and Non-Linear Control
Discrete-time Systems
Linear Constant-coefficient Difference Equations
FFT-based filtering and the
Fast Fourier Transforms Dr. Vinu Thomas
Fast Fourier Transform
4.1 DFT In practice the Fourier components of data are obtained by digital computation rather than by analog processing. The analog values have to be.
Chapter 8 The Discrete Fourier Transform
DTFT from DFT samples by interpolation.
Z TRANSFORM AND DFT Z Transform
CS3291: "Interrogation Surprise" on Section /10/04
2. Linear Time-Invariant Systems
Lecture 16 Outline: Linear Convolution, Block-by Block Convolution, FFT/IFFT Announcements: HW 4 posted, due tomorrow at 4:30pm. No late HWs as solutions.
DSP Lab. Week 12 DFT audio Doug Young Suh Media Lab. Rm401
Discrete Convolution of Two Signals
Chapter 8 The Discrete Fourier Transform
LECTURE 20: FOURIER ANALYSIS OF DT SYSTEMS
Concept of frequency in Discrete Signals & Introduction to LTI Systems
Convolution sum.
Lec.6:Discrete Fourier Transform and Signal Spectrum
Today's lecture LTI Systems characteristics Cascade LTI Systems
Lecture 4: Linear Systems and Convolution
Fast Fourier Transform
CE Digital Signal Processing Fall Discrete Fourier Transform (DFT)
Presentation transcript:

Homework 3 1. Suppose we have two four-point sequences x[n] and h[n] as follows: (a) Calculate the four-point DFT X[k]. (b) Calculate the four-point DFT H[k]. (c) Calculate y[n] = x[n] 4 y[n] by doing the circular convolution directly. (d) Calculate y[n] in part (c) by multiplying the DFTs of x[n] and h[n] and performing an inverse DFT.

Homework 3 Solution: The formula of four-point DFT . (a) Substitute x[n] to the formula, then X[0] = 1+0+(-1)+0 = 0, X[1] = 1+(-j)+1+j = 2, X[2] = 1+0+(-1)+0 = 0, X[3] = 1+0+1+0 = 2. (b) Substitute h[n] to the formula, then H[0] = 1+2+4+8 = 15, H[1] = 1+(-2j)+(-4)+8j = -3+6j, H[2] = 1+(-2)+4+(-8) = -5, H[3] = 1+2j+(-4)+(-8j) = -3-6j.

Homework 3 Solution (cont.): (c) y[n] = x[n] 4 h[n] = . (d) Y[k] = X[k]·H[k]. Y[0] = 0, Y[1] = -6+12j, Y[2] = 0, Y[3] = -6-12j. The formula of of four-point IDFT . y[0] = ¼ (0+(-6+12j)+0+(-6-12j)) = -3. y[1] = ¼ (0+(-6j-12)+0+(6j-12)) = -6. y[2] = ¼ (0+(6-12j)+0+(6+12j)) = 3. y[3] = ¼ (0+(6j+12)+0+(-6j+12)) = 6.

Homework 3 2. Suppose that a computer program is available for computing the DFT i.e., the input to the program is the sequence x[n] and the output is the DFT X[k]. Show how the input and/or output sequences may be rearranged such that the program can also be used to compute the inverse DFT

Homework 3 Solution: Given a X[k], k = 0,1,…,N-1. We then obtain a Y[k] as the rearrange of X[k] as follows: Y[0] = X[0], Y[k] = X[N-k], k = 1,2,…,N-1. Taking Y[k] as input of the program, we then obtain Therefore, The IDFT of X[k] can be obtained .

Homework 3 3. Consider the systems shown in the following figure. Suppose that H1(ejw) is fixed and known. Find H2(ejw), the frequency response of an LTI system, such that y2[n] = y1[n] if the inputs to the systems are the same. H1(ejw) 2 2 x[n] y1[n] H2(ejw) x[n] y2[n]

Homework 3 X(e2jw) X(e2jw) H1(ejw) H1(ejw) 2 2 X(ejw) Y1(ejw) Solution: We can analyze the system in the frequency domain: Y1(ejw) is X(e2jw) H1(ejw) downsampled by 2: Y1(ejw) = ½ {X(e2jw/2)H1(ejw/2)+X(e2j(w-2π)/2)H1(ej(w-2π)/2)} = ½ {X(ejw)H1(ejw/2)+X(ej(w-2π))H1(ej(w/2-π))} = ½ {H1(ejw/2)+H1(ej(w/2-π))}X(ejw) = H2(ejw)X(ejw) Therefore, H2(ejw) = ½ {H1(ejw/2)+H1(ej(w/2-π))}. X(e2jw) X(e2jw) H1(ejw) H1(ejw) 2 2 X(ejw) Y1(ejw)