Question

Using matlab to design H(z) as a 6th order Butterw
0 0
Add a comment Improve this question Transcribed image text
Answer #1

function beq = a2dT(d,n)
   m=1;d1=abs(d);
   while fix(d1)>0
       d1 = abs(d)/(2^m);
       m=m+1;
   end
   beq = fix(d1*2^n);
   beq = sign(d).*beq.*2^(m-n-1);
end    

[A,B,C,D] = butter(10,[500 560]/750);
d = a2dT(10,8)
sos = ss2sos(A,B,C,D);
fvt = fvtool(sos,d,'Fs',1500);
legend(fvt,'butter','designfilt')  

Add a comment
Know the answer?
Add Answer to:
Using matlab to design H(z) as a 6th order Butterworth filter with bandedges of 0.3 and...
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
  • 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.

  • Part II: Design of Butterworth Filters Butterworth filters, described in a paper by Stephen Butterworth in...

    Part II: Design of Butterworth Filters Butterworth filters, described in a paper by Stephen Butterworth in 1930, are widely used for CT frequency-selective filtering. Butterworth filters have a simple analytic form and are designed to have a magnitude response that is maximally flat in the passband. In this section, you will use the Laplace transform to design and analyze Butterworth filters in the frequency domain. The textbook has some useful information about Butterworth filters, so check it out to help...

  • Design lowpass IIR filter with the following specifications: Filter order = 2, Butterworth type C...

    Design lowpass IIR filter with the following specifications: Filter order = 2, Butterworth type Cut-off frequency=800 Hz Sampling rate =8000 Hz Design using the bilinear z-transform design method Print the lowpass IIR filter coefficients and plot the frequency responses using MATLAB. MATLAB>>freqz(bLP,aLP,512,8000); axis([0 4000 –40 1]); Label and print your graph. What is the filter gain at the cut-off frequency 800 Hz? What are the filter gains for the stopband at 2000 Hz and the passband at 50 Hz based...

  • Explain your process please 1. Design 6th order Butterworth band-pass filter with cut-off frequency is 4KHz...

    Explain your process please 1. Design 6th order Butterworth band-pass filter with cut-off frequency is 4KHz and 7KHz and pass- band gain is 20dB Draw the circuit, write the transfer function of the filter, and sketch a frequency spectrum of the filter and show the cutoff frequencies on the spectrum Solution:

  • Problem 3 (LSM3) (20 pts) Consider a Butterworth filter of order one with a cutoff frequency of we [rad/sec]. (a) Determine the transfer function H(s) of the Butterworth filter so that it is causal a...

    Problem 3 (LSM3) (20 pts) Consider a Butterworth filter of order one with a cutoff frequency of we [rad/sec]. (a) Determine the transfer function H(s) of the Butterworth filter so that it is causal and stable (b) Determine the output of the filter in response to the input 1 + cos Problem 3 (LSM3) (20 pts) Consider a Butterworth filter of order one with a cutoff frequency of we [rad/sec]. (a) Determine the transfer function H(s) of the Butterworth filter...

  • Q.6 (a) (4 pts) A Butterworth filter has been designed with 22. = 0.578 and N=3....

    Q.6 (a) (4 pts) A Butterworth filter has been designed with 22. = 0.578 and N=3. Draw the locations of the poles of its magnitude squared function H(s)H(-s). (b) (2 pts) What is value of H.(192) at cutoff frequency 2. for a butterworth filter. (c) (3 pts) From the magnitude squared function in part (a) above, find an expression for H(s), the transfer function of the required analog filter. (d) (2 pts) Give the number of poles for the Chebyshev...

  • 1. By using an analog filter with a Butterworth response of order 3, design a digital IIR low pass filter with 3-db cutoff frequency 2c 0.6TT a) b) c) Evaluate the transfer function of the analog fil...

    1. By using an analog filter with a Butterworth response of order 3, design a digital IIR low pass filter with 3-db cutoff frequency 2c 0.6TT a) b) c) Evaluate the transfer function of the analog filter (10marks) Skecth the block diagram of transfer function (5 marks) Plot the magnitude response of the filters. (5marks) 1. By using an analog filter with a Butterworth response of order 3, design a digital IIR low pass filter with 3-db cutoff frequency 2c...

  • Use Bilinear Transform to design a lowpass Butterworth digital filter that passes frequencies up ...

    Use Bilinear Transform to design a lowpass Butterworth digital filter that passes frequencies up to f=1500Hz with minimum gain -7dB. The filter is to block frequencies from f = 3600Hz with a maximum gain-38dB. The sampling frequency  is f = 8000 a) Find the Butterworth Filter Order = (N), 3-dB Cutoff frequency, and the numerator and denominator coefficients of the H(z) b) Which of the frequencies in the followingx()will be passed by your designed filter?x(t) = cos(1600πt)+5cos(8000πt)+3cos(2300πt)+ 2cos(1400πt)

  • QUESTION 6 Зро Design a second-order IIR digital low-pass filter using Butterworth approximation....

    QUESTION 6 Зро Design a second-order IIR digital low-pass filter using Butterworth approximation. Use the bilinear transformation to convert the analogue fiter to a digital one (choose the sampling period T- 2 s and the cut-off frequency as 1 rad/'s). Express the digital transfer function of the filter H(z) as: In the box below, provide the numerical answer for b1. [Note: Don't normalise the transfer func on, i.e. b0 # 1). r98111acontentid1837836_1&step QUESTION 7 Windowing based FIR filter design techniques...

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