Question

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:

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 Multiple Feedback filter configuration, find all the values of the circuit components, and draw the circuit.

Part B: Also plot bodemag using Matlab.

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

Butterworth Notch filter is designed by passing the same input to a low pass and a high pass filter and the output of the two filters is combined using a summing amplifier Band width is 400 Hz JH_fL = 400 NR5000 f 25x106 fH + 10008 Solve the two equations to get the two frequencies H5204 Hz f 4804 Hz Consider the transfer function of 2md order Butterworth low pass filter with a gain of 1 and cac equal to 1 H(s) 2 +1.414s +1 Scale the filter to a,-2π(4804) 96087 rad/s 1.414+1 +1.414 9608T H, (s) 9.11x10 s2 +42680.8s +9,1lx10 Consider the transfer function of 2nd order Butterworth high pass filter with a gain of 1 and ac equal to 1 H, (s)5 Scale the filter to ah-2n(5204)-104087 rad/s +1.414s +1 104087 H, (s) 1.414+1 S 1 104087 +1.4 1 4110407 H,(s) 2 +46234.5s +10.69 x10 Thus, the transfer function of the Butterworth Notch filter is, H(s)-H(s)+H,(s) 9.11x10 s2 +42680.8s +9.11x108 s2 46234.5s +10.69x108

9.11x108 2 +42680.8s +9.11x10 Consider Hi(s)- Consider the transfer function of the RLC low pass filter. H(s)-C R 1 L LC -9.11x10 LC 42680.8 Choose 42680.8 L-23.4 mH 9.11x108L C =46.8 nF Consider H, (s) Consider the transfer function of the RLC high pass filter. H.(s) s2 +46234.5s +10.69x10 L LC -10.69 x10 LC 46234.5 Choose 46234.5 L=21,6 mH 10.698 101 C 43.2 nF

Draw the filter circuit. 1 k 23.4 mH 46.8 nF l k243.2 nF Amplifier 21.6 mH 46,8 nF 43.2 nF 1 k2 Li 21.6 mH Summing Amplifier Write the MATLAB code to plot the Bode magnitude plot syms S W-20E3:0.5:40E3 H1=(9. 11E8) . / (s. ^2+42680.8. *S+9. 11E8) ; H2=s,2/ (s.2+46234.5. * s+10. 6988) ; Hmag-abs (Hl+H2); Hm-20.log10 (Hmag); plot (w, Hm) xlabel w ylabel Hmag 10 15 20 25 30 10 10 10

MATLAB code:

syms s

w=20E3:0.5:40E3;

s=i.*w;

H1=(9.11E8)./(s.^2+42680.8.*s+9.11E8);

H2=s.^2/(s.^2+46234.5.*s+10.69E8);

H=H1+H2;

Hmag=abs(H1+H2);

Hm=20.*log10(Hmag);

plot(w,Hm)

xlabel w

ylabel Hmag

Add a comment
Know the answer?
Add Answer to:
Analog Network Signal Processing: Please answer problem 6.18 below for both part A & part B...
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
  • 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 need correct answer. I will upvote. Design a second-order digital bandpass Butterworth filter with a...

    please need correct answer. I will upvote. Design a second-order digital bandpass Butterworth filter with a lower cutoff frequency of 1.9 kHz, an upper cutoff frequency 2.1 kHz, and a passband ripple of 3dB at a sampling frequency of 8,000 Hz. a. Determine the transfer function and difference equation. b. Use MATLAB to plot the magnitude and phase frequency respon

  • I need help with number 2 . Please answer in MATLAB thank you! 1. In the lab we analyzed filtering 60 Hz power-line noi...

    I need help with number 2 . Please answer in MATLAB thank you! 1. In the lab we analyzed filtering 60 Hz power-line noise from ECG signal using a digital (signal processing) filter. Now let's try to an analog (circuit) filter approach to remove the 60 Hz line-noise. Following is an active twin-T notch filter with transfer function: (1+m)((2joRC? +1 Z(a) 2R 2R Here m is the ratio of the two feedback 2C R resistance which determines the gain and...

  • (MATLAB question) "ecg_signal.mat" converted to a .csv file yields the following data; This is only part of th...

    (MATLAB question) "ecg_signal.mat" converted to a .csv file yields the following data; This is only part of the whole .mat file. Please show how to analyze the whole signal from this snapshot. 1. In the lab we analyzed filtering 60 Hz power-line noise from ECG signal using a digital (signal processing) filter. Now let's try to an analog (circuit) filter approach to remove the 60 Hz line-noise. Following is an active twin-T notch filter with transfer function: 2R 2R Here...

  • Signal Processing Please Write Neat & Show all Steps Problem 7(Answer is Red): Problem 2(An...

    Signal Processing Please Write Neat & Show all Steps Problem 7(Answer is Red): Problem 2(Answer is Red): Find the Chebyshev polynomial having the filter order K in Problem 7. Determine the required order K of a type-I Chebyshev filter meeting the same specifica- tions as in Problem 2. K-4 Determine the required order K of a Buiierworth filier meeting the following specifica tions : fp-20 kHz, 48 kHz, α,-1 dB, and α-40 dB. K-7 Find the Chebyshev polynomial having the...

  • a) List the relative attributes of using digital processing techniques compared to traditional analogue hardware for signal processing. [5 marks] b) Sketch a z-plane diagram including the unit ci...

    a) List the relative attributes of using digital processing techniques compared to traditional analogue hardware for signal processing. [5 marks] b) Sketch a z-plane diagram including the unit circle. You have four Poles and two Zeros that you can place on the z-plane diagram. Place them in a position which would provide a digital band-stop filter characteristic with the 'notch' at a n/2 Justify your placement of the poles and zeros. 5 marks] c) The z-plane pole-zero plots of two...

  • Please solve problem 4.5-2 ( a,b, and c) and be clear when you write by your hand.

    Please solve problem 4.5-2 ( a,b, and c) and be clear when you write by your hand. Problems Figure P.4.5-2 HI(f) ed 0.5 f, MHz 1.496 1.499 1.5 1.501 Figure P.4.5-3 Bandpass filter l us shoWn in Hz. Fig. P4.5-1. The carrier frequency is fe 10 kHz and the baseband signal bandwidth is 4k Find the corresponding transfer function of the equalizer filter Ho) shown in the receiver Fig. 4.21. Hint: Use Eq. (4.25). Figure P.4.5-1 H,(o) 0 9 10...

  • Answer all parts and show all steps please. 3323 Modern Digital and Analog Communication Question A...

    Answer all parts and show all steps please. 3323 Modern Digital and Analog Communication Question A compact disc (CD) records audio signals digitally by using PCM. Assume that the audio signal bandwidth equals 15 kHz (a) If signal is sampled at the Nyquist rate and the samples are uniformly digitized into L 65,536 levels and then binary-coded, determine the number of bits required to encode a sample (b) If the audio signal has average power of 0.1 W and a...

  • Part I: Black Box A Design your first black box adhering to the following specifications A. Input Signal to Black Box A 1. A 1 kHz cosine wave with amplitude of 1V. B. Output Signal from Black Box A...

    Part I: Black Box A Design your first black box adhering to the following specifications A. Input Signal to Black Box A 1. A 1 kHz cosine wave with amplitude of 1V. B. Output Signal from Black Box A 1. A 1 kHz sine wave with amplitude of Hint: Use an ideal op-amp C. Explain your design process. What type of circuit did you design? Discuss D. Why did vou use an op-amp? Could another component be used instead? Why...

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