代码搜索:Tracking
找到约 2,832 项符合「Tracking」的源代码
代码结果 2,832
www.eeworm.com/read/416411/11030911
m chap1_25.m
%PID Controler for Square Tracking with Filtered Signal
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=
www.eeworm.com/read/469779/6927165
m chap1_25.m
%PID Controler for Square Tracking with Filtered Signal
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=
www.eeworm.com/read/467593/7005699
m chap1_25.m
%PID Controler for Square Tracking with Filtered Signal
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=
www.eeworm.com/read/460712/7105534
m chap4_12plot.m
close all;
figure(1);
subplot(211);
plot(t,q1(:,1),'r',t,q1(:,2),'b');
xlabel('time(s)');ylabel('position tracking of link 1');
subplot(212);
plot(t,q2(:,1),'r',t,q2(:,2),'b');
xlabel('time(s)'
www.eeworm.com/read/460712/7106010
m chap3_11plot.m
close all;
figure(1);
subplot(211);
plot(t,x1(:,1),'r',t,x1(:,2),'b');
xlabel('time(s)');ylabel('position tracking of link 1');
subplot(212);
plot(t,x2(:,1),'r',t,x2(:,2),'b');
xlabel('time(s
www.eeworm.com/read/448977/7114808
m delay_ekf_non_line.m
function [] =non_line()
%
steps=60;
T0=1;
T=zeros(1,steps);
x=zeros(7,steps);
vt=120;
vc=200;
a=50/180*pi;% target tracking angel
mm=2;
for mon=1:mm^2
x(1:4,1)=[20,vt*cos(a),90,vt*sin(a)]';
www.eeworm.com/read/449038/7519854
m chap1_25.m
%PID Controler for Square Tracking with Filtered Signal
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=
www.eeworm.com/read/444331/7613895
m chap1_25.m
%PID Controler for Square Tracking with Filtered Signal
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=
www.eeworm.com/read/442757/7645425
m chap1_25.m
%PID Controler for Square Tracking with Filtered Signal
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=
www.eeworm.com/read/439850/7700853
m chap1_25.m
%PID Controler for Square Tracking with Filtered Signal
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=