搜索资源列表
kitty
- 一. 追踪模型 以(x , y)代表飞机的坐标,v代表飞机的速度;以(X ,Y)代表导弹的坐标,u代表导弹的速度。 由于导弹时刻指向飞机,故有 dY/dX=(y-Y)/(x-X) 记k=u/sqrt((y-Y)*(y-Y)+(x-X)*(x-X)) 则有 dY/dt=k(y-Y) dX/dt=k(x-X) 故有叠代方程 Y=Y+k*(y-Y)*dt X=X+k*(x-X)*dt (程序中以t代dt) 程序中第一个for循环代表发射导弹打飞机,第二个
warplane
- 基于DirectX编写的一个飞机游戏源码,实现了导弹的跟踪,是学习C++ DX游戏编程的好例子!-prepared by an aircraft source games to achieve the missile tracking, learning C programming DX game a good example!
追踪C~1
- 一个用C语言编写的导弹打飞机的追踪问题的源程序以及所使用的轨迹算法WORD文档-a C language prepared by the aircraft missile tracking the source and path used by the algorithm WORD
TrackBulletplace
- 导弹跟踪飞机游戏,有兴趣的可以看看哦,如果还能进行改进的就更好啦-aircraft missile tracking games, are interested can look at, oh, if still much more to improve Well
kalmanfiler
- 卡尔曼滤波C程序 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。 对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制, 传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理, 例如头脸识别,图像分割,图像边缘检测等等。-Kalman filtering C program Kalman filter is
extendkalman
- 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。 对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制, 传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理, 例如头脸识别,图像分割,图像边缘检测等等。-Kalman filter is an "optimal recursive data pro
zyzd.rar
- 最优制导律反战术弹道导弹TBM弹道仿真,matlab编写。,Optimal Guidance Law TBM anti-tactical ballistic missile trajectory simulation, matlab prepared.
kalman_intro_chinese.rar
- 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制,传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理,例如头脸识别,图像分割,图像边缘检测等等。,Kalman filter is an " optimal recursive data processing
missleradarModel.rar
- 导弹识别,导弹辨识,初步的分类,在此基础上进行目标的跟踪,导弹的跟踪,Missile identification, missile identification, initial classification, based on this target tracking, missile tracking
daodan
- 这是导弹追踪问题的源代码,对于类似的题目(缉私)也适用-This is the question of the missile tracking the source code, for a similar topic (anti-) also applies to
REAL_TIME_MULTI_OBJECT_TRACKING_WITH_FEW_PARTICLE
- "REAL TIME MULTI OBJECT TRACKING WITH FEW PARTICLES" This is a paper about tracking by particle filter. This is very useful.
Three-pointmethodLaunchVehicleTrackingSystem
- 三点法跟踪运载火箭系统跟踪目标弹作匀速直线运动,拦截弹做匀速率运动。里面微分方程是用欧拉法求解的,为了提高精确度,改成四阶龙格库塔法-Tracking system to track the target missile launch vehicle for uniform linear motion, interceptor uniform rate of movement to do. Which is Euler' s method for solving differential
Proportional navigation method
- 用比例导引法进行拦截弹针对机动目标的弹道仿真,仿真是基于三维模型。-Proportional navigation method used to intercept ballistic missile targets for motor simulation, simulation is based on three-dimensional model.
VB_3D_ENGEIN
- 一个高手用纯VB编程打造的极速3D游戏引擎,没有采用DirectX加速技术以及OpenGL技术,本程序非常流畅的模拟了用热跟踪导弹拦截UFO的情景。-A master speed 3D game engine programming to create pure VB does not use DirectX acceleration technology, and OpenGL, the process is very smooth to simulate the thermal tracki
Missile-tracking-airplane
- Missile adjust its direction to track the airplane-Including files: 1.matlab source code 2.vedio demo
missile-system
- 一个flashMX脚本写的导弹打击敌机的模拟系统,画面优秀,两种定位追踪算法,欢迎大家改进和指正-An flashMX scr ipt written missile combat simulation system, the picture is excellent, tracking algorithm for two kinds of localization, we welcome the improvements and.
Since-the-missile-torpedo-Road
- 鱼雷自导弹道,在行进中跟踪目标并击中目标的动态图-Since the missile torpedo Road,Tracking targets in the road and hit the target dynamic map
EKF
- 追踪导弹的EKF仿真模拟有误差分析跟轨迹模拟-Error analysis and trajectory simulation of EKF simulation for tracking missile
simulink-missile-6dof
- 6自由度导弹追踪法的matlab例子,简单可修改。-The matlab procedure for 6 dof missile by back tracking method.
Missile-tracking
- 这是一个最为经典的用SIMULINK进行导弹追踪,且命中目标的设计方案,可作为此类设计的一个典型案例。-This is the most classic a missile tracking and SIMULINK design scheme and shot on target, such design can be used as a typical case.