代码搜索:Tracking
找到约 2,832 项符合「Tracking」的源代码
代码结果 2,832
www.eeworm.com/read/370521/9597828
m tracking_demo.m
% Make a point move in the 2D plane
% State = (x y xdot ydot). We only observe (x y).
% This code was used to generate Figure 15.9 of "Artificial Intelligence: a Modern Approach",
% Russell and Norvi
www.eeworm.com/read/269493/11096771
m tracking_kalman.m
%Kalman Filter
clc
clear
T=1%雷达扫描周期
num=100;%滤波次数
al=1/120;%机动频率常数
amax=100;%m/s^2
amax1=-100;
%********************产生真实轨迹************************
N1=10/T;
N2=20/T;
N3=30/T;
N4=4
www.eeworm.com/read/411667/11234398
m tracking_demo.m
% Make a point move in the 2D plane
% State = (x y xdot ydot). We only observe (x y).
% This code was used to generate Figure 15.9 of "Artificial Intelligence: a Modern Approach",
% Russell and Norvi
www.eeworm.com/read/147186/12579271
m tracking_demo.m
% Make a point move in the 2D plane
% State = (x y xdot ydot). We only observe (x y).
% This code was used to generate Figure 15.9 of "Artificial Intelligence: a Modern Approach",
% Russell and Norvi
www.eeworm.com/read/202577/15378223
m tracking_demo.m
% Make a point move in the 2D plane
% State = (x y xdot ydot). We only observe (x y).
% This code was used to generate Figure 17.9 of "Artificial Intelligence: a Modern Approach",
% Russell and Norvi
www.eeworm.com/read/289300/8560659
pdf carrier and code tracking.pdf
www.eeworm.com/read/372119/9520954
pdf multitarget tracking in clutter.pdf
www.eeworm.com/read/371786/9536946
m target_tracking_simulation.m
function varargout = Target_Tracking_Simulation(varargin)
% TARGET_TRACKING_SIMULATION M-file for Target_Tracking_Simulation.fig
% TARGET_TRACKING_SIMULATION, by itself, creates a new TARGET_TRAC
www.eeworm.com/read/371786/9536948