匀速直线运动Swerling 0型目标的检测与跟踪我要分享

Detection and tracking of Swerling 0 target with uniform linear motion

匀速直线运动 噪声幅度 高斯分布 正态分布 Swerling

关注次数: 595

下载次数: 0

文件大小: 8.85 KB

代码分类: 音频处理

开发平台: matlab

下载需要积分: 8积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

1,产生一个100X100的噪声数据平面,每个单元的噪声幅度暂定为高斯分布(正态分布);

2,产生一个匀速直线运动的目标,目标的幅度是Swerling 0型;

3,将目标的幅度加入到噪声平面,目标位置的对应数据单元的幅度叠加目标的信号强度;

4,二维数据平面上做pfa=10。


English Description:

1. A 100x100 noise data plane is generated, and the noise amplitude of each unit is tentatively determined as Gaussian distribution (normal distribution);
2. Generate a uniform linear moving target with Swerling 0 amplitude;
3. The amplitude of the target is added to the noise plane, and the amplitude of the corresponding data unit of the target position superimposes the signal strength of the target;
4. PFA = 10 on the two-dimensional data plane.


代码预览

匀速直线运动Swerling 0型目标的检测与跟踪

gaosizaosheng.m

hangji.m

incomplete_gamma.m

kalman.m

main_2.m

marcumsq.m

swerling0_pd.m

swerling0_yunsu_kalman.m

threshold.m

yunsuzhixianyundong.m

相关推荐