| Symbolic Math Toolbox™ | ![]() |
f = iztrans(F)
f = iztrans(F,k)
f = iztrans(F,w,k)
f = iztrans(F) is the inverse z-transform of the scalar symbolic object F with default independent variable z. The default return is a function of n.
![]()
where R is a positive number chosen so that the function F(z) is analytic on and outside the circle |z| = R.
If F = F(n), iztrans returns a function of k.
f = f(k)
f = iztrans(F,k) makes f a function of k instead of the default n. Here k is a scalar symbolic object.
f = iztrans(F,w,k) takes F to be a function of w instead of the default findsym(F) and returns a function of k.
![]()
Inverse Z-Transform | MATLAB Operation |
|---|---|
= n2n | syms z returns 2^n + 2^n*(n - 1) |
= –1k | syms n returns |
= ak if a ≠ 0 | syms z a k returns |
![]() | inv | jacobian | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |