Question

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 using MATLAB


ok can forword the Q for someelse or you can use octave

Homework Answers

Answer #1

%part c
b = [0 -5/2];a = [1 -3/2 -1];
zplane(b,a);

output:

%part d

Since there is one pole lying outside unit circle it is not stable

%part e


figure();
impz(b,a);

%part f

figure();
stepz(b,a);

%part g

figure();
freqz(b,a);

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
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....
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
A linear time invariant system has an impulse response given by ℎ[?] = 2(−0.5) ? ?[?]...
A linear time invariant system has an impulse response given by ℎ[?] = 2(−0.5) ? ?[?] − 3(0.5) 2? ?[?] where u[n] is the unit step function. a) Find the z-domain transfer function ?(?). b) Draw pole-zero plot of the system and indicate the region of convergence. c) Is the system stable? Explain. d) Is the system causal? Explain. e) Find the unit step response ?[?] of the system, that is, the response to the unit step input. f) Provide...
Consider a causal LTI system described by the difference equation: y[n] = 0.5 y[n-1] + x[n]...
Consider a causal LTI system described by the difference equation: y[n] = 0.5 y[n-1] + x[n] – x[n-1] (a) Determine the system function H(z) and plot a pole-zero pattern in the complex z-plane. (b) Find the system response using partial fraction expansion when the input is x[n] = 2u[n]. Plot the result.
if the transfer function H(z) of a stable LTI system has two zeros at z =1+j...
if the transfer function H(z) of a stable LTI system has two zeros at z =1+j and z = 1-j and two poles at z = 0 and z = -0.5. Write the expression of H(z), if the frequency response of the system at omega (w) where w = 0 is 1. can I have help here ?
For the LTI system described by the following system functions, determine (i) the impulse response (ii)...
For the LTI system described by the following system functions, determine (i) the impulse response (ii) the difference equation representation (iii) the pole-zero plot, and (iv) the steady state output y(n) if the input is x[n] = 3cos(πn/3)u[n]. a. H(z) = (z+1)/(z-0.5), causal system (Hint: you need to express H(z) in z-1 to find the difference equation ) b. H(z) = (1 + z-1+ z-2)/(1-1.7z-1+0.6z-2), stable system c. Is the system given in (a) stable? Is the system given in...
Problem 3 you can use Matlab and also i give u the Problem 1 code its...
Problem 3 you can use Matlab and also i give u the Problem 1 code its on Matlab Using the same initial code fragment as in Problem 1, add code that calculates and plays y (n)=h(n)?x (n) where h(n) is the impulse response of an IIR bandpass filter with band edge frequencies 750 Hz and 850 Hz and based on a 4th order Butterworth prototype. Name your program p3.sce this is the Problem 1 code and the solutin clear; clc;...
a) If the transfer function of a system is H(z) = 2+z^(-2), what is its impulse...
a) If the transfer function of a system is H(z) = 2+z^(-2), what is its impulse response? b) If the transfer function of a system is 2z/(z-0.5) and it is valid for when |z| > 0.5, what is its impulse response? c) If the transfer function of a system is 1/(z-2), what is its impulse response? d) x[n] = (-4)^n U[n]. (U[n] is the unit step function). What is its z-transform and the region of convergence of its z-transform? e)...
(a) Show that a system with transfer function H(z) whose denominator A(z) = 1 – [2ρ...
(a) Show that a system with transfer function H(z) whose denominator A(z) = 1 – [2ρ cosθ] z-1 + ρ 2 z-2 has poles at z = ρe ±jθ (b) For what values of r is this system stable? (c) If the numerator of H(z) is B(z) = K z-1 , what is the form of its impulse response for ρ = 1? (d) If the numerator of H(z) is B(z) = K z-1 , what is the form of...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT