代码搜索:pid控制

找到约 10,000 项符合「pid控制」的源代码

代码结果 10,000
www.eeworm.com/read/320130/13432636

m chap2_8.m

%PID Controler (2001/9/6) close all; ts=0.25; sys=tf(1,[10,2,0]); dsys=c2d(sys,ts,'z'); [num,den]=tfdata(dsys,'v'); u_1=0;u_2=0; y_1=0;y_2=0; x=[0,0,0]'; error_1=0; for k=1:1:1000
www.eeworm.com/read/320130/13432671

m chap1_20.m

%PID Controler with Partial differential clear all; close all; ts=20; sys=tf([1],[60,1],'inputdelay',80); dsys=c2d(sys,ts,'zoh'); [num,den]=tfdata(dsys,'v'); u_1=0;u_2=0;u_3=0;u_4=0;u_5=0;
www.eeworm.com/read/318488/13477553

m writeanalyzehdr.m

function [result]=WriteAnalyzeHdr(name,dim,siz,pre,lim,scale,offset,origin,descr), % Writes the analyze header file % % [result]=WriteAnalyzeHdr(name,dim,siz,pre,lim,scale,offset,origin[,descr])
www.eeworm.com/read/318075/13488834

m chap1_12.m

%PID Controler with Partial differential clear all; close all; ts=20; sys=tf([1],[60,1],'inputdelay',80); dsys=c2d(sys,ts,'zoh'); [num,den]=tfdata(dsys,'v'); u_1=0;u_2=0;u_3=0;u_4=0;u_5=0;
www.eeworm.com/read/316319/13524811

html ppp.html

www.eeworm.com/read/315157/13550016

org- 77169.org-

╭═══════════════╮ ║ 华夏黑客同盟 ║ ╭══════┤ http://www.77169.com ├══════╮ ║ ║ http://www.77169.org ║ ║
www.eeworm.com/read/315069/13552941

m 123.m

% PID corrector w=1:10000; Ti=0.01; Td=0.01; K=10; C=K*(1+Td*j*w+1./(Ti*j*w)); figure(1); loglog(w,abs(C)); title(’PID corrector modulus’); xlabel(’Frequency in rad/s’); ylabel(’Modulus’
www.eeworm.com/read/315013/13553903

m chap7_4.m

clear all; close all; nl_pid0=[0 0 0]; options=[1 0.01 0.01]; nl_pid=lsqnonlin('chap7_4f1',nl_pid0,options)
www.eeworm.com/read/315013/13553966

m chap2_8.m

%PID Controler (2001/9/6) close all; ts=0.25; sys=tf(1,[10,2,0]); dsys=c2d(sys,ts,'z'); [num,den]=tfdata(dsys,'v'); u_1=0;u_2=0; y_1=0;y_2=0; x=[0,0,0]'; error_1=0; for k=1:1:1000
www.eeworm.com/read/315013/13554004

m chap1_20.m

%PID Controler with Partial differential clear all; close all; ts=20; sys=tf([1],[60,1],'inputdelay',80); dsys=c2d(sys,ts,'zoh'); [num,den]=tfdata(dsys,'v'); u_1=0;u_2=0;u_3=0;u_4=0;u_5=0;