SlideShare une entreprise Scribd logo
1  sur  2
GOJAN SCHOOL OF BUSINESS AND TECHNOLOGY 
MODEL EXAMINATION OCTOBER - 2014 
SUBJECT CODE/NAME : CS2403/DSP DATE : 27.10.2014 
SEM/YEAR : VII/ IV CSE & V/III IT MAX MARKS : 100 
STAFF NAME: R.RAMADHURAI AP/ECE DURATION: 3 HRS 
PART- A (5X2 = 10) 
1. What is meant by causal & non causal system? 
2. Define time invariant system. 
3. How many multiplications & addition are involved in radix-2 FFT? 
4. What are the advantages of FFT algorithm over direct computation of DFT? 
5. Distinguish between FIR filters and IIR filters. 
6. What is Gibb’s phenomenon? 
7. In the design of FIR digital filter, how is Kaiser Window different from other windows? 
8. What are the desirable characteristics of the window function? 
9. Define sampling rate conversion 
10. How the image enhancement is achieved using DSP? 
PART- B (5X16=80) 
11.a. Check for following systems are linear, causal, time in variant, stable, static (16) 
i) .y(n) =x(2n) (ii). y(n) = cos (x(n)) (iii). y(n) = x(n) cos (x(n) (iv) .y(n) =x(-n+2) (v). y(n) =x(n) +n x (n+1) 
OR 
b. (i) Find the inverse z- transform of 1/ (1-0.5 z-1) (1-z-1) (8) 
(ii) Perform circular convolution of the two sequences X1(n) = {2,1,2,1} X2(n) = {1,2,3,4} (8) 
12. a. (i) Discuss in detail the important properties of the DFT. (12) 
ii) Find the 4-point DFT of the sequence x(n) = cos (nπ/4) (4) 
OR 
b. Derive the equation for Decimation - in time algorithm for FFT (16) 
13. a. (i) Derive the equation for designing IIR filter using bilinear transformation. (10) 
(ii) For the analog transfer function H(S) = 2/ (S+1)(S+2) . Determine H(Z) using impulse invariant technique. (6) 
OR 
b. Design a digital BUTTERWORTH filter that satisfies the following constraint using bilinear (16) 
Transformation. Assume T = 1 sec. 
0.9 ≤ | H(ω)| ≤ 1 ; 0 ≤ ω ≤ π /2 
| H(ω)| ≤ 0.2 ; 3 π /4 ≤ ω ≤ π 
14. a) Design a high pass filter hamming window by taking 9 samples of w(n) and with a cutoff frequency of 1.2 
radians/sec (16) 
OR 
b. (i) Explain the characteristics of a Limit cycle oscillation w.r.t the system described by the difference equation 
y(n) = 0.95y(n-1)+x(n).Determine the dead band of the filter. (12) 
ii) Draw the product quantisation noise model of second order IIR filter.(4) 
15. a. Write short notes on i) speech compression ii) sound processing (16) 
OR 
b. Explain speech vocoders and subband coding (16)
GOJAN SCHOOL OF BUSINESS AND TECHNOLOGY 
MODEL EXAMINATION OCTOBER - 2014 
SUBJECT CODE/NAME : CS2403/DSP DATE : 27.10.2014 
SEM/YEAR : VII/ IV CSE & V/III IT MAX MARKS : 100 
STAFF NAME: R.RAMADHURAI AP/ECE DURATION: 3 HRS 
PART- A (5X2 = 10) 
1. Define Sampling Theorem. 
2. What is aliasing? 
3. Distinguish between DIT and DIF -FFT algorithm. 
4. Draw the basic butterfly diagram of radix -2 FFT. 
5. What is Prewarping? Why is it needed? 
6. What do you understand by backward difference? 
7. What is the necessary and sufficient condition for linear phase characteristic in FIR filter? 
8. What is meant by limit cycle oscillation in digital filter? 
9. What are the two techniques of sampling rate conversion? 
10. Give the applications of multirate digital signal processing. 
PART- B (5X16=80) 
11. a. (i) Find the periodicity of the signal x(n) =sin (2πn / 3)+ cos (π n / 2) (8) 
(ii) Find the Z transform of (i) x(n) =[ (1/2)n – (1/4)n ] u(n) (8) 
(ii) x(n) = n(-1)n u(n) 
OR 
b. (i) Determine the frequency response for the system given by 
y(n)-y3/4y(n-1)+1/8 y(n-2) = x(n)- x(n-1) (8) 
(ii) Find the output of the system whose input- output is related by the difference equation 
y(n) -5/6 y(n-1) +1/6 y(n-2) = x(n) -1/2 x(n-1) for the step input. (8) 
12. a. (i) Compute an 8-point DFT using DIF FFT radix -2 algorithm. x(n) = { 1,2,3,4,4,3,2,1} (10) 
(ii) Calculate the DFT of the sequence X(n)={1,1,-2,-2} (6) 
OR 
b. (i) Find 4 point IDFT of the sequence x(n) =(0,1,2,3) (6) 
(ii) Compute the DIT FFT for the sequence x(n) is (1,1,1,1,1,1,0,0) (10) 
13.a.(i) Derive the equation for designing IIR filter using impulse invariant method. (10) 
(ii) Find the digital transfer function H(Z) by using impulse invariant method for the analog 
transfer function H(S)=1/(s+1)(S+2). Assume T=0.5sec (6) 
OR 
b. Design a digital Butterworth filter satisfying the following specifications 
0.7 ≤ |H (e jw)| ≤1, 0 ≤ ω ≤ 0.2π 
|H (e jw)| ≤0.2, 0.6π ≤ ω ≤π with T= 1 sec . 
Determine system function H(z) for a Butterworth filter using impulse invariant transformation. (16) 
14. a. The desired frequency response of a low pass filter is given by 
Hd(ω) ={ e -j3ω ; -3π/4 ≤ ω ≤ 3π/4 
0; otherwise. Determine H(ejω) for M= 7using hamming window. (16) 
OR 
b. Obtain the i) Direct forms ii) cascade iii) parallel form realizations for the following system (16) 
y (n) = 3/4(n-1) – 1/8 y(n-2) + x(n) +1/3 x(n-1) 
15. a. (i) Explain decimation of sampling rate by an integer factor D and derive spectra for decimated signal (8) 
(ii) Explain interpolation of sampling rate by an integer factor I and derive spectra for decimated signal(8) 
OR 
b. Explain about adaptive filters (16)

Contenu connexe

Tendances

Fourier transforms & fft algorithm (paul heckbert, 1998) by tantanoid
Fourier transforms & fft algorithm (paul heckbert, 1998) by tantanoidFourier transforms & fft algorithm (paul heckbert, 1998) by tantanoid
Fourier transforms & fft algorithm (paul heckbert, 1998) by tantanoidXavier Davias
 
Random process and noise
Random process and noiseRandom process and noise
Random process and noisePunk Pankaj
 
Signal classification of signal
Signal classification of signalSignal classification of signal
Signal classification of signal001Abhishek1
 
Signals and Systems.pptx
Signals and Systems.pptxSignals and Systems.pptx
Signals and Systems.pptxVairaPrakash2
 
EC8352- Signals and Systems - Unit 2 - Fourier transform
EC8352- Signals and Systems - Unit 2 - Fourier transformEC8352- Signals and Systems - Unit 2 - Fourier transform
EC8352- Signals and Systems - Unit 2 - Fourier transformNimithaSoman
 
Fir filter design (windowing technique)
Fir filter design (windowing technique)Fir filter design (windowing technique)
Fir filter design (windowing technique)Bin Biny Bino
 
Wavelet Transform.ppt
Wavelet Transform.pptWavelet Transform.ppt
Wavelet Transform.pptssuser637f3e1
 
Fir and iir filter_design
Fir and iir filter_designFir and iir filter_design
Fir and iir filter_designshrinivasgnaik
 
Digital Signal Processing[ECEG-3171]-Ch1_L07
Digital Signal Processing[ECEG-3171]-Ch1_L07Digital Signal Processing[ECEG-3171]-Ch1_L07
Digital Signal Processing[ECEG-3171]-Ch1_L07Rediet Moges
 
DSP_FOEHU - Lec 11 - IIR Filter Design
DSP_FOEHU - Lec 11 - IIR Filter DesignDSP_FOEHU - Lec 11 - IIR Filter Design
DSP_FOEHU - Lec 11 - IIR Filter DesignAmr E. Mohamed
 
Dsp U Lec08 Fir Filter Design
Dsp U   Lec08 Fir Filter DesignDsp U   Lec08 Fir Filter Design
Dsp U Lec08 Fir Filter Designtaha25
 
digital signal processing lecture 1.pptx
digital signal processing lecture 1.pptxdigital signal processing lecture 1.pptx
digital signal processing lecture 1.pptxImranHasan760046
 

Tendances (20)

Channel
ChannelChannel
Channel
 
Fourier transforms & fft algorithm (paul heckbert, 1998) by tantanoid
Fourier transforms & fft algorithm (paul heckbert, 1998) by tantanoidFourier transforms & fft algorithm (paul heckbert, 1998) by tantanoid
Fourier transforms & fft algorithm (paul heckbert, 1998) by tantanoid
 
Random process and noise
Random process and noiseRandom process and noise
Random process and noise
 
Wavelets presentation
Wavelets presentationWavelets presentation
Wavelets presentation
 
Signal classification of signal
Signal classification of signalSignal classification of signal
Signal classification of signal
 
Signals and Systems.pptx
Signals and Systems.pptxSignals and Systems.pptx
Signals and Systems.pptx
 
Fourier transform
Fourier transformFourier transform
Fourier transform
 
EC8352- Signals and Systems - Unit 2 - Fourier transform
EC8352- Signals and Systems - Unit 2 - Fourier transformEC8352- Signals and Systems - Unit 2 - Fourier transform
EC8352- Signals and Systems - Unit 2 - Fourier transform
 
Fir filter design (windowing technique)
Fir filter design (windowing technique)Fir filter design (windowing technique)
Fir filter design (windowing technique)
 
Fourier transform
Fourier transformFourier transform
Fourier transform
 
Wavelet Transform.ppt
Wavelet Transform.pptWavelet Transform.ppt
Wavelet Transform.ppt
 
Fir and iir filter_design
Fir and iir filter_designFir and iir filter_design
Fir and iir filter_design
 
Signal & system
Signal & systemSignal & system
Signal & system
 
Digital Signal Processing[ECEG-3171]-Ch1_L07
Digital Signal Processing[ECEG-3171]-Ch1_L07Digital Signal Processing[ECEG-3171]-Ch1_L07
Digital Signal Processing[ECEG-3171]-Ch1_L07
 
Fir filter_utkarsh_kulshrestha
Fir filter_utkarsh_kulshresthaFir filter_utkarsh_kulshrestha
Fir filter_utkarsh_kulshrestha
 
DSP_FOEHU - Lec 11 - IIR Filter Design
DSP_FOEHU - Lec 11 - IIR Filter DesignDSP_FOEHU - Lec 11 - IIR Filter Design
DSP_FOEHU - Lec 11 - IIR Filter Design
 
Dsp U Lec08 Fir Filter Design
Dsp U   Lec08 Fir Filter DesignDsp U   Lec08 Fir Filter Design
Dsp U Lec08 Fir Filter Design
 
digital signal processing lecture 1.pptx
digital signal processing lecture 1.pptxdigital signal processing lecture 1.pptx
digital signal processing lecture 1.pptx
 
Digital signal processing part1
Digital signal processing part1Digital signal processing part1
Digital signal processing part1
 
Fourier transform
Fourier transformFourier transform
Fourier transform
 

Similaire à Dsp model exam qp

Fundamentals of Digital Signal Processing - Question Bank
Fundamentals of Digital Signal Processing - Question BankFundamentals of Digital Signal Processing - Question Bank
Fundamentals of Digital Signal Processing - Question BankMathankumar S
 
DESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGIC
DESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGICDESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGIC
DESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGICVLSICS Design
 
DSP (T)_Important Topics.pdf
DSP (T)_Important Topics.pdfDSP (T)_Important Topics.pdf
DSP (T)_Important Topics.pdfveeramaniks
 
Course-Notes__Advanced-DSP.pdf
Course-Notes__Advanced-DSP.pdfCourse-Notes__Advanced-DSP.pdf
Course-Notes__Advanced-DSP.pdfShreeDevi42
 
Advanced_DSP_J_G_Proakis.pdf
Advanced_DSP_J_G_Proakis.pdfAdvanced_DSP_J_G_Proakis.pdf
Advanced_DSP_J_G_Proakis.pdfHariPrasad314745
 
DSP unit4,5,6 VSQs-vrc.pdf important questions
DSP unit4,5,6 VSQs-vrc.pdf important questionsDSP unit4,5,6 VSQs-vrc.pdf important questions
DSP unit4,5,6 VSQs-vrc.pdf important questionsSahithikairamkonda
 
DSP_2018_FOEHU - Lec 07 - IIR Filter Design
DSP_2018_FOEHU - Lec 07 - IIR Filter DesignDSP_2018_FOEHU - Lec 07 - IIR Filter Design
DSP_2018_FOEHU - Lec 07 - IIR Filter DesignAmr E. Mohamed
 
DSP unit1,2,3 VSQs-vrc.pdf important question
DSP unit1,2,3 VSQs-vrc.pdf important questionDSP unit1,2,3 VSQs-vrc.pdf important question
DSP unit1,2,3 VSQs-vrc.pdf important questionSahithikairamkonda
 
Design of digital filters
Design of digital filtersDesign of digital filters
Design of digital filtersNaila Bibi
 
DSP_Lab_MAnual_-_Final_Edition[1].docx
DSP_Lab_MAnual_-_Final_Edition[1].docxDSP_Lab_MAnual_-_Final_Edition[1].docx
DSP_Lab_MAnual_-_Final_Edition[1].docxParthDoshi66
 
DSP_Lab_MAnual_-_Final_Edition.pdf
DSP_Lab_MAnual_-_Final_Edition.pdfDSP_Lab_MAnual_-_Final_Edition.pdf
DSP_Lab_MAnual_-_Final_Edition.pdfParthDoshi66
 
Design and realization of iir digital band stop filter using modified analog ...
Design and realization of iir digital band stop filter using modified analog ...Design and realization of iir digital band stop filter using modified analog ...
Design and realization of iir digital band stop filter using modified analog ...Subhadeep Chakraborty
 
EC8553 Discrete time signal processing
EC8553 Discrete time signal processing EC8553 Discrete time signal processing
EC8553 Discrete time signal processing ssuser2797e4
 
Design and determination of optimum coefficients of iir digital highpass filt...
Design and determination of optimum coefficients of iir digital highpass filt...Design and determination of optimum coefficients of iir digital highpass filt...
Design and determination of optimum coefficients of iir digital highpass filt...Subhadeep Chakraborty
 
Analysis of different FIR Filter Design Method in terms of Resource Utilizati...
Analysis of different FIR Filter Design Method in terms of Resource Utilizati...Analysis of different FIR Filter Design Method in terms of Resource Utilizati...
Analysis of different FIR Filter Design Method in terms of Resource Utilizati...ijsrd.com
 

Similaire à Dsp model exam qp (20)

Fundamentals of Digital Signal Processing - Question Bank
Fundamentals of Digital Signal Processing - Question BankFundamentals of Digital Signal Processing - Question Bank
Fundamentals of Digital Signal Processing - Question Bank
 
DESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGIC
DESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGICDESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGIC
DESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGIC
 
4241
42414241
4241
 
DSP (T)_Important Topics.pdf
DSP (T)_Important Topics.pdfDSP (T)_Important Topics.pdf
DSP (T)_Important Topics.pdf
 
5th Semester Electronic and Communication Engineering (2013-June) Question Pa...
5th Semester Electronic and Communication Engineering (2013-June) Question Pa...5th Semester Electronic and Communication Engineering (2013-June) Question Pa...
5th Semester Electronic and Communication Engineering (2013-June) Question Pa...
 
2013-June: 5th Semester E & C Question Papers
2013-June: 5th Semester E & C Question Papers2013-June: 5th Semester E & C Question Papers
2013-June: 5th Semester E & C Question Papers
 
Lt2419681970
Lt2419681970Lt2419681970
Lt2419681970
 
Course-Notes__Advanced-DSP.pdf
Course-Notes__Advanced-DSP.pdfCourse-Notes__Advanced-DSP.pdf
Course-Notes__Advanced-DSP.pdf
 
Advanced_DSP_J_G_Proakis.pdf
Advanced_DSP_J_G_Proakis.pdfAdvanced_DSP_J_G_Proakis.pdf
Advanced_DSP_J_G_Proakis.pdf
 
DSP unit4,5,6 VSQs-vrc.pdf important questions
DSP unit4,5,6 VSQs-vrc.pdf important questionsDSP unit4,5,6 VSQs-vrc.pdf important questions
DSP unit4,5,6 VSQs-vrc.pdf important questions
 
5th Semeste Electronics and Communication Engineering (June-2016) Question Pa...
5th Semeste Electronics and Communication Engineering (June-2016) Question Pa...5th Semeste Electronics and Communication Engineering (June-2016) Question Pa...
5th Semeste Electronics and Communication Engineering (June-2016) Question Pa...
 
DSP_2018_FOEHU - Lec 07 - IIR Filter Design
DSP_2018_FOEHU - Lec 07 - IIR Filter DesignDSP_2018_FOEHU - Lec 07 - IIR Filter Design
DSP_2018_FOEHU - Lec 07 - IIR Filter Design
 
DSP unit1,2,3 VSQs-vrc.pdf important question
DSP unit1,2,3 VSQs-vrc.pdf important questionDSP unit1,2,3 VSQs-vrc.pdf important question
DSP unit1,2,3 VSQs-vrc.pdf important question
 
Design of digital filters
Design of digital filtersDesign of digital filters
Design of digital filters
 
DSP_Lab_MAnual_-_Final_Edition[1].docx
DSP_Lab_MAnual_-_Final_Edition[1].docxDSP_Lab_MAnual_-_Final_Edition[1].docx
DSP_Lab_MAnual_-_Final_Edition[1].docx
 
DSP_Lab_MAnual_-_Final_Edition.pdf
DSP_Lab_MAnual_-_Final_Edition.pdfDSP_Lab_MAnual_-_Final_Edition.pdf
DSP_Lab_MAnual_-_Final_Edition.pdf
 
Design and realization of iir digital band stop filter using modified analog ...
Design and realization of iir digital band stop filter using modified analog ...Design and realization of iir digital band stop filter using modified analog ...
Design and realization of iir digital band stop filter using modified analog ...
 
EC8553 Discrete time signal processing
EC8553 Discrete time signal processing EC8553 Discrete time signal processing
EC8553 Discrete time signal processing
 
Design and determination of optimum coefficients of iir digital highpass filt...
Design and determination of optimum coefficients of iir digital highpass filt...Design and determination of optimum coefficients of iir digital highpass filt...
Design and determination of optimum coefficients of iir digital highpass filt...
 
Analysis of different FIR Filter Design Method in terms of Resource Utilizati...
Analysis of different FIR Filter Design Method in terms of Resource Utilizati...Analysis of different FIR Filter Design Method in terms of Resource Utilizati...
Analysis of different FIR Filter Design Method in terms of Resource Utilizati...
 

Dernier

Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Christo Ananth
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01KreezheaRecto
 

Dernier (20)

Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 

Dsp model exam qp

  • 1. GOJAN SCHOOL OF BUSINESS AND TECHNOLOGY MODEL EXAMINATION OCTOBER - 2014 SUBJECT CODE/NAME : CS2403/DSP DATE : 27.10.2014 SEM/YEAR : VII/ IV CSE & V/III IT MAX MARKS : 100 STAFF NAME: R.RAMADHURAI AP/ECE DURATION: 3 HRS PART- A (5X2 = 10) 1. What is meant by causal & non causal system? 2. Define time invariant system. 3. How many multiplications & addition are involved in radix-2 FFT? 4. What are the advantages of FFT algorithm over direct computation of DFT? 5. Distinguish between FIR filters and IIR filters. 6. What is Gibb’s phenomenon? 7. In the design of FIR digital filter, how is Kaiser Window different from other windows? 8. What are the desirable characteristics of the window function? 9. Define sampling rate conversion 10. How the image enhancement is achieved using DSP? PART- B (5X16=80) 11.a. Check for following systems are linear, causal, time in variant, stable, static (16) i) .y(n) =x(2n) (ii). y(n) = cos (x(n)) (iii). y(n) = x(n) cos (x(n) (iv) .y(n) =x(-n+2) (v). y(n) =x(n) +n x (n+1) OR b. (i) Find the inverse z- transform of 1/ (1-0.5 z-1) (1-z-1) (8) (ii) Perform circular convolution of the two sequences X1(n) = {2,1,2,1} X2(n) = {1,2,3,4} (8) 12. a. (i) Discuss in detail the important properties of the DFT. (12) ii) Find the 4-point DFT of the sequence x(n) = cos (nπ/4) (4) OR b. Derive the equation for Decimation - in time algorithm for FFT (16) 13. a. (i) Derive the equation for designing IIR filter using bilinear transformation. (10) (ii) For the analog transfer function H(S) = 2/ (S+1)(S+2) . Determine H(Z) using impulse invariant technique. (6) OR b. Design a digital BUTTERWORTH filter that satisfies the following constraint using bilinear (16) Transformation. Assume T = 1 sec. 0.9 ≤ | H(ω)| ≤ 1 ; 0 ≤ ω ≤ π /2 | H(ω)| ≤ 0.2 ; 3 π /4 ≤ ω ≤ π 14. a) Design a high pass filter hamming window by taking 9 samples of w(n) and with a cutoff frequency of 1.2 radians/sec (16) OR b. (i) Explain the characteristics of a Limit cycle oscillation w.r.t the system described by the difference equation y(n) = 0.95y(n-1)+x(n).Determine the dead band of the filter. (12) ii) Draw the product quantisation noise model of second order IIR filter.(4) 15. a. Write short notes on i) speech compression ii) sound processing (16) OR b. Explain speech vocoders and subband coding (16)
  • 2. GOJAN SCHOOL OF BUSINESS AND TECHNOLOGY MODEL EXAMINATION OCTOBER - 2014 SUBJECT CODE/NAME : CS2403/DSP DATE : 27.10.2014 SEM/YEAR : VII/ IV CSE & V/III IT MAX MARKS : 100 STAFF NAME: R.RAMADHURAI AP/ECE DURATION: 3 HRS PART- A (5X2 = 10) 1. Define Sampling Theorem. 2. What is aliasing? 3. Distinguish between DIT and DIF -FFT algorithm. 4. Draw the basic butterfly diagram of radix -2 FFT. 5. What is Prewarping? Why is it needed? 6. What do you understand by backward difference? 7. What is the necessary and sufficient condition for linear phase characteristic in FIR filter? 8. What is meant by limit cycle oscillation in digital filter? 9. What are the two techniques of sampling rate conversion? 10. Give the applications of multirate digital signal processing. PART- B (5X16=80) 11. a. (i) Find the periodicity of the signal x(n) =sin (2πn / 3)+ cos (π n / 2) (8) (ii) Find the Z transform of (i) x(n) =[ (1/2)n – (1/4)n ] u(n) (8) (ii) x(n) = n(-1)n u(n) OR b. (i) Determine the frequency response for the system given by y(n)-y3/4y(n-1)+1/8 y(n-2) = x(n)- x(n-1) (8) (ii) Find the output of the system whose input- output is related by the difference equation y(n) -5/6 y(n-1) +1/6 y(n-2) = x(n) -1/2 x(n-1) for the step input. (8) 12. a. (i) Compute an 8-point DFT using DIF FFT radix -2 algorithm. x(n) = { 1,2,3,4,4,3,2,1} (10) (ii) Calculate the DFT of the sequence X(n)={1,1,-2,-2} (6) OR b. (i) Find 4 point IDFT of the sequence x(n) =(0,1,2,3) (6) (ii) Compute the DIT FFT for the sequence x(n) is (1,1,1,1,1,1,0,0) (10) 13.a.(i) Derive the equation for designing IIR filter using impulse invariant method. (10) (ii) Find the digital transfer function H(Z) by using impulse invariant method for the analog transfer function H(S)=1/(s+1)(S+2). Assume T=0.5sec (6) OR b. Design a digital Butterworth filter satisfying the following specifications 0.7 ≤ |H (e jw)| ≤1, 0 ≤ ω ≤ 0.2π |H (e jw)| ≤0.2, 0.6π ≤ ω ≤π with T= 1 sec . Determine system function H(z) for a Butterworth filter using impulse invariant transformation. (16) 14. a. The desired frequency response of a low pass filter is given by Hd(ω) ={ e -j3ω ; -3π/4 ≤ ω ≤ 3π/4 0; otherwise. Determine H(ejω) for M= 7using hamming window. (16) OR b. Obtain the i) Direct forms ii) cascade iii) parallel form realizations for the following system (16) y (n) = 3/4(n-1) – 1/8 y(n-2) + x(n) +1/3 x(n-1) 15. a. (i) Explain decimation of sampling rate by an integer factor D and derive spectra for decimated signal (8) (ii) Explain interpolation of sampling rate by an integer factor I and derive spectra for decimated signal(8) OR b. Explain about adaptive filters (16)