Save as PDF

Opens your browser print dialog — select "Save as PDF" to download.

Total No. of Questions : 8
[Total No. of Printed Pages : 4]
[2]
Roll No .....................................
EC-601 (GS)
B.Tech., VI Semester
Examination, December 2024
Grading System (GS)
Digital Signal Processing
Time : Three Hours
Maximum Marks : 70

Note:

i) Attempt any five questions.

किन्हीं पाँच प्रश्नों को हल कीजिए।

ii) All questions carry equal marks.

सभी प्रश्नों के समान अंक हैं।

iii) In case of any doubt or dispute the English version question should be treated as final.

किसी भी प्रकार के संदेह अथव�� विवाद की स्थिति में अंग्रेजी भाषा के प्रश्न को अंतिम माना जावेगा।

1.
a) Define stability and causality for discrete-time systems. How can the stability of a system be determined from its impulse response?

अनन्त-समय प्रणालियों के लिए स्थिरता और कारणता को परिभाषित करें। किसी प्रणाली की स्थिरता को उसके आवेग प्रतिक्रिया से कैसे निर्धारित किया जा सकता है?

b) Consider an LTI system with impulse response \(h[n]=(0.5)^n u[n]\). Determine its frequency response \(H(e^{j\omega})\).

आईन प्रतिक्रिया \(h[n]=(0.5)^n u[n]\) वाली एक LTI प्रणाली पर विचार करें। इसकी आवृत्ति प्रतिक्रिया \(H(e^{j\omega})\) निर्धारित करें।

2.
a) Implement the system described by the difference equation \(y[n] = 0.5y[n-1] + 0.25y[n-2] + x[n]\) using Direct Form-I and Direct Form-II structures. Provide the block diagrams for both implementations.

डायरेक्ट फ���र्म-I और डायरेक्ट फॉर्म-II संरचनाओं का उपयोग करके अंतर समीकरण \(y[n] = 0.5y[n-1] + 0.25y[n-2] + x[n]\) द्वारा वर्णित प्रणाली को कार्यान्वित करें। दोनों कार्यान्वयनों के लिए ब्लॉक आरेख प्रदान करें।

b) Discuss the advantages of analyzing discrete-time LTI systems in the z-domain compared to the time-domain. Provide examples to support your discussion.

समय-डोमेन की तुलना में z-डोमेन में असतत-समय LTI प्रणालियों के विश्लेषण के लाभों पर चर्चा करें। अपनी चर्चा का समर्थन क��ने के लिए उदाहरण प्रदान करें।

3.
a) Determine the Z-transform of the following signal.

निम्नलिखित सिग्नल का Z-रूपांतरण निर्धारित करें।

i) \(X(n) = -a^n u(-n-1)\)
ii) \(X(n) = a^n u(n) + b^n u(-n-1)\)
iii) \(X(n) = (1/2)^n u(n)\)
b) Represent the system described by the following state-space equation using a signal flow graph

सिग्नल फ्लो ग्राफ का उपयोग करके, निम्नलिखित अवस्था-स्थान समीकरण द्वारा वर्णित प्रणाली को व्यक्त करें।

\[ x[n+1] = \begin{bmatrix} 0.5 & 1 \\ 0 & 0.5 \end{bmatrix} x[n] + \begin{bmatrix} 0 \\ 1 \end{bmatrix} u[n] \] \[ y[n] = \begin{bmatrix} 1 & 1 \end{bmatrix} x[n] \]
[3]
[4]
4.
a) State and prove any four properties of DFT.

DFT के कोई चार गुण बताइए और सिद्ध करें।

b) Determine the circular convolution for the two sequences \(x_1(n) = \{1, 2, 3, 4\}\), \(x_2(n) = \{1, 5, 1, 3\}\) using concentric, circles method.

दो अनुक्रमों \(x_1(n) = \{1, 2, 3, 4\}\), \(x_2(n) = \{1, 5, 1, 3\}\) के लिए संकेंद्रीय वृत्त विधि का उपयोग करके वृत्तीय संवलन निर्धारित करें।

5.
a) Compute the DFS coefficients for the periodic signal \(x[n] = \{1, 2, 3, 4\}\) with period 4.

अवधि 4 वाले आवधिक संकेत \(x[n] = \{1, 2, 3, 4\}\) के लिए DFS गुणांक की गणना करें।

b) What is the Fast Fourier Transform (FFT)? How does it improve the efficiency of computing the DFT? Discuss with suitable example.

फास्ट फूरियर ट्रांसफॉर्म (FFT) क्या है? यह DFT की गणना की दक्षता को कैसे बेहतर बनाता है? उपयुक्त उदाहरण के साथ चर्चा करें।

6.
a) Compute the 8-point DFT of the sequence \(x[n] = \{1, -1, -1, 0, 0, 0, 0\}\) using the DIF FFT algorithm. Show all intermediate steps and results.

DIF FFT एल्गोरिथम का उपयोग करके अनुक्रम \(x[n] = \{1, -1, -1, 0, 0, 0, 0\}\) के 8-बिंदु DFT की गणना करें। सभी मध्यवर्ती चरण और परिणाम दिखाइए।

b) Given the sequence \(x[n] = \{1, 2, 3, 4, 5, 6, 7, 8\}\), perform a single stage of the DIT FFT algorithm. Illustrate the decomposition and computation process.

अनुक्रम \(x[n] = \{1, 2, 3, 4, 5, 6, 7, 8\}\) दिए जाने पर, DIT FFT एल्गोरिथम का एक चरण निष्पादित करें। विघटन और गणना प्रक्रिया को चित्रित करें।

7.
a) Discuss the advantages and disadvantages of IIR filters compared to FIR filters in digital signal processing.

डिजिटल सिग्न�� प्रोसेसिंग में IIR फिल्टर की तुलना में FIR फिल्टर के फायदे और नुकसान पर चर्चा करें।

b) Design a high-pass IIR filter with a cutoff frequency of \(0.5\pi\) radians using the bilinear transformation method. Assume the analog prototype is a Butterworth filter of order 2 with a cutoff frequency of 1 radian/second.

द्विरेखीय रूपांतरण विधि का उपयोग करके \(0.5\pi\) रेडियन की कटऑफ आवृत्ति के साथ एक उच्च-पास IIR फिल्टर डिजाइन करें। मान लें कि एनालॉग प्रोटोटाइप 1 रेडियन/सेकंड की कटऑफ आवृत्ति के साथ ऑर्डर 2 का बटरवर्थ फिल्टर है।

8.
Write a short note on any two.

किन्हीं दो पर संक्षिप्त टिप्पणी लिखें।

a) Frequency domain representation of discrete time signals
b) Properties of Z-transform
c) Design of FIR digital filter
d) Rational Z-Transform