Symbolic Math Toolbox | ![]() ![]() |
Syntax
F = ztrans(f) F = ztrans(f,w) F = ztrans(f,k,w)
Description
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
.
f
is defined as
n
is f
's symbolic variable as determined by findsym
. If f = f(z)
, then ztrans(f)
returns a function of 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
.
Examples
See Also
fourier
, iztrans
, laplace
![]() | zeta | Compatibility Guide | ![]() |