代码搜索:precise
找到约 541 项符合「precise」的源代码
代码结果 541
www.eeworm.com/read/388422/8610865
m chap2_5.m
%Big Delay PID Control with Smith Algorithm
clear all;close all;
Ts=20;
%Delay plant
kp=1;
Tp=60;
tol=80;
sys=tf([kp],[Tp,1],'inputdelay',tol);
dsys=c2d(sys,Ts,'zoh');
[num,den]=tfdata(dsys
www.eeworm.com/read/382939/8989683
m chap2_4.m
%Big Delay PID Control with Smith Algorithm
clear all;close all;
Ts=20;
%Delay plant
kp=1;
Tp=60;
tol=80;
sys=tf([kp],[Tp,1],'inputdelay',tol);
dsys=c2d(sys,Ts,'zoh');
[num,den]=tfdata(dsys
www.eeworm.com/read/377814/9262015
m chap2_5.m
%Big Delay PID Control with Smith Algorithm
clear all;close all;
Ts=20;
%Delay plant
kp=1;
Tp=60;
tol=80;
sys=tf([kp],[Tp,1],'inputdelay',tol);
dsys=c2d(sys,Ts,'zoh');
[num,den]=tfdata(dsys
www.eeworm.com/read/179061/9375547
m chap2_5.m
%Big Delay PID Control with Smith Algorithm
clear all;close all;
Ts=20;
%Delay plant
kp=1;
Tp=60;
tol=80;
sys=tf([kp],[Tp,1],'inputdelay',tol);
dsys=c2d(sys,Ts,'zoh');
[num,den]=tfdata(dsys
www.eeworm.com/read/374911/9379194
m smithcontrol.m
%Big Delay PID Control with Smith Algorithm
clear all;close all;
Ts=20;
%Delay plant
kp=1;
Tp=60;
tol=80;
sys=tf([kp],[Tp,1],'inputdelay',tol);
dsys=c2d(sys,Ts,'zoh');
[num,den]=tfdata(dsys
www.eeworm.com/read/178344/9407047
m chap2_4.m
%Big Delay PID Control with Smith Algorithm
clear all;close all;
Ts=20;
%Delay plant
kp=1;
Tp=60;
tol=80;
sys=tf([kp],[Tp,1],'inputdelay',tol);
dsys=c2d(sys,Ts,'zoh');
[num,den]=tfdata(dsys
www.eeworm.com/read/371917/9531094
m chap2_5.m
%Big Delay PID Control with Smith Algorithm
clear all;close all;
Ts=20;
%Delay plant
kp=1;
Tp=60;
tol=80;
sys=tf([kp],[Tp,1],'inputdelay',tol);
dsys=c2d(sys,Ts,'zoh');
[num,den]=tfdata(dsys
www.eeworm.com/read/362593/9989638
m chap2_4.m
%Big Delay PID Control with Smith Algorithm
clear all;close all;
Ts=20;
%Delay plant
kp=1;
Tp=60;
tol=80;
sys=tf([kp],[Tp,1],'inputdelay',tol);
dsys=c2d(sys,Ts,'zoh');
[num,den]=tfdata(dsys
www.eeworm.com/read/163199/10171064
m chap2_5.m
%Big Delay PID Control with Smith Algorithm
clear all;close all;
Ts=20;
%Delay plant
kp=1;
Tp=60;
tol=80;
sys=tf([kp],[Tp,1],'inputdelay',tol);
dsys=c2d(sys,Ts,'zoh');
[num,den]=tfdata(dsys
www.eeworm.com/read/163160/10172783
m chap2_5.m
%Big Delay PID Control with Smith Algorithm
clear all;close all;
Ts=20;
%Delay plant
kp=1;
Tp=60;
tol=80;
sys=tf([kp],[Tp,1],'inputdelay',tol);
dsys=c2d(sys,Ts,'zoh');
[num,den]=tfdata(dsys