代码搜索:Tracking
找到约 2,832 项符合「Tracking」的源代码
代码结果 2,832
www.eeworm.com/read/425675/10337555
txt readme.txt
SSD PLANE TRACKING
==================
Those are a set of matlab functions for the tracking of a planar patch
using direct grey levels information (a.k.a. SSD).
We hage implemented the Hager a
www.eeworm.com/read/354334/10363404
m chap7_16.m
%Adaptive Robust Control Based on PD Term
clear all;
close all;
global S
ts=0.001;
TimeSet=[0:ts:60];
a0=30;
a1=20;
b=50;
Am=[0,1;-a0,-a1];
eig(Am)
%Q=[20,0;0,20];
Q=[20,10;10,20];
www.eeworm.com/read/354326/10364419
m chap9_1.m
%PID Control based on Lugre friction model
clear all;
close all;
ts=0.001;
u_1=0;
qq=zeros(3,1);
for k=1:1:15000
time(k)=k*ts;
rin(k)=0.05*sin(0.1*2*pi*k*ts);
drin(k)=0.05*0.1*2*pi*co
www.eeworm.com/read/352095/10582761
plg cbgseg.plg
Build Log
--------------------Configuration: CBGSeg - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI
www.eeworm.com/read/351997/10589176
c scan if main.c
//*****************************************************************************
//
// MSP-FET430P140 FET Board equipped with MSP430FW42x, with daughtercard
// equipped with two GMR sensors
//
www.eeworm.com/read/273090/10927830
m chap10_1plot.m
close all;
figure(1);
plot(t,e,'r');
xlabel('time(s)');ylabel('error');
figure(2);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('position tracking');
figure(3);
plot(t,dy(:,
www.eeworm.com/read/273090/10927833
m chap10_3plot.m
close all;
figure(1);
plot(t,e,'r');
xlabel('time(s)');ylabel('error');
figure(2);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('position tracking');
figure(3);
plot(t,dy(:,
www.eeworm.com/read/273090/10927963
m chap9_1.m
%PID Control based on Lugre friction model
clear all;
close all;
ts=0.001;
u_1=0;
qq=zeros(3,1);
for k=1:1:15000
time(k)=k*ts;
rin(k)=0.05*sin(0.1*2*pi*k*ts);
drin(k)=0.05*0.1*2*pi*co
www.eeworm.com/read/273090/10927971
m chap9_4plot.m
close all;
figure(1);
plot(t,y(:,1),'k',t,y(:,2),'k');
xlabel('time(s)');ylabel('Position tracking');
figure(2);
plot(Ff(:,1),Ff(:,2),'k');
xlabel('Angle speed');ylabel('Friction force');