代码搜索:Calculating

找到约 1,772 项符合「Calculating」的源代码

代码结果 1,772
www.eeworm.com/read/388422/8610414

m chap5_3f.m

function [Kpidi,BsJ]=pid_gaf(Kpidi,BsJ) global rin yout timef ts=0.001; sys=tf(400,[1,50,0]); dsys=c2d(sys,ts,'z'); [num,den]=tfdata(dsys,'v'); rin=1.0; u_1=0.0;u_2=0.0; y_1=0.0;y_2=0.0;
www.eeworm.com/read/388422/8610449

m chap6_5.m

%DRNN Tunning PID Controler for coupling plant clear all; close all; u1_1=0.0;u1_2=0.0;u1_3=0.0; u2_1=0.0;u2_2=0.0;u2_3=0.0; y1_1=0;y2_1=0; wd1=rands(7,1); wo1=rands(7,1); wi1=rands(3,7);
www.eeworm.com/read/388422/8610917

m chap4_10.m

%Adaptive PID control based on Fuzzy RBF Identification clear all; close all; xite=0.20; alfa=0.02; c0=0.65*ones(2,5); b0=0.30*ones(5,1); w0=[0.5632 0.2176 0.5049 0.5533 -0.506
www.eeworm.com/read/388422/8610947

m chap3_1.m

%Expert PID Controller clear all; close all; ts=0.001; sys=tf(5.235e005,[1,87.35,1.047e004,0]); dsys=c2d(sys,ts,'z'); [num,den]=tfdata(dsys,'v'); u_1=0.0;u_2=0.0;u_3=0.0; y_1=0;y_2=0;y_3=0
www.eeworm.com/read/388422/8611112

m chap1_10.m

%PID Controller clear all; close all; ts=0.001; sys=tf(5.235e005,[1,87.35,1.047e004,0]); dsys=c2d(sys,ts,'z'); [num,den]=tfdata(dsys,'v'); u_1=0.0;u_2=0.0;u_3=0.0; r_1=rand; y_1=0;y_2=0;y
www.eeworm.com/read/429242/8814230

m mfcc.m

function v= mfcc(s,fs) % s: No of points % fs: Sampling rate %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Speaker Recognition System % %
www.eeworm.com/read/284777/8899797

m chapter10_1.m

%Expert PID Controller clear all; close all; ts=0.001; sys=tf(5.235e005,[1,87.35,1.047e004,0]); dsys=c2d(sys,ts,'z'); [num,den]=tfdata(dsys,'v'); u_1=0.0;u_2=0.0;u_3=0.0; y_1=0;y_2=0;y_3=0
www.eeworm.com/read/382938/8989730

m chap1_5.m

%PID Controller clear all; close all; ts=0.001; sys=tf(5.235e005,[1,87.35,1.047e004,0]); dsys=c2d(sys,ts,'z'); [num,den]=tfdata(dsys,'v'); u_1=0.0;u_2=0.0;u_3=0.0; r_1=rand; y_1=0;y_2=0;y
www.eeworm.com/read/381337/9097354

m expertcontroll.m

%Expert PID Controller clear all; close all; ts=0.001; sys=tf(5.235e005,[1,87.35,1.047e004,0]); dsys=c2d(sys,ts,'z'); [num,den]=tfdata(dsys,'v'); u_1=0.0;u_2=0.0;u_3=0.0; y_1=0;y_2=0;y_3=0
www.eeworm.com/read/378004/9254213

m simon_two_stage.m

%TITLE: SIMON'S TWO STAGE DESIGN% %SOURCE OF FORMULA: P17, CHAPTER 4, STA 526:CLINICAL DESIGN% %DESCRIPTION OF SIMON's Two Stage Design:% %SIMON's two stage design is used to evaluate the act