| Symbolic Math Toolbox™ | |
F = ztrans(f)
F = ztrans(f,w)
F = ztrans(f,k,w)
F = ztrans(f) is the z-transform of the scalar symbol f with default independent variable n. The default return is a function of z.
![]()
The z-transform of f is defined as
![]()
where n is f's symbolic variable as determined by findsym. If f = f(z), then ztrans(f) returns a function of w.
F = F(w)
F = ztrans(f,w) makes F a function of the symbol w instead of the default z.
![]()
F = ztrans(f,k,w) takes f to be a function of the symbolic variable k.
![]()
Z-Transform | MATLAB Operation |
|---|---|
f(n) = n4
| syms n returns |
g(z) = az
| returns |
f(n) = sin(an)
| returns |
![]() | zeta |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |