Question

Using Pole Zero Placement Method, design a second-order notch filter with a sampling rate of 10,000...

Using Pole Zero Placement Method, design a second-order notch filter with a sampling rate of 10,000 Hz, a 3dB bandwidth of 200 Hz, and narrow stop-band centered at 3,000 Hz. From the transfer function, determine the difference equation.

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

Given data, Sampling rate () is 10,000 Hz, 3dB bandwidth (BWidB) is 200 Hz, and Narrow stop-band centered at() is 3,000 Hz The transfer function by using Pole-zero placement for a second-order notch filter as, H(z) Now find the all required values as shown in below steps, The required magnitude of the poles as, ~ 1-(200 /10000) x π r0.9372 Find the angle of the pole location by using the center frequency as, 4 3000 10000 x360° 108°

The unit-gain scale factor formula is, (to have a unit passband gain) 2-2cos θ 1-2(0.9372)cos (108°)+(0.9372) 2 -2 cos (108°) K -0.9387 From the equation (1). H(z) H(2)- 0.9387 (z2-2z cos (108)+1) -2(0.9372)z cos(108)+P 0.9387(z0.6180z +1 +0.5792z+0.8783) 0.93872+0.5801z+0.9387) (z +0.5792z+0.8783) 0.9387 +0.5801z1 +0.9387z2 1+0,5792z+0.8783z2

The difference equation can be written as, H(z) H(z 1+0.5792z +0.8783z 0.9387+0.5801z +0.9387 y(n)+0.5792y (n-1)+0.8783y (n-2) 0.9387x (n)+0.5801x (n-1)+ 0.9387x (n-2) y(n) 0.9387x (n)+0.5801r(n-1)+0.9387x (n-2)-0.5792y (n-1)-0.8783y(n-2) 0.9387+0.5801z-1 +0.9387z2 1+0.5792z-1+0.8783z

Checking the Notch filter result, (By using MATLAB).

b = [0.9387 0.5801 0.9387];

a = [1 0.5792 0.8783];

[h,w] = freqz(b,a);

plot(w/pi,20*log10(abs(h)))

ylim([-40 10])

xlim([0 1])

xlabel('Normalized Frequency ( imespi rad per sample)')

ylabel('Magnitude in dB')

plot is,

10 5 -5 C-10 S -15 CD-20 -25 -30 -35 40 0 0.1 0.2 0.3 04 0.5 0.6 0.7 0.8 0.9 1 Normalized Frequency(xT rad per sample)

Add a comment
Know the answer?
Add Answer to:
Using Pole Zero Placement Method, design a second-order notch filter with a sampling rate of 10,000...
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
  • 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

  • 1. Pole-zero placement. We wish to design a stable and causal second-order discrete-time (DT) fil...

    1. Pole-zero placement. We wish to design a stable and causal second-order discrete-time (DT) filter (i.e., having two poles and two zeros, including those at 0 and oo) using pole-zero placement. (a) [5 pts] Where might you place the poles and zeros to achieve the following magnitude frequency response? Sketch the pole-zero plot in the complex z-plane. -Π -Tt/2 0 (b) [3 pts] Give an expression for the transfer function H(z). Justify your answer. (c) [2 pts] Write an expression...

  • using Matlab: 1) Design an FIR notch filter using zero placement to remove power-line noise at...

    using Matlab: 1) Design an FIR notch filter using zero placement to remove power-line noise at 60 Hz (use file ecg_60hz_200, fs = 200 Hz). 2) Design a LP Butterworth filter with cut-off frequency of 40 Hz to remove high-frequency noise (use file ecg_hfn.dat, fs = 1000 Hz). 3) Design an Elliptic HP filter with passband ripple of 0.01 dB and stopband attenuation of 50 dB and cut-off frequency of 0.5 Hz to remove low-frequency noise (use file ecg_lfn.dat, fs...

  • Topics: Filter Design by Pole Zero Placement PROBLEM Problem #2 . a) Design a simple FIR...

    Topics: Filter Design by Pole Zero Placement PROBLEM Problem #2 . a) Design a simple FIR second order filter with real coefficients, causal, stable and with unity AC gain. Its steady state response is required to be zero when the input is: xIn]cos [(T/3)n] u[n] H(z) R.O.C: answer: b) Find the frequency response for the previous filter. H(0) c) Sketch the magnitude frequency response. T/3 t/3 d) Find the filter impulse response. h[n] e) Verify that the steady state step...

  • Design the second order band stop filter (notch filter) whose circuit is given below so that...

    Design the second order band stop filter (notch filter) whose circuit is given below so that the resonance frequency is 400 Hz and Q = 5 and plot the change of the gain according to the frequency in the Pspice program and show it on the parameters of the filter. (Select LM741 for OPAMP.) (values can be chosen randomly but it must be consistent pspice is not required. R1 R2 Ra Rb what to choose. Show that equations C R₂...

  • Using the windowing function discussed in class, design a band pass FIR filter centered at 20 MHz...

    Using the windowing function discussed in class, design a band pass FIR filter centered at 20 MHz with bandwidth 30MHz.. 3. Using the windowing functions discussed in class, design a band-pass FIR filter centered at 20 MHz with a bandwidth 30 MHz (), a minimum stop band attenuation of 30 dB, and a transition width of 1 MHz. The sampling frequency is 80 MHz, 3. Using the windowing functions discussed in class, design a band-pass FIR filter centered at 20...

  • Using filterDesigner in MATLAB, design a second order low pass IIR Butterworth filter whose sampling frequency...

    Using filterDesigner in MATLAB, design a second order low pass IIR Butterworth filter whose sampling frequency (Fs) is 1 kHz and cutoff frequency (Fc) is 10 Hz. Find the numerator and denominator coefficients. Write its transfer function H(z) = Y(z) / X(z). Write its difference function y(k). Draw (copy from Filter Designer) the magnitude response plot. Draw (copy from Filter Designer) the phase response plot. Draw (copy from Filter Designer) the impulse response plot.

  • Using filterDesigner in MATLAB, design a second order low pass IIR Butterworth filter whose sampling frequency (Fs) is 1...

    Using filterDesigner in MATLAB, design a second order low pass IIR Butterworth filter whose sampling frequency (Fs) is 1 kHz and cutoff frequency (Fc) is 10 Hz. Find the numerator and denominator coefficients. Write its transfer function H(z) = Y(z) / X(z). Write its difference function y(k). Draw (copy from Filter Designer) the magnitude response plot. Draw (copy from Filter Designer) the phase response plot. Draw (copy from Filter Designer) the impulse response plot.

  • Using the windowing functions discussed in class, design a low-pass FIR filter with a cutoff freq...

    Using the windowing functions discussed in class, design a low-pass FIR filter with a cutoff frequency of 2 kHz, a minimum stop band attenuation of 40 dB, and a transition width of 200Hz. The sampling frequency is 10kHz. 1. Using the windowing functions discussed in class, design a low-pass FIR filter with a cutoff frequency of 2 kHz, a minimum stop band attenuation of 40 dB, and a transition width of 200 Hz. The sampling frequency is 10 kHz 2....

  • 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...

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
Active Questions
ADVERTISEMENT