www.pudn.com > PDA.rar   To Read all the content


[file head]:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>目标跟踪数据产生
> 作者 : 冯洋
> 日期 : 05-28-2007
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
clear all
close all
n=50; >采样次数
T=1; >T为采样间隔
MC_number=5; >monte carlos run times
target_position=[1500 500 1500 400]; >目标的起始位置和速度(km,km/s)
PDAF(target_position,n,T,MC_number)
... ...