代码搜索:C2DM
找到约 104 项符合「C2DM」的源代码
代码结果 104
www.eeworm.com/read/459244/7278305
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/331559/12821378
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/325882/13177919
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/322416/13380538
m vss control based on kalman filter.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/205941/15303532
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/8492966
m chap8_5.m
%Grey model prediction
clear all;
close all;
ts=0.001;
n=2;
I=eye(n);
N=n+3;
c=15;
Ce=[c 1];
a=25;b=133;
A1=[0 1;0 -a];
B1=[0;b];
C1=[25 0];
D1=[0];
[A,B,C,D]=c2dm(A1,B1,C1,D1,ts,'
www.eeworm.com/read/290246/8493261
m chap3_4.m
%Discrete Reaching Law VSS Control
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.5;-0.5];
r_1=0;r_2=0;
www.eeworm.com/read/290246/8493267
m chap3_2.m
clear all;
close all;
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 k=1:1:1000
tim
www.eeworm.com/read/165137/10075183
m chap3_4.m
%Discrete Reaching Law VSS Control
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.5;-0.5];
r_1=0;r_2=0;
www.eeworm.com/read/165137/10075193
m chap3_2.m
clear all;
close all;
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 k=1:1:1000
tim