代码搜索:Tracking
找到约 2,832 项符合「Tracking」的源代码
代码结果 2,832
www.eeworm.com/read/236814/13998218
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/112652/15480284
cpp demo12_6.cpp
// DEMO12_6.CPP - pattern demo with tracking instruction
// to compile make sure to include DDRAW.LIB, DSOUND.LIB,
// DINPUT.LIB, WINMM.LIB, and of course
// T3DLIB1.CPP,T3DLIB2.CPP,T3DLIB3.CPP,
www.eeworm.com/read/261520/11640121
cpp demo12_2_16b.cpp
// DEMO12_2_16b.CPP - tracking demo
// 16-bit version
// to compile make sure to include DDRAW.LIB, DSOUND.LIB,
// DINPUT.LIB, WINMM.LIB, and of course
// T3DLIB1.CPP,T3DLIB2.CPP,T3DLIB3.CPP,
www.eeworm.com/read/250285/12416362
cpp demo12~2.cpp
// DEMO12_2_16b.CPP - tracking demo
// 16-bit version
// to compile make sure to include DDRAW.LIB, DSOUND.LIB,
// DINPUT.LIB, WINMM.LIB, and of course
// T3DLIB1.CPP,T3DLIB2.CPP,T3DLIB3.CPP,
www.eeworm.com/read/131890/14121962
cpp demo12_2_16b.cpp
// DEMO12_2_16b.CPP - tracking demo
// 16-bit version
// to compile make sure to include DDRAW.LIB, DSOUND.LIB,
// DINPUT.LIB, WINMM.LIB, and of course
// T3DLIB1.CPP,T3DLIB2.CPP,T3DLIB3.CPP,
www.eeworm.com/read/122711/14672300
cpp demo12_2_16b.cpp
// DEMO12_2_16b.CPP - tracking demo
// 16-bit version
// to compile make sure to include DDRAW.LIB, DSOUND.LIB,
// DINPUT.LIB, WINMM.LIB, and of course
// T3DLIB1.CPP,T3DLIB2.CPP,T3DLIB3.CPP,
www.eeworm.com/read/324209/13279087
m dts.m
function [phia,gammaa,L1,L2]=dts(phi,gamma,c,zroots1,zroots2);
%DTS Digital tracking system design.
% [phia,gammaa,L1,L2]=dts(phi,gamma,c,zroots1,zroots2) designs a
% full-state feedback digital tr
www.eeworm.com/read/16978/705951
h icetek_empc.h
#define mpt_getInput_h
#define MPT_NR 245
#define MPT_NX 3
#define MPT_NU 6
#define MPT_NY 3
#define MPT_NXT 3
#define MPT_NREF 0
#define MPT_TS 1.000000
#define MPT_DUMODE 0
#define MPT_TRACKING 0
#
www.eeworm.com/read/167185/5462254
1 ptrack.1
.\" @(#)ptrack.1 1.2 5/12/86
.TH PTRACK 1\-SPS "5/12/86"
.ds ]W "\fI\s+4\ze\h'0.05'e\s-4\v'-0.4m'\fP\(*p\v'0.4m'\ Entropic Processing, Inc.
.SH NAME
ptrack \- Performs pulse-to-pulse pitch tracking
.
www.eeworm.com/read/334423/12603071
m bot702hangji.m
%%%%本程序得到的是Beyond the kalman filter:particle filters for tracking
%%%%applications 中的 figure 6.2(图像几乎一致,只是仿真数据与书中给出的略有点变化
%%%%因为按书中数据根本得不到此图,所以做了相应改动 )
clear
T=1;N=5000;
A=[1 0 T 0
0 1