02.10.2019 Views

UploadFile_6417

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Problems 203<br />

determine the impulse response h(n) analytically. Verify your answer using DFT as a<br />

computation tool. Again choose the length N appropriately.<br />

P5.12 Let X(k) denote the N-point DFT of an N-point sequence x(n). The DFT X(k) itself is an<br />

N-point sequence.<br />

1. If the DFT of X(k) iscomputed to obtain another N-point sequence x 1(n), show that<br />

x 1(n) =Nx((−n)) N , 0 ≤ n ≤ N − 1<br />

2. Using this property, design a MATLAB function to implement an N-point circular<br />

folding operation x 2(n) =x 1((−n)) N . The format should be<br />

x2 = circfold(x1,N)<br />

% Circular folding using DFT<br />

% x2 = circfold(x1,N)<br />

% x2 = circularly folded output sequence<br />

% x1 = input sequence of length

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!