搜索资源列表
KalmanFilterProgram
- 目标跟踪问题的应用背景是雷达数据处理,即雷达在搜索到目标并记录目标的位置数据, 对测量到的目标位置数据(称为点迹)进行处理,自动形成航迹,并对目标在下一时刻的位置进行预测。 ben文简要讨论了用Kalman滤波方法对单个目标航迹进行预测,并借助于Matlab仿真工具,对实验的效果进行评估。 trajectory.m产生理论的航迹,并绘出 Kalman_filter.m 利用Kalman滤波算法,对目标的航迹进行估计 filter_result.m kalman滤波估计的
kalman_intro_chinese.rar
- 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制,传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理,例如头脸识别,图像分割,图像边缘检测等等。,Kalman filter is an " optimal recursive data processing
clutter.rar
- 基于Matlab的 GUI的集成软件,功能包括: 1、海杂波模型仿真和统计分析(瑞利、韦伯、对数和K分布SIRP和ZMNL法); 2、海杂波/波导参数估计(海杂波、多径和波导参数和雷达探测性能估计); 3、实测海杂波数据统计分析。,Matlab' s GUI-based integrated software, features include: 1, sea clutter model simulation and statistical analysis (Rayleigh,
CA-CFAR
- 高频雷达目标检测单元平均恒虚警方法(仿真数据)-The average high-frequency radar target detection unit constant false Police Act (simulation data)
matlab
- 实现毫米波雷达与红外雷达的数据融合算法研究多传感器数据融合算法-The realization of millimeter-wave radar and infrared radar data fusion algorithm for multi-sensor data fusion algorithm
ld
- 吐血奉献雷达数据处理中GPS转大地坐标系源程序,用到的是椭球映射方法,某装备研究所使用-Radar Data Processing blood sacrifice to the earth in the GPS source coordinate system, ellipsoid used is a mapping method, a research institute the use of equipment
ex9_14
- ex9_14 雷达的恒虚警处理(CFAR)。在雷达的数据中有很多的杂波,会造成虚警。所以我们必须进行处理,这里我们采用了慢门处理和快门处理,并且对处理后的结果进行比较-ex9_14 radar CFAR processing (CFAR). The radar data have a lot of clutter, this will result in false alarms. Therefore, we must deal with, here we have adopted a slow
InSARdata
- 干涉合成孔径雷达(InSAR)数据:ERS获取的某山地的相干幅度和干涉相位数据,格式为matlab的mat格式-Interferometric synthetic aperture radar (InSAR) data: ERS access to a mountain range and interference in the coherent phase data, the format for the mat format matlab
EKF_filter
- 经典的EFK雷达测量模型 构造数据为雷达采样数据,距离、俯仰角、方向角。 假设目标匀速直线运动,CV模型 状态变量用x,y,z,以及各自的导数 -EFK classic measurements of radar data for modeling radar sampling data, distance, pitch angle, direction angle. Goal of uniform linear motion assumption, CV model with
radar
- 三角波雷达仿真程序,已经雷达数据处理初级模型-Triangle wave radar simulation program has been the primary model for radar data processing
matlabcodeofleida
- 这是数模比赛里面的多雷达多目标数据融合代码,希望对大家有用-This is the Multi-radar data fusion multi-target code of Mathematical Model Competition,Hope to be useful~
fitting
- 程序实现了最小二乘方法实现的二阶多项式拟合算法,并含有原始雷达数据和运行结果-Procedures implemented to achieve a least squares second order polynomial fitting algorithm, and contains the original radar data and operation results
Radar-Signal-Processing
- 程序才有matlab开发,主要功能为实现合成孔径雷达的数据处理。-Have a matlab program development, the main function for the realization of synthetic aperture radar data processing.
Radar-Signal-Processing
- 该程序采用matlab开发,主要功能为实现合成孔径雷达的数据处理-The program developed using matlab, the main function for the realization of synthetic aperture radar data processing
IPIX-radar-data-for-matlab
- 网上提供的IPIX雷达数据导入matlab中用作算法验证等用途,包含了导入程序和IPIX雷达数据下载地址-Provide online of radar data import IPIX of the matlab algorithm is used for verification purposes, including import procedures and IPIX radar data download address
radar
- 通过读取.dat雷达数据进行测距。包括fft、椭圆滤波器等(Range finding by reading.Dat radar data. Including FFT, elliptical filter and so on)
《雷达系统设计matlab仿真》
- 雷达系统设计matlab仿真的资料和一些例程。(Radar system design matlab simulation data)
卡尔曼滤波程序及MATLAB仿真
- 利用扩展卡尔曼滤波实现对雷达数据的处理,平滑雷达数据(Radar data processing is realized by extended Calman filtering and radar data is smoothed)
radar
- 主要用于读名仕达公司SA雷达基数据,可以读取反射率、径向速度和谱宽(read SA radar base data)
RadarCube
- %这个程序使用来自 %阵列系统工具箱。此程序显示两个示例: %一个雷达数据立方体,有一个单一的目标,一个8元素的均匀线性 %阵列,每个雷达脉冲1000个样本,32个脉冲 %2-一个雷达数据立方体,有20个目标,121个单元阵列安装在 %球面,每脉冲20k个样品,32个脉冲 %在这两种情况下,程序分为两个部分。第一节 %定义并初始化构建雷达数据立方体所需的对象, %第二节运行模拟回路产生脉冲,移动 %目标,将脉冲从目标反射回雷达, %收集接收到的信号并构建数据立方体。(% Th