如题所述
直接拿个例子来说吧。
传递函数为:
在Matlab中表示为:
>> s=tf('s')
G=2*exp(-3*s)/(13*s+1)
运行结果:
Transfer function:
s
2
exp(-3*s) * --------
13 s + 1