代码搜索:Tracking
找到约 2,832 项符合「Tracking」的源代码
代码结果 2,832
www.eeworm.com/read/205941/15303340
m chap9_2plot.m
close all;
figure(1);
plot(t,r(:,1),'r',t,x(:,1),'b');
xlabel('time(s)');ylabel('Position tracking of x11');
figure(2);
plot(t,u(:,1),'r');
xlabel('time(s)');ylabel('control 1');
figure(3);
www.eeworm.com/read/205941/15303377
m chap5_6plot.m
close all;
figure(1);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('Position tracking');
figure(2);
plot(t,u(:,1),'r');
xlabel('time(s)');ylabel('Control input');
figure(3);
www.eeworm.com/read/205941/15303502
m chap4_6plot.m
close all;
figure(1);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('Position tracking');
figure(2);
plot(t,u(:,1),'r');
xlabel('time(s)');ylabel('Control input');
figure(3);
www.eeworm.com/read/205941/15303521
m chap4_7plot.m
close all;
figure(1);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('Position tracking');
figure(2);
plot(t,u(:,1),'r');
xlabel('time(s)');ylabel('Control input');
figure(3);
www.eeworm.com/read/413618/11149559
m findpreambles-trial.m
function [firstSubFrame, activeChnList] = findPreambles(trackResults, ...
settings)
% findPreambles finds the first preamble occurrence in the
www.eeworm.com/read/147424/12552737
c curs9.c
/*************************************************************************/
/* */
/* Copyright (c) 1997 - 1999 Accelerat
www.eeworm.com/read/147391/5730150
ddl complexdatabase.ddl
-----------------------------------------------------------------------
-- Drop old table and sequence
-----------------------------------------------------------------------
drop table RECORDING
www.eeworm.com/read/227464/14424162
cc peopletracker.cc
//////////////////////////////////////////////////////////////////////////////
// //
// PeopleTracker.cc --- The master Peo
www.eeworm.com/read/467621/7005953
pdf tracking of time varying mobile radio channels part1.pdf
www.eeworm.com/read/459671/7268952
m sync_acquisition_tracking_algo2_dab_receiver_nctu.m
clear all;
close all;
clc;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Program to generate the parameter h values
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
h=zeros(4,32);
h(1,2)=2;
h(1,7:8)=1