Question

ot Utb mode to r tu follouin ustows plk -2 t굿 2 2) A Gosal doort LTI Gitn has the trste unction (2+1) C2-1)2 H(2): 0.976 d)

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

SOLUTION:

1.

(a)The transfer function

H(z)=2 + ~-1-0.5~--+ 0.25:-3

multiplying the numerator and denominator by z^{3} we have

H(z)=2~3 之2-0.5: 0.25

MATLAB code for pole zero map

%%-----------CODE -------------%%

num=[1 0 1 0];
den=[2 1 -.5 .25];
zplane(num,den)

%%----------- END --------------%%

plot:

5 5 18642024681 2 ued lueubeul

(b)the transfer function H(z) =

multiplying the numerator and denominator by z^{3} we have

23 21.5z 0.25 231.522 +0.52 H(z) =

%%----------- MATLAB CODE ---------------%%

num=[1 1 1.5 0.25];
den=[1 1.5 0.5 0];
zplane(num,den)

%%------------------ END ----------------------%%

plot:

5 5 0 5 18642024681 ued lueubeul

(2)

(a)the gain is k=0.976

zeros are at z=1,1,-1,-1

poles are at p=0.3575+0.5889j, 0.3575-0.5889j, 0.7686+0.3338j, 0.7686-0.3338j

%%--------- MATLAB CODE -------------%%

%zeros
z=[1;1;-1;-1]
%poles
p=[0.3575+0.5889j; 0.3575-0.5889j; 0.7686+0.3338j; 0.7686-0.3338j]
%gain
k=0.976
%numerator and denominator from pole,zero and gain
[num,den]=zp2tf(z,p,k)
%taking the time period = 1s
T=1
%transfer function
H=tf(num,den,T)
%frequency response
freqz(num,den)

%%--------------- END -----------------%%

the transfer function

   0.976 z^4 - 1.952 z^2 + 0.976
H(z)= --------------------------------------------------------------
   z^4 - 2.252 z^3 + 2.276 z^2 - 1.232 z + 0.3333

PLOT:

50 o -50 -100 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.91 Normalized Frequency (xI rad/sample) 200 100 -100 200 0 0.1 0.2 0.3 0.4

N.B:Copy the code,save in a mfile and run in matlab simulator to have the best results.

Add a comment
Know the answer?
Add Answer to:
Ot Utb mode to r tu follouin ustows plk -2 t굿 2 2) A Gosal doort LTI Gitn has the trste unction ...
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
  • Problem 1: The impulse response ht) for a particular LTI system is shown below hit) Be5e (4 cos(3...

    Problem 1: The impulse response ht) for a particular LTI system is shown below hit) Be5e (4 cos(3t)+ 6 sin(3t) e. u(t) 1. Plot the impulse response for h(t) directly from the above equation by creating a time vector 2. Use the residue function to determine the transfer function H(s). Determine the locations of the poles and zeros of H(s) with the roots function, and plot them in the s-plane (x for poles, o for zeros). Use the freas function...

  • BC:9.4 A LTI discrete time system has an impulse response h[n] = (−0.6)nu[n] + (0.95)nu[n −...

    BC:9.4 A LTI discrete time system has an impulse response h[n] = (−0.6)nu[n] + (0.95)nu[n − 1] Find the transfer function, Hˆ (e jωˆ ), in the normalized frequency domain. Use Matlab to plot the magnitude and phase (in degrees) of Hˆ (e jωˆ ) in the range of −π ≤ ωˆ ≤ π. Attach your Matlab source code with the plots. BC:9.4 A LTI discrete time system has an impulse response h[n] = (-0.6)"u[n] + (0.95)"u[n-1] Find the transfer...

  • BC:9.4 A LTI discrete time system has an impulse response h[n] = (-0.8)"u[n] + (0.65)"u[n-1] Find...

    BC:9.4 A LTI discrete time system has an impulse response h[n] = (-0.8)"u[n] + (0.65)"u[n-1] Find the transfer function, #(eo), in the normalized frequency domain. Use Matlab to plot the magni- tude and phase (in degrees) of H(eo) in the range of-? < ? < ?. Attach your Matlab source code with the plots. 1212 AM ^???4/4/2013

  • Question 5 An LTI system has an input signal given by x(t) = e-tu(t). The output...

    Question 5 An LTI system has an input signal given by x(t) = e-tu(t). The output of the system is measured and found out to be given by y(t) = e-tu (t) + e-t+1 u(t-1). Find the system transfer function, H(s) 4 marks a. b. Find the system impulse response, h(t) 4 marks c. Describe in words what is the functionality of this svstem (i.e., what does it do on the inputs sigmal to produce the output simal?). [2 marks]

  • Problem 3 (30 points) An LTI system has an impulse response hin], whose z-transform equals 1-1...

    Problem 3 (30 points) An LTI system has an impulse response hin], whose z-transform equals 1-1 1. List all the poles and zeros of H(2). Sketch the pole-zero plot.. 2. If this system is causal, provide the ROC of H(2) and the expression of hin. case, is this system also stable? 3. If the ROC of H(z) does not exist, provide and the expression of hn.

  • Problem 1: Let y()- r(t+2)-r(t+1)+r(t)-r(t-1)-u(t-1)-r(t-2)+r(t-3), where r(t) is the ramp function. a) plot y(t) b) plot...

    Problem 1: Let y()- r(t+2)-r(t+1)+r(t)-r(t-1)-u(t-1)-r(t-2)+r(t-3), where r(t) is the ramp function. a) plot y(t) b) plot y'() c) Plot y(2t-3) d) calculate the energy of y(t) note: r(t) = t for t 0 and 0 for t < 0 Problem 2: Let x(t)s u(t)-u(t-2) and y(t) = t[u(t)-u(t-1)] a) b) plot x(t) and y(t) evaluate graphically and plot z(t) = x(t) * y(t) Problem 3: An LTI system has the impulse response h(t) = 5e-tu(t)-16e-2tu(t) + 13e-3t u(t) The input...

  • 4. LTI Systems and Erponential Response. (12 pts) (a) (2 pts) Suppose an LTI system has...

    4. LTI Systems and Erponential Response. (12 pts) (a) (2 pts) Suppose an LTI system has input-output relationship y(t) 2r(t+3). What is the transfer function H(jw) of the given system. Show that H(jw)2. Hint: H(jw(tejdt (b) (5 pts) Suppose an LTI system has input-output relationship y(t)2r(t+3) as Problem 4-(a). Find the output y(t) using the complex exponential response method as discussed in lecture for the input r(t) = ej2t + 2 cos2(t). Hint: cos2(0) 1 (20 cos(26) an d 1-ejot...

  • a continuous time causal LTI system has a transfer function: H(s)=(s+3)/(s^2 +3s +2) a) find the...

    a continuous time causal LTI system has a transfer function: H(s)=(s+3)/(s^2 +3s +2) a) find the poles and zeros b) indicate the poles and the zeros on the s-plane indicate the region of convergence (ROC) c) write the differential equation of the system. d) determine the gain of the system at dc (ie the transfer function at w=0) e) is the system described by H(s) stable? explain f) for the system described by H(s), does the Fourier transform H(jw) exist?...

  • (2) Consider the causal discrete-time LTI system with an input r (n) and an output y(n)...

    (2) Consider the causal discrete-time LTI system with an input r (n) and an output y(n) as shown in Figure 1, where K 6 (constant), system #1 is described by its impulse response: h(n) = -36(n) + 0.48(n- 1)+8.26(n-2), and system # 2 has the difference equation given by: y(n)+0.1y(n-1)+0.3y(n-2)- 2a(n). (a) Determine the corresponding difference equation of the system #1. Hence, write its fre- quency response. (b) Find the frequency response of system #2. 1 system #1 system #2...

  • Consider an LTI discrete-time system that has impulse response h n Tn-12) 1 if otherwise a) Deter...

    Consider an LTI discrete-time system that has impulse response h n Tn-12) 1 if otherwise a) Determine the magnitude H(Q and the phase response LH(D for-r < Ω < π Enter Ω as "and enter the piecev se function Η Ω using the hea side function b)Determine the output of the system, rn, if the input is given by z n-Sn-9 +com( ) Enter your answer in terms of hin y[n] = In your answers, enter 2(n) for a discrete-time...

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
ADVERTISEMENT