用MATLAB反Z 变换

F(z)=1/(z-e(α))反Z变换...
2026年09月20日 21:36
有1个网友回答
网友(1):

syms k z a;
F=1/(z-exp(a))
f=iztrans(F,z,k)