Question

2. The comb filter can be expresses as y[n]=x[n]+x[n-a-b] Find the transfer function and zeros, compute...

2. The comb filter can be expresses as y[n]=x[n]+x[n-a-b] Find the transfer function and zeros, compute the magnitude response of this filter using MATLAB.

Let a=8,b=7

Homework Answers

Answer #1

-1.0000 + 0.0000i
-0.9135 + 0.4067i
-0.9135 - 0.4067i
-0.6691 + 0.7431i
-0.6691 - 0.7431i
-0.3090 + 0.9511i
-0.3090 - 0.9511i
0.1045 + 0.9945i
0.1045 - 0.9945i
0.5000 + 0.8660i
0.5000 - 0.8660i
0.9781 + 0.2079i
0.9781 - 0.2079i
0.8090 + 0.5878i
0.8090 - 0.5878i

Matlab Script:

w = -pi:0.01*pi:pi;
Hejw = 1+exp(-15i*w);

plot(w,abs(Hejw));

output:

Know the answer?
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
Similar Questions
For the system given by the difference equation below: Y(n) – (3/2).Y(n-1) – Y(n-2) = -(5/2)....
For the system given by the difference equation below: Y(n) – (3/2).Y(n-1) – Y(n-2) = -(5/2). X(n-1) Find the transfer function H(z). You will need to do this manually. Find the poles and zeros of H(z). You can do this manually or use MATLAB. Plot the poles and zeros in MATLAB Is the system stable? Plot the impulse response of the system using MATLAB Plot the Step Response of the system using MATLAB Plot the frequency response of the system...
H(z) Poles and zeros Given: y[n] = 1.674y[n-1]-0.81y[n-2]+x[n] a. Find H(z) b. Find poles and zeros...
H(z) Poles and zeros Given: y[n] = 1.674y[n-1]-0.81y[n-2]+x[n] a. Find H(z) b. Find poles and zeros c. Plot poles and zeros in z-plane
y[n] =b(ax[n] +x[n-1]+ax[n-2]) where a&b >0. Find the frequency response of the system H(e^jw). Determine the...
y[n] =b(ax[n] +x[n-1]+ax[n-2]) where a&b >0. Find the frequency response of the system H(e^jw). Determine the values of a & b, if the magnitude response of the filter at w = 0 is 1 and at w =pi÷2 is 0.5. thanks
PLEASE ANSWER QUESTION #2 Design an FIR band-pass filter with cutoff frequencies of π/ 4 and...
PLEASE ANSWER QUESTION #2 Design an FIR band-pass filter with cutoff frequencies of π/ 4 and π/ 6 . The filter’s impulse response should have 81 samples (i.e. N = 81). Use a Blackman filter window. (a) Plot the filter’s impulse response (b) Plot the magnitude of the filter’s frequency response, in dB. (i.e. 20 log(|H(e jω)|)) (c) Print out the MATLAB code used in the filter design 2. Use the filter designed in #1 to filter a random input...
Using the Script: function EulerMethod1(n) X = 0 : 1/n : 1 ; Y = zeros(...
Using the Script: function EulerMethod1(n) X = 0 : 1/n : 1 ; Y = zeros( 1, n + 1 ) ; Y(1) = 1 ; for k = 1 : n m = Y(k) ; Y(k + 1) = Y(k) + m*( X(k + 1) - X(k) ) ; end clf plot( X, Y ) Create a new script, which defines the function EulerMethod2. The purpose of EulerMethod2 is to use Euler's Method to approximate the solution to the...
Find a rational function with vertical asymptotes x=3 and x=1, horizontal asymptotes y=2, zeros are 5,2,...
Find a rational function with vertical asymptotes x=3 and x=1, horizontal asymptotes y=2, zeros are 5,2, and -1 and y-intercept is (0,1).
Function: H(x)= 7x^3-117x^2+535x-325 A. Use Rational Zeros Theorum to find all possible rational zeros. B. Find...
Function: H(x)= 7x^3-117x^2+535x-325 A. Use Rational Zeros Theorum to find all possible rational zeros. B. Find the actual rational zero and prove it is zero by using synthetic division. C. Find the remaining zeros. D. Factor H(x) completely into linear factors.
The number of zeros of a combined function y=f(x)g(x) can be obtained by ______ the number...
The number of zeros of a combined function y=f(x)g(x) can be obtained by ______ the number of zeros of the original functions, assuming they have no common zeros.
System 3 : Consider the discrete time system represented by the following difference equation: y(n) ?...
System 3 : Consider the discrete time system represented by the following difference equation: y(n) ? x(n) ? x(n ? 2) ? 0.8y(n ?1) ? 0.64 y(n ? 2) a) Draw the corresponding BLOCK DIAGRAM b) Obtain the TRANSFER FUNCTION, H(z) , for this system.   c) Calculate and plot the POLES and ZEROS of the transfer function. d) State the FREQUENCY RESPONSE Equation ,  H(ej? ) , for this system.    System 4 : Consider the discrete time system represented by...
1. Write a MATLAB function to determine the discrete-time Fourier Transform (H(?)) of the following sequence....
1. Write a MATLAB function to determine the discrete-time Fourier Transform (H(?)) of the following sequence. Plot its magnitude and phase. You can use the dtft command and use the abs, angle and plot commands to plot the results. x(n) = {4, 3, 2, 1, 2, 3, 4}. 2. Analytically determine H(z) and plot its magnitude and phase for the following system using freqz. y(n) = 2x(n) + x(n ? 1) ? 0.25y(n ? 1) + 0.25y(n ? 2). 3....
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT