problem in z transform
Mostrar comentarios más antiguos
not getting true answer
syms n z
F=(2^n)*heaviside(n);
ZT=ztrans(F)
>> ZT = 2/(z - 2) + 1/2
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre z-transforms en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!