Answer to Question #165847 in MatLAB for Tharun Seemakurthi

Question #165847

Compute Z-transform of the following signals along with the RoC and verify the result with MATLAB result and attach screen shot of code and results:

(a) 𝑥(𝑛) = (1/𝑅𝐹) 𝑛𝑢(𝑛) + (1/𝑅𝐿) 𝑛𝑢(𝑛)

where RF = 12 RL = 56

Also take inverse Z-transform of computed X(z) and verify the result on page as well as in MATLAB.


1
Expert's answer
2021-02-23T16:10:01-0500
G=tf([2 16 44 56 32],[3 3 -15 18 -12]);
[b,a]=tfdata(G,'v');
[z,p,k]=tf2zpk(b,a);

Obtained result

z =

-4.0000 + 0.0000i
-2.0000 + 0.0000i
-1.0000 + 1.0000i
-1.0000 - 1.0000i

>> p

p =

-3.2361 + 0.0000i
1.2361 + 0.0000i
0.5000 + 0.8660i
0.5000 - 0.8660i

>> k

k =

0.6667

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS