Question

It is desired to design a digital BPF with center frequency/2 radians using the Bilinear Transformation technique discussed in class. The analog filter transfer function is given by Ha (s)-(s +0.1% + 16 a. b. c. Find the center frequency of the analog filter Find the transfer function of the digital filter and implement it Find and sketch (Matlab) the frequency response of both filters and comment on your answer on how good is the approximation.

Please Show All the Steps carefully with full explanation. Highest rating will be given to those who show all the parts with proper explanation. Thanks.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

a. H(a) =   s + 0.1
-------------------
s^2 + 0.2 s + 16.01

from the characteristic equation w^2=16.01 and w= 4.0012

the center frequency f = 4.0012 /(2*pi ) = 0.6368 hertz

b. for digital filter replace s by

s = 2 / T (z-1)/(z+1) where T is the sampling time . let us assume T = 0.01

0.004996 z^2 + 4.993e-06 z - 0.004991
H(Z) = -------------------------------------
z^2 - 1.996 z + 0.998

c. Frequenct response of Analog and Digital Filters

s=tf('s');
g=(s+0.1)/((s+0.1)^2+16);
margin(g);
figure
h=c2d(g,0.01,'tustin')
z=tf('z');
margin(h)
Bode Diagram Gm Inf, Pm 100 deg (at 4.52 rad/s) 20 10 e10 E -20 2 30 40 .50 90 45 45 90 10 10 10 10 10 10- Frequency (rad/s)

Bode Diagram Gm Inf, Pm 100 deg (at 4.52 rad/s) 100 100 200 300 400 90 45 45 90 10 10 10 10 10 102 10 Frequency (rad/s)

Add a comment
Know the answer?
Add Answer to:
Please Show All the Steps carefully with full explanation. Highest rating will be given to those...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 6. (20 points) (1) Design an analog lowpass filter with a cut-off frequency of 9 rad/sec by starting with an analogue prototype first-order lowpass filter with cut-off frequency of 1 rad/sec. Sho...

    6. (20 points) (1) Design an analog lowpass filter with a cut-off frequency of 9 rad/sec by starting with an analogue prototype first-order lowpass filter with cut-off frequency of 1 rad/sec. Show the system transfer function H(s) (2) Design an IIR digital filter Hz) that corresponds to the above H(s) by using the bilinear transform method without prewarping with T 0.1 second. Show the system transfer function Hz) and find its corresponding digital cut-off frequency Be approximately (3) What is...

  • Please Show All the Steps Carefully. Please include both Written and Matlab approach. Written meaning Approaching...

    Please Show All the Steps Carefully. Please include both Written and Matlab approach. Written meaning Approaching the problem by hand and not using Matlab at all. Highest rating will be given to those who show all the Written and Mattab steps carefully. Do not skip the Written Method at all! Show All Your Work, Please! 2. An FIR system is described by the following Difference equation y n)-0.5 (x(n) - x(n-2)) a. Find the frequency response of this filter and...

  • Please solve these questions. Thank you. 16.3 (a) Use the impulse invariance method to show that...

    Please solve these questions. Thank you. 16.3 (a) Use the impulse invariance method to show that the analog transfer function given by 2.6702 H(s)=3+2.7747s2 +3.8494s +2.6702 B. Friedlander and B. Porat, the modified Yule-Walker method of ARMA spectral estimation, IEEE Transactions on Aerospace Electronic Systems (1984), AES-20(2), 158-173. (2] L. B. Jackson, Digital Filters and Signal Processing. 3rd edn. Kluwer Academic Publishers (1996), Chap. 10, pp. 345-355 16 lIR filter design results in the following z-transfer function: 0.4695220.1907z H(z)=3-0.610622 +0.3398z-...

  • Analog Network Signal Processing: Please answer problem 6.18 below for both part A & part B...

    Analog Network Signal Processing: Please answer problem 6.18 below for both part A & part B . Please show all work. Please show graph and MATLAB code for part B. ***MATLAB MUST BE USED FOR PART B THIS PROBLEM*** Part A: Part B: Also plot bodemag using Matlab. 6.18 Determine the transfer function of a second-order (2 poles) Notch Butterworth filter with a center frequency of 5 kHz, passband gain-1, and a bandwidth of 400 Hz. Design it using the...

  • Analog Network Signal Processing: Please answer problem 6.18 below for both part A & part B...

    Analog Network Signal Processing: Please answer problem 6.18 below for both part A & part B . Please show all work. Please show graph and MATLAB code for part B. ***MATLAB MUST BE USED FOR PART B THIS PROBLEM*** Part A: Part B: Also plot bodemag using Matlab. 6.18 Determine the transfer function of a second-order (2 poles) Notch Butterworth filter with a center frequency of 5 kHz, passband gain-1, and a bandwidth of 400 Hz. Design it using the...

  • Please answer the problem below for all parts . Please show all work and write clearly. The answe...

    Please answer the problem below for all parts . Please show all work and write clearly. The answers are below, but work must be shown to get to the answers. Thanks. answers 8.14. Design a second-order digital bandpass Chebyshev filter with the following specifications: Center frequency of 1.5 kHz Bandwidth of 200 Hz 0.5 dB passband ripple Sampling frequency of 8,000 Hz a. Determine the transfer function and difference equation. 8.14 a. 0.1815-0.1815z2 1-0.6265z +0.6370z y(n)-0.1815x(n)-0.1815x(n-2)+0.6265y(n1) 0.6370y(n-2) 8.14. Design a...

  • Please show all steps and explanation. Thank you 4) (30 pts) Determine the impulse response of...

    Please show all steps and explanation. Thank you 4) (30 pts) Determine the impulse response of a zero state LTI system given by (you can use any technique we discussed in class): dt2 dt dt

  • Please show all the steps clearly. 5. The transfer function of a system is given by...

    Please show all the steps clearly. 5. The transfer function of a system is given by Z Н(2) (z2-0.8z+ 0.15) -0.4n for n2 0. Find the response of To such a system we apply an input of the type x [n] the system in n domain using MATLAB for obtaining the partial fraction expansion and then manually inverting the output using z-transform tables. 5. The transfer function of a system is given by Z Н(2) (z2-0.8z+ 0.15) -0.4n for n2...

  • These are my matlab problems. Would you please show me the matlab code? Thank you so much We are developing a reverb. 2...

    These are my matlab problems. Would you please show me the matlab code? Thank you so much We are developing a reverb. 2.1 Design an IIR comb filter, whose transfer function is given by where M is the delay and g is the gain. Plot the frequency response, group delay and the impulse response (the first few samples) for some values of M an g. 2.2 Design an all-pass filter, whose transfer function is given by Plot the frequency response,...

  • Show all your work for each problem. 1. Given the following DSP system with a sampling...

    Show all your work for each problem. 1. Given the following DSP system with a sampling rate 8000 Hz, y(0.5x(n)-0.5x(n -1) where y(n) is the output and x(n) is the input a) Find its transfer function, b) Make a pole-zero plot and determine the stability. c) Obtain He) and then He) d) Compute the filter gain at the frequency of 0 Hz, 1000 Hz, 2000 Hz, 3000Hz, 4000 Hz, respectively e Make a magnitude frequency response plot. f) Determine the...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT