Welcome![Sign In][Sign Up]
Location:
Search - radar tracking kalman

Search list

[matlabKalmanFilterProgram

Description: 目标跟踪问题的应用背景是雷达数据处理,即雷达在搜索到目标并记录目标的位置数据, 对测量到的目标位置数据(称为点迹)进行处理,自动形成航迹,并对目标在下一时刻的位置进行预测。 ben文简要讨论了用Kalman滤波方法对单个目标航迹进行预测,并借助于Matlab仿真工具,对实验的效果进行评估。 trajectory.m产生理论的航迹,并绘出 Kalman_filter.m 利用Kalman滤波算法,对目标的航迹进行估计 filter_result.m kalman滤波估计的结果,以及估计误差的均值和标准差曲线-target tracking application context radar data processing, radar in search of the goals and objectives of the record location data, for the measurement of target location data (known as trace points), automatic track, as well as the next target location for the moment forecast. Ben paper with a brief discussion of Kalman filtering method to a single target track forecast and using Matlab tool for experimental evaluation of effectiveness. Trajectory.m have theoretical track, and draws Kalman_filter.m using Kalman filtering algorithm, the target track estimated filter_result.m Kalman filtering results, and the estimated error of the mean and standard deviation of curve
Platform: | Size: 121856 | Author: 郭春吉 | Hits:

[SCMkalmanfiler

Description: 卡尔曼滤波C程序 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。 对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制, 传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理, 例如头脸识别,图像分割,图像边缘检测等等。-Kalman filtering C program Kalman filter is an "optimal recursive da ta processing algorithm (since the handover optimization algorithm for data processing). " For most of the solution, he is the best, most efficient, if not the most useful. He has the broad application of more than 30 years, including robot navigation, control, sensor data fusion even in the military aspects of the radar system and missile tracking, and so on. In recent years, it has been used in computer image processing, such as humans recognition, image segmentation, image edge detection, and so on.
Platform: | Size: 1024 | Author: 于军相 | Hits:

[SCMextendkalman

Description: 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。 对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制, 传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理, 例如头脸识别,图像分割,图像边缘检测等等。-Kalman filter is an "optimal recursive data proces sing algorithm (since the handover optimization algorithm for data processing). " For most of the solution, he is the best, most efficient, if not the most useful. He has the broad application of more than 30 years, including robot navigation, control, sensor data fusion even in the military aspects of the radar system and missile tracking, and so on. In recent years, it has been used in computer image processing, such as humans recognition, image segmentation, image edge detection, and so on.
Platform: | Size: 1024 | Author: 于军相 | Hits:

[MultiLanguagekalmanfiler11

Description: 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。 对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制, 传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理, 例如头脸识别,图像分割,图像边缘检测等等。-Kalman filter is an "optimal recursive data proces sing algorithm (since the handover optimization algorithm for data processing). " For most of the solution, he is the best, most efficient, if not the most useful. He has the broad application of more than 30 years, including robot navigation, control, sensor data fusion even in the military aspects of the radar system and missile tracking, and so on. In recent years, it has been used in computer image processing, such as humans recognition, image segmentation, image edge detection, and so on.
Platform: | Size: 1024 | Author: 于军相 | Hits:

[Otherzizuokalman

Description: 卡尔曼在目标跟踪中的应用本文对作匀速运动的二维空中机动目标进行研究,利用交互式多模型方法对雷达目标进行跟踪-target tracking in the application of this uniform motion for the two-dimensional aerial maneuvers goals, use of interactive multi-model approach to tracking radar targets
Platform: | Size: 10240 | Author: zhangyun | Hits:

[transportation applicationskalmanfiltertotrackingsimulink

Description: 些程序是一个雷达跟踪一目标的仿真图形,可实现kalman滤波的估计轨迹与真实轨迹的误差,并分别可绘出X,Y方向的跟踪误差,对初学都来说,是一个非常好的学习例子-These procedures is one goal of a radar tracking simulation graphics, can be realized kalman filter estimated trajectory with the true trajectory error, and can be mapped, respectively, X, Y direction of the tracking error for both novice, it is a very good learning examples
Platform: | Size: 1024 | Author: 张海涛 | Hits:

[matlabkalmanRadar

Description: 一个利用matlab做的雷达跟踪的kalman滤波的源程序-Using matlab to do a radar tracking of the kalman filter source code
Platform: | Size: 3072 | Author: sdfs | Hits:

[Mathimatics-Numerical algorithmszuiyou

Description: 用一观测器从t=1秒开始对一个运动目标的距离进行连续地跟踪测量,假设观测的间隔为一秒钟,雷达到运动目标之间的距离为S(t)(1) 统计特性的初值为 (2)观测误差是与和均不相关的白噪声序列,并且有 (3)观测数据存放在附加的文件中(单位:m)。 要求:分析上述对象,建立系统模型,构造卡尔曼滤波器,编程计算,求: (1) 距离S(t)的最佳估计及估计误差, (2) 距离S(t-5)的最佳平滑及估计误差, (3) 距离S(t+5)的最佳预测及估计误差, (4) 对结果进行分析讨论。 -By one observer from the t = 1 PST on a moving target tracking for distance measurement, assuming that the observation interval is one second, the radar that the distance between the moving target for the S (t) (1) the statistical characteristics of the initial condition (2) observational error is not associated with white noise sequence, and (3) observational data stored in the attached document (unit: m). Requirements: Analysis of the above-mentioned object, the establishment of the system model, constructed Kalman filter, programming terms, seeking: (1) distance from S (t) the best estimate and the estimation error, (2) distance from S (t-5) the most good smoothing and estimation error, (3) distance from S (t+ 5) the best prediction and estimation error, (4) the results analyzed and discussed.
Platform: | Size: 2048 | Author: 裴海波 | Hits:

[Software Engineeringleidajidongmubiaogengzhong

Description: 雷达机动目标跟踪滤波算法的研究 希望对大家有用-Radar Maneuvering Target Tracking Filter Algorithm everyone wishes to be useful
Platform: | Size: 5869568 | Author: 杨波 | Hits:

[Mathimatics-Numerical algorithmskalman_intro_chinese

Description: 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制,传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理,例如头脸识别,图像分割,图像边缘检测等等。-Kalman filter is an " optimal recursive data processing algorithm (optimal autoregressive data-processing algorithm)." To address the very most of the questions, he is the best, most efficient, if not the most useful. He has been widely used for more than 30 years, including robot navigation, control, sensor data fusion and even in military radar systems and missile tracking and so on. Recent years been applied to computer image processing, such as头脸recognition, image segmentation, image edge detection and so on.
Platform: | Size: 570368 | Author: 曲晓川 | Hits:

[matlabKalmanFilter

Description: 卡尔曼滤波在目标跟踪中应用仿真研究 源代码-Kalman Filter in Target Tracking Application Simulation source code
Platform: | Size: 29696 | Author: cgdg3 | Hits:

[Otherradt

Description: Tracking targets with radar is an important step in ensuring safety in such endeavors as air travel or military operations. To account for inherent inaccuracies in raw radar measurements of position, and to obtain accurate velocity data, we implemented an algorithm called the Kalman Filter. The resulting track data was used, in conjunction with algebraic and trigonometric methods, to simulate target interception and collision prevention. Our system led an interceptor aircraft to its target and warned pilots of a potential collision, proving the effectiveness of our filter.
Platform: | Size: 320512 | Author: Nadir | Hits:

[Otherloop-gainKalmanfiltersourcecodepackage

Description: 自己编写的一个循环增益卡尔曼滤波程序包,用于对机动目标进行检测和跟踪的滤波算法,给出目标数学模型和噪声模型,仿真后给出平均观测误差。程序里相应位置有标有注释。供做雷达机动目标检测和跟踪方面研究的人员参考。-I have written a loop-gain Kalman filter package, used for maneuvering target detection and tracking of the filter algorithm, given objective mathematical model and noise model of simulation, the average observation error is given. Procedures in place are marked with the corresponding notes. Do radar for maneuvering target detection and tracking studies for reference.
Platform: | Size: 12288 | Author: 王宗鑫 | Hits:

[Applicationsmedfilt

Description: 目标跟踪问题的应用背景是雷达数据处理,即雷达在搜索到目标并记录目标的位置数据, 对测量到的目标位置数据(称为点迹)进行处理,自动形成航迹,并对目标在下一时刻的位置进行预测。 下文简要讨论了用Kalman滤波方法对单个目标航迹进行预测,并借助于Matlab仿真工具,对实验的效果进行评估。 里面包括三个源程序,和一份实验报告,里面有算法的详细分析和情景假设。-Application of target tracking radar data processing background, that is the search radar to the target and record the location of the object data to the target location of the measurement data (referred to as Plot) for processing, automatic track formation, and the target in the next time to predict the location. Briefly discussed below, using Kalman filtering to predict a single target track, and the help of Matlab simulation tools, experimental results for evaluation. Which consists of three source code, and a test report, which has a detailed analysis of the algorithm and the scenario assumptions.
Platform: | Size: 122880 | Author: 石志强 | Hits:

[OpenGL programTargetTracking

Description: 目标跟踪系统的仿真模拟程序,用C语言实现了常用目标跟踪算法kalman滤波,并使用OpenGL模拟了多种机动目标运动模型,完成了雷达跟踪仿真的图形化显示-Target tracking system simulation program, using C language to achieve a common target tracking kalman filter, and uses OpenGL to simulate a variety of maneuvering target model, the simulation of radar tracking graphical display
Platform: | Size: 3871744 | Author: jpj | Hits:

[matlabRadar_KalmanIMM6

Description: kalman for radar tracking
Platform: | Size: 2048 | Author: milad | Hits:

[matlabktfkalman

Description: 这是用扩展kalman进行雷达跟踪的程序,从仿真结果看,该跟踪效果良好-Extended kalman radar tracking program, from the simulation results, the good results of the tracking
Platform: | Size: 1024 | Author: pizicai | Hits:

[OtherIMM-Kalman-filter--simulation

Description: 结合雷达跟踪的空中目标的实际情况,针对目标运动模型中的线性运动和非线性运动,分别设计了两种模型,并用马尔科夫状态转移矩阵实现IMM算法。最后对交互多模型卡尔曼滤波算法进行了Matlab仿真及结果分析。-Combined with radar tracking air targets, for linear and non-linear movement of target motion model, two models were designed and used a Markov state transition matrix IMM algorithm. Finally, the interacting multiple model Kalman filter algorithm Matlab simulation and results analysis.
Platform: | Size: 25600 | Author: 王延飞 | Hits:

[Other systemstarget-tracking-radar

Description: 下面是利用卡尔曼滤波的方法,实现雷达对目标的跟踪:一目标沿水平方向运动,起始位置为(-2000米,1000米),运动速度为15米/秒,扫描周期T=2秒, 米,采用蒙特卡洛方法对跟踪滤波器进行仿真,仿真次数为100次。-Below is the use of Kalman filtering method, to achieve the target tracking radar. Parameter :: a target in a horizontal direction, the starting position (2000m, 1000m), the motion speed of 15 m/s, the scan period T = 2 seconds, rice, Monte Carlo method using the tracking filter simulation, simulation 100 times.
Platform: | Size: 4096 | Author: Allen Wang | Hits:

[GUI DevelopRadar

Description: 本程序介绍了卡尔曼滤波器在雷达跟踪问题上的应用。通过对雷达测得的距离及方位角参数的估计和预测,较好地实现了雷达对目标的跟踪,说明卡尔曼滤波器在自主或协助导航领域中具有重要的现实意义。-This procedure describes the radar tracking Kalman filter in question on the application. Measured by radar distance and azimuth parameter estimation and forecasting, to better achieve the target tracking radar, indicating the Kalman filter in autonomous or assisted navigation has important practical significance.
Platform: | Size: 2048 | Author: Rambowu | Hits:
« 12 3 »

CodeBus www.codebus.net