problem in z transform
Ältere Kommentare anzeigen
not getting true answer
syms n z
F=(2^n)*heaviside(n);
ZT=ztrans(F)
>> ZT = 2/(z - 2) + 1/2
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu z-transforms finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!