0% found this document useful (0 votes)
111 views1 page

Assignment 1

This document outlines 7 problems for an assignment on digital signal processing concepts. The problems include: 1) Computing the 4-point DFT of a signal by hand, 2) Finding the odd samples of a 9-point DFT based on given even samples, 3) Computing the circular convolution of two sequences, 4) Computing the circular convolution of two 4-point signals using the circle method, 5) Finding the inverse DFT of a given sequence, 6) Computing the DFT of an even-length signal, and 7) Finding the linear convolution of two signals. The assignment is due on February 2, 2017 at 11:30 AM.

Uploaded by

ravi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
111 views1 page

Assignment 1

This document outlines 7 problems for an assignment on digital signal processing concepts. The problems include: 1) Computing the 4-point DFT of a signal by hand, 2) Finding the odd samples of a 9-point DFT based on given even samples, 3) Computing the circular convolution of two sequences, 4) Computing the circular convolution of two 4-point signals using the circle method, 5) Finding the inverse DFT of a given sequence, 6) Computing the DFT of an even-length signal, and 7) Finding the linear convolution of two signals. The assignment is due on February 2, 2017 at 11:30 AM.

Uploaded by

ravi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Assignment -1

Submission Date-02-02-2017 At 11.30 AM

1. Compute the DFT of the 4-point signal by hand.


x(n)= [1,3,4,5]
2. The even samples of the DFT of a 9-point real signal x(n) are given by find
odd samples.
X(0) = 3.1;
X(2) = 2.5 + 4.6 j;
X(4) = 1.7 + 5.2 j;
X(6) = 9.3 + 6.3 j;
X(8) = 5.5 + 8.0 j;
3. What is the circular convolution of the following two sequences?
x = [1 2 3 0 0 0 0];
h = [1 2 3 0 0 0 0];
4. Compute the circular convolution of the following two 4-point signals by
circle method
g = [1; 2; 1; -1]
h = [0; 1/3; -1/3; 1/3]
5. What is the inverse DFT of the given sequence?
X(k)=[1,10+j,20,10-j]

6. Let N be an even integer. Let the N-point signal x(n) be defined for
0nN-1

Find the DFT of the N-point discrete-time signal x(n). Your answer should
be simplified. If X(k) is real, write it without using j.
7. Find the linear convolution of two signals.
x = [1,2,3,4,7]
h= [0,1,8,7,5,6,4]

You might also like