0% found this document useful (0 votes)
17 views

DSP - Assignment 3

Uploaded by

mohammadtestpi
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views

DSP - Assignment 3

Uploaded by

mohammadtestpi
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Digital Signal Processing

Assignment 3
Fourier Analysis

1. Determine the DTFT for each of the following sequences:


(a) 𝑥(𝑛) = 𝑢(𝑛) − 𝑢(𝑛 − 5)
(b) 𝑥(𝑛) = 3(0.9)𝑛𝑢(𝑛)
(c) 𝑥(𝑛) = 2(0.8)𝑛+2𝑢(𝑛 − 2)
(d) 𝑥(𝑛) = 5(−0.9)𝑛 cos(0.1𝜋𝑛) 𝑢(𝑛)

2. Determine the IDTFT for each of the following frequency spectra:


1
(a) 𝑋(𝜔) = [1 + 2 cos(𝜔)]
3
(b) 𝑋(𝜔) = cos2(𝜔)

3. Determine the transfer function, 𝐻(𝜔), for each of the following systems:
(a) 𝑦(𝑛) = 𝑥(𝑛) + 2𝑥(𝑛 − 1) + 𝑥(𝑛 − 2)
(b) 𝑦(𝑛) = 𝑥(𝑛) + 2𝑥(𝑛 − 1) + 𝑥(𝑛 − 2) − 0.5𝑦(𝑛 − 1) + 0.25𝑦(𝑛 − 2)
(c) 𝑦(𝑛) = 2𝑥(𝑛) + 𝑥(𝑛 − 1) − 0.25𝑦(𝑛 − 1) + 0.25𝑦(𝑛 − 2)

4. Write a MATLAB code to compute the transfer function of discrete-time system given
by an LCCDE. Use this program to plot the magnitude and phase of each system in
Problem 3.

5. Verify Parseval’s Theorem for the following sequence:


𝑥(𝑛) = {1, ⏟
2 , 1}

6. Determine the output 𝑦(𝑛) using the DTFT and IDTFT if

1, 𝑛 = −1, 1
𝑥(𝑛) = (0.5)𝑛𝑢(𝑛) and ℎ(𝑛) = {2, 𝑛=0
0, elsewhere

You might also like