Question

Please find the following in Matlab 1.The sequence x [ n ] = 1/(2^n) , 0...

Please find the following in Matlab

1.The sequence x [ n ] = 1/(2^n) , 0 ≤ n ≤ 5. Calculate the z-transform of it.

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

SOURCE CODE:

X=0; %initializing X with 0
for n=0:5 %for loop upto 0<=n<=5
%calculating z-transforming of the sequence
X=X+(1/power(2,n))*sym('Z')^(-n);
end
disp(X); %displaying z-transforming of the sequence

CODE SCREENSHOT:

OUTPUT:

Add a comment
Know the answer?
Add Answer to:
Please find the following in Matlab 1.The sequence x [ n ] = 1/(2^n) , 0...
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
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