Feeds
已回答
Matlab R2016b
t=0:0.1:10 alpha=2 ramp=alpha*t % Your input signal model=tf(1,[1 20 3]); % Your transfer function [y,t]=lsim(mod...
Matlab R2016b
t=0:0.1:10 alpha=2 ramp=alpha*t % Your input signal model=tf(1,[1 20 3]); % Your transfer function [y,t]=lsim(mod...
6 years 前 | 0
