numc=[1];denc=[1 1 0];
Ts=[0.1,0.5,1,2];
for i=1:length(Ts)
x=Ts(i);
t=20/Ts(i)
[numd,dend]=c2dm(numc,denc,x,'zoh');
[numl,denl]=cloop(numd,dend,-1);
dstep(numl,denl,t);
hold on
end
[num,den]=cloop(numc,denc,-1);
step(num,den)
无论如何改变采样周期t,画出的都是以1为采样间隔的
-
一周热门 更多>