阶跃函数延时7s再求z变换,怎么用matlab表示
你好,可以这样做(如有帮助还麻烦题主给个采纳支持一下呢):
syms x f = heaviside(x-7);%阶跃函数延时7s zf = ztrans(f,x) %求z变换
结果:
zf = (1/(x - 1) + 1/2)/x^7