代码搜索:C2DM
找到约 104 项符合「C2DM」的源代码
代码结果 104
www.eeworm.com/read/205941/15303538
m chap3_5int.m
clear all;
close all;
a=25;b=133;
T=0.001;
A1=[0,1;0,-a];
B1=[0;b];
C1=[1,0];
D1=0;
[A,B,C,D]=c2dm(A1,B1,C1,D1,T,'z');
www.eeworm.com/read/360021/10111617
asv z.asv
clear all;
num=10;
den=[1,7,10];
ts=0.1;
i=[0:35];
time=i*ts;
[n_zoh,d_zoh]=c2dm(num,den,ts);
yc=step(num,den,time);
subplot(2,2,1)
plot(yc);
y_zoh=dstep(n_zoh,d_zoh,36);
[xx,yy]=stairs(tim
www.eeworm.com/read/360021/10111624
m z.m
clear all;
num=10;
den=[1,7,10];
ts=0.1;
i=[0:35];
time=i*ts;
[n_zoh,d_zoh]=c2dm(num,den,ts);
yc=step(num,den,time);
subplot(2,2,1);
plot(yc);
y_zoh=dstep(n_zoh,d_zoh,36);
[xx,yy]=stairs(ti
www.eeworm.com/read/467806/7001615
m chapter5_26.m
num=10; den=[1,7,10]; ts=0.1; i=[0:35]; time=i*ts;
[n_zoh,d_zoh]=c2dm(num,den,ts);
yc=step(num,den,time);
y_zoh=dstep(n_zoh,d_zoh,36);
[xx,yy]=stairs(time,y_zoh);
figure;hold on; plot(time,y
www.eeworm.com/read/284778/7074289
m chapter5_26.m
num=10; den=[1,7,10]; ts=0.1; i=[0:35]; time=i*ts;
[n_zoh,d_zoh]=c2dm(num,den,ts);
yc=step(num,den,time);
y_zoh=dstep(n_zoh,d_zoh,36);
[xx,yy]=stairs(time,y_zoh);
figure;hold on; plot(time,y
www.eeworm.com/read/304061/13802186
m chapter5_26.m
num=10; den=[1,7,10]; ts=0.1; i=[0:35]; time=i*ts;
[n_zoh,d_zoh]=c2dm(num,den,ts);
yc=step(num,den,time);
y_zoh=dstep(n_zoh,d_zoh,36);
[xx,yy]=stairs(time,y_zoh);
figure;hold on; plot(time,y
www.eeworm.com/read/290793/8461588
m chap3_6.m
%Discrete Reaching Law VSS Control based on Kalman Filter
clear all;
close all;
a=25;b=133;
ts=0.001;
A1=[0,1;0,-a];
B1=[0;b];
C1=[1,0];
D1=0;
[A,B,C,D]=c2dm(A1,B1,C1,D1,ts,'z');
x=[-0
www.eeworm.com/read/290246/8493258
m chap3_6.m
%Discrete Reaching Law VSS Control based on Kalman Filter
clear all;
close all;
a=25;b=133;
ts=0.001;
A1=[0,1;0,-a];
B1=[0;b];
C1=[1,0];
D1=0;
[A,B,C,D]=c2dm(A1,B1,C1,D1,ts,'z');
x=[-0
www.eeworm.com/read/165137/10075181
m chap3_6.m
%Discrete Reaching Law VSS Control based on Kalman Filter
clear all;
close all;
a=25;b=133;
ts=0.001;
A1=[0,1;0,-a];
B1=[0;b];
C1=[1,0];
D1=0;
[A,B,C,D]=c2dm(A1,B1,C1,D1,ts,'z');
x=[-0
www.eeworm.com/read/165137/10075190
asv chap3_2.asv
clear all;
close all;
J=;
Ki=;
B=;
a=25;b=133;
A1=[0,1;0,-a];
B1=[0;b];
C1=[1,0];
D1=0;
ts=0.001;
[A,B,C,D]=c2dm(A1,B1,C1,D1,ts,'z');
c=20;
Ce=[c,1];
x=[0.5;0.5];
ts=0.001;
for