代码搜索:C2DM

找到约 104 项符合「C2DM」的源代码

代码结果 104
www.eeworm.com/read/424063/10503662

m tsttrand.m

% Copyright (c) 1996 by The MathWorks, Inc. % $Revision: 1.1 $ $Date: 1996/04/01 19:50:27 $ T=[0:.1:100];T=T(:);U=rand(length(T),1)*2; num=10;den=[1,6,10]; [num1, den1]=c2dm(num,den
www.eeworm.com/read/313956/13578110

m tsttrand.m

% Copyright (c) 1996 by The MathWorks, Inc. % $Revision: 1.1 $ $Date: 1996/04/01 19:50:27 $ T=[0:.1:100];T=T(:);U=rand(length(T),1)*2; num=10;den=[1,6,10]; [num1, den1]=c2dm(num,den
www.eeworm.com/read/217397/14966606

m tsttrand.m

% Copyright (c) 1996 by The MathWorks, Inc. % $Revision: 1.1 $ $Date: 1996/04/01 19:50:27 $ T=[0:.1:100];T=T(:);U=rand(length(T),1)*2; num=10;den=[1,6,10]; [num1, den1]=c2dm(num,den
www.eeworm.com/read/147096/12586417

m tsttrand.m

% Copyright (c) 1996 by The MathWorks, Inc. % $Revision: 1.1 $ $Date: 1996/04/01 19:50:27 $ T=[0:.1:100];T=T(:);U=rand(length(T),1)*2; num=10;den=[1,6,10]; [num1, den1]=c2dm(num,den
www.eeworm.com/read/101557/15827338

m tsttrand.m

% Copyright (c) 1996 by The MathWorks, Inc. % $Revision: 1.1 $ $Date: 1996/04/01 19:50:27 $ T=[0:.1:100];T=T(:);U=rand(length(T),1)*2; num=10;den=[1,6,10]; [num1, den1]=c2dm(num,den
www.eeworm.com/read/377272/9284752

m dt2rbfdtnet.m

function main() K=1; T=10; Ts=2; ks=0.707; num=K; den=[T^2,2*ks*T,1]; G=tf(num,den) Gd=c2d(G,Ts) [numd,dend]=c2dm(num,den,Ts) alldatanum=1000; traindatanum=500; testdatanum=500; u=ran
www.eeworm.com/read/444653/7609552

m shiyan2net.m

clear all K=1; T=30; Ts=0.1; ks=0.707; num=K; den=[T^2,2*ks*T,1]; G=tf(num,den) Gd=c2d(G,0.1) [numd,dend]=c2dm(num,den,Ts) alldatanum=600; traindatanum=300; testdatanum=300; u=rands(1
www.eeworm.com/read/290898/8454797

m chap5_3.m

%Equivalent Discrete Sliding Mode Control based on RBF neural control clear all; close all; ts=0.001; a=25; b=133; A=[0,1;0,-a]; B=[0;b]; C=[1,0]; D=0; [A1,B1,C1,D1]=c2dm(A,B,C,D,ts,'z');
www.eeworm.com/read/290246/8492690

m chap5_3.m

%Equivalent Discrete Sliding Mode Control based on RBF neural control clear all; close all; ts=0.001; a=25; b=133; A=[0,1;0,-a]; B=[0;b]; C=[1,0]; D=0; [A1,B1,C1,D1]=c2dm(A,B,C,D,ts,'z');
www.eeworm.com/read/290246/8493273

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');