[go: up one dir, main page]

100% found this document useful (1 vote)
215 views2 pages

Digital Signal Processing Assignment

The document contains 16 questions assigned by Professor Narendra CP for the Digital Signal Processing course. The questions cover topics such as obtaining different filter structures from difference equations, designing filters like Butterworth and Chebyshev filters, realizing FIR and IIR filters, mapping between S-plane and Z-plane, advantages of FIR over IIR filters, and using techniques like impulse invariance and frequency sampling to design digital filters from analog prototypes. Students are asked to derive expressions, draw filter structures, plot pole-zero diagrams, calculate impulse responses, and write MATLAB programs.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
215 views2 pages

Digital Signal Processing Assignment

The document contains 16 questions assigned by Professor Narendra CP for the Digital Signal Processing course. The questions cover topics such as obtaining different filter structures from difference equations, designing filters like Butterworth and Chebyshev filters, realizing FIR and IIR filters, mapping between S-plane and Z-plane, advantages of FIR over IIR filters, and using techniques like impulse invariance and frequency sampling to design digital filters from analog prototypes. Students are asked to derive expressions, draw filter structures, plot pole-zero diagrams, calculate impulse responses, and write MATLAB programs.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

MS Embedded System Design Batch 7A

Sem I Phase II
Digital Signal Processing
Assignment Question by Prof. Narendra CP

1. Obtain the Direct form I ,Direct form II, parallel form and cascade form for the
difference equation y(n)=-(3/8)y(n-1)+(3/32)y(n-2)+(1/64)y(n-3)+x(n)+3x(n-1)+2x(n-
2).

2. The Transfer function of discrete time causal system is given below


H(z)=[1-z-1]/[1-0.2z-1-0.15z-2]
(a) Find the difference equation.
(b) Draw the cascade and parallel realization.
(c) Show Plot pole zero diagram and then find magnitude at ω=0 and ω = π.
(d) Calculate the impulse response of the system.
(e) Comment on stability of filter.

3. A digital filter is given by H(z)=[1-z-1/2+z-2/4]/[1+z-1/8-z-2/5+z-3/6]


Draw (a) DF II (b) Transposed DF-II
(c) Signal Flow Graph (d) Transposed Signal flow graph.

4. a) Realize an FIR filter with impulse response h(n) given by h(n)=(1/2)n[u(n)-u(n-4)]


b) Realize the linear –Phase FIR filter having the following impulse response
h(n)=δ(n)-(1/4)δ(n-1)+(1/2)δ(n-2)+(1/2)δ(n-3)-(1/4)δ(n-4)+δ(n-5).

5. Explain the properties of Butterworth and Chebyshew filter.

6. Explain the analog to analog frequency transformation.

7. Derive an expression used to calculate the order of low pass Butterworth filters.

8. Design a Butterworth low pass filter to meet the following specifications


Pass band gain KP= -1 dB at Ωp = 4 rad /sec
Stopband attenuation greater than or equal to 20 dB at Ωs = 8 rad/sec.
Obtain the transfer function .

9. Realize a Chebyshev filter with passband edge at 1 rad /sec and stop band edge
at 1.3rad/sec. Passband ripple ≤2 dB and stopband attenuation is ≥20 dB.

10. Use impulse invariance method to design a digital filter from an analog prototype
That has a system function (i) H(s)=(s+a)/[(s+a)2 +b2 ] (ii)H(s)=1/[(s+1)(s+2)] .

11. With diagram explain S-plane to Z-plane mapping.

12. What are the advantages and disadvantages of FIR filter over IIR filter?

13. Develop a transformation for the solution of a first order linear constant coefficient
differential equation by using Trapezoidal rule for the integral approximation.
14. Write a MATLAB program for (i) circular convolution using DFT and IDFT .
(ii) Linear convolution for double sided signals.

15. Design an LPF whose desired frequency is given by


H(ejω)=e-j[(N-1)/2]ω, 0≤|ω|≤π/2
= 0 , π/2≤|ω|≤π , for N=9 using frequency sampling technique.

16. Design a HPF whose desired frequency is given by


H(ejω)=e-j[(N-1)/2]ω, π ≥ |ω| ≥ π/2
= 0 , π >|ω| ≥ 0 , for N=9 using frequency sampling technique.

You might also like