Question

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 a linear constant coefficient difference equation representation of the system.

g) Sketch a block diagram representation of the system using multipliers, adders, and unit delays.

h) Compute the frequency response H(e^jw) and plot its magnitude for 0<=w<=pi . Is this system a low-pass filter, a high-pass filter, or a bandpass filter? Explain.

Homework Answers

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 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...
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)...
Using the following code: % Ex 6.4 First-order step and impulse response for two time constants...
Using the following code: % Ex 6.4 First-order step and impulse response for two time constants % clear all; close all; t = 0:.1:100; % Time vector subplot(1,2,1); x = 250*exp(-0.05*t); plot(t,x,'k'); xlabel('Time (hrs)','FontSize',14); ylabel('P_A (mmHg)','FontSize',14); title('Impulse Response','FontSize',14); subplot(1,2,2); x = 20*(1-exp(-0.05*t)); plot(t,x,'k'); xlabel('Time (hrs)','FontSize',14); ylabel('P_A (mmHg)','FontSize',14); title('Step Response','FontSize',14);    ANSWER: The response of a 1st order linear body fluid balance system to step function (L m (t) = 1/s, Eqn. 6.9/p226) and impulse function (L d (t) = 1,...
2. Consider the following impulse responses h[n] of linear time-invariant (LTI) systems. In each case, (i)...
2. Consider the following impulse responses h[n] of linear time-invariant (LTI) systems. In each case, (i) provide the transfer function H(z) (ZT of h[n]) and its ROCh, (ii) sketch the ROCh in the z-plane, (iii) mark the pole and zero locations of H(z) (on the same plot in the z-plane), and (iv) discuss whether or not the LTI system is stable. (a) h1[n] = (0.4)^n u[n] + (2 - 3j)^n u(n -2) (b) h2[n] = (0.2)^(n+2) u[n] + (2 -...
6. Consider a causal linear system whose (zero-state) response to an input signal, f(t) = e...
6. Consider a causal linear system whose (zero-state) response to an input signal, f(t) = e −3tu(t), is y(t) = (−e −t + 4e −2t − 3e −3t )u(t). ( a) Find the transfer function H(s) of the system. (b) Write the differential equation that describes the system. (c) Plot the pole-zero diagram of system. Is the system stable? (d) Plot the frequency response of the system, |H(w)|. (e) Whats the systems zero-state response to another input signal, f1(t) =...
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.
Consider an LTI system whose frequency response is undesirable; the distorting system function is given as:...
Consider an LTI system whose frequency response is undesirable; the distorting system function is given as: Hdz=(1-0.8ej0.4πz-1)(1-0.8e-j0.4πz-1)(1-1.5ej0.6πz-1)(1-1.5e-j0.6πz-1) Assume the distorting function is both causal and stable. Design and examine compensation system Hc(z) such that when a signal sn is transmitted through this communication channel then perfect compensation is achieved i.e. scn=sn. b)   Determine the impulse response h[n] by using the inverse Z transform. Hz=log1+az-1+2Z-5,             z>a c) For what value of a will be the impulse response both stable and causal?...
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....
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...
Which of the following signals is the impulse response of a relaxed system having a unit...
Which of the following signals is the impulse response of a relaxed system having a unit step response of: s(t) = 3 t exp( -2 t) u(t) - 3 exp( -2 t) u(t) + 0.5 u(t) Select one: a. h(t) = 9 t exp( -2 t) u(t) - 6 exp( -2 t) u(t) + 0.5 d(t) b. h(t) = -6 t exp( -2 t) d(t) + 9 exp( -2 t) d(t) c. h(t) = 3 t exp( -2 t) d(t)...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT