problem in z transform
Show older comments
not getting true answer
syms n z
F=(2^n)*heaviside(n);
ZT=ztrans(F)
>> ZT = 2/(z - 2) + 1/2
Accepted Answer
More Answers (0)
Categories
Find more on z-transforms in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!