Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - imm
Search - imm - List
DL : 0

Update : 2024-05-07 Size : 3326 Publisher :

拼音输入法 tm.txt =>输入法原始编码表例子 码表即字典:应按小=>大排序 bm.zip =>输入法码表建立源程序 ime.zip=>IME输入法源程序 tminstall.zip=>安装输入法源程序 imm.h multimon.h winhtml.zip=>VC下的HTML编译库 请将imm.h和multimon.h拷贝到vc++下的include目录下 用户应在readmb函数中加入自己的码表读取功能 -Source code of Chinese PinYin input method.
Update : 2008-10-13 Size : 159067 Publisher : king

DL : 0
c program
Update : 2008-10-13 Size : 3639 Publisher : 罗华

是本人编写的目标跟踪仿真程序(MATLAB),其中包含Imm算法,欢迎指教!-target tracking simulation program (MATLAB), which includes Imm algorithm, welcome improve!
Update : 2008-10-13 Size : 8365 Publisher : 郭春吉

Gis行业中常有数据需要由汉字转拼音的需求,本程序就是针对TAB数据进行字段中的汉字转换.mapinfo数据的处理是基于MAPX5.0,拼音提取是利用IMM直取微软拼音3.0的字库,有词组处理\\多音字处理功能,并对提取的拼音进行大小写\\拼音符号处理等功能.本程序是不可多得的学习代码!
Update : 2008-10-13 Size : 3573622 Publisher : 周炜

本程序为交互式多模型算法,提供IMM跟踪功能-the procedures for the interactive multi-model algorithm, IMM tracking function
Update : 2008-10-13 Size : 2065 Publisher : zhang

DL : 0
卡尔曼的滤波跟踪程序,成功实现了最小二乘法的跟踪和IMM跟踪。-Kalman filter tracking procedures, the successful implementation of the least squares method of tracking and tracking IMM.
Update : 2008-10-13 Size : 8438 Publisher : 无梦

DL : 3
文件夹中NPFMain.m为滤波算法主运行程序,CRLBCompute.m为计算CRLB并且画出CRLB、NPF、EKF/IMM-EKF滤波误差(均值和均方差)曲线。-folder NPFMain.m filtering algorithm for the main operating procedures, CRLBCompute.m estimator to calculate and paint estimator, NPF, EKF / IMM - EKF filter error (mean and variance) curve.
Update : 2008-10-13 Size : 52599 Publisher : 赵辉

根据二维空间内目标作匀速直线运动和匀速圆周运动的特点,在建立目标运动模型和观测模型的基础上采用基于交互多模算法(IMM)的卡尔曼滤波器对机动目标进行跟踪。仿真结果表明,该算法不仅能够对匀速直线运动和匀速圆周运动的目标进行跟踪,而且在运动模型发生变化时,滤波误差也比较小。 关键词:卡尔曼滤波器;目标跟踪;机动;交互多模(IMM) -two-dimensional space under target for uniform linear motion and uniform circular motion characteristics, the establishment of the target model and observations on the basis of the model based on interactive multi-algorithm (IMM) Kalman Filter right track moving targets. Simulation results show that the method can not only on uniform linear movement and the uniform circular motion of the target tracking, and the campaign model change, the filter error is relatively small. Keywords : Kalman filter; Target tracking; Mobility; Interactive multi-mode (IMM)
Update : 2008-10-13 Size : 60263 Publisher : zhangfei

机动目标的跟踪问题一直是人们研究的重点,实现机动目标精确跟踪,首要解决的问题就是使所建立的目标运动模型与实际的目标运动模型匹配。目前常用的有多模型(MM),交互式多模型(IMM),切换模型等。多模型方法就是对一组具有不同机动模型分别进行Kalman滤波,最终的参数估计是各滤波器估计值的加权和;在多模型基础上,Shalom提出了交互式多模型方法,这一方法对无序目标的机动检测,显示了更好的鲁棒性和跟踪的稳定性;切换模型则是分别建立机动和非机动运动模型,利用机动检测实现在这两个模型之间的切换。一般来说,交互式多模型的跟踪性能较好。-mobile target tracking problem has been a focus of research and achieve precise maneuvering target tracking, the most pressing issue is to enable the establishment of the target model and the actual movement of the target model matching. At present, more commonly used model (MM), interactive multi-model (IMM), switching model. Multi-model approach is a group of different mobile models were Kalman filtering, The final parameter is the estimated value of the filter is estimated weighted; in the multi-model basis, Shalom made the interactive multi-model approach that the objectives of the motor disorder detection, better show the robustness and stability of the track; switching model is set up motorized and non-motorized sports model, the use of mobile testing to achieve in this model between
Update : 2008-10-13 Size : 207760 Publisher : zhangfei

DL : 0
采用多模方式的卡尔曼滤波程序,仿真对运动目标的跟踪
Update : 2008-10-13 Size : 2038 Publisher : liu

DL : 1
//以前一直没有注意到一个问题,就是用键盘钩子截获字符输入时是截不到特殊字符的,比方说中文输入法之类的. //后来用到了消息钩子去HOOK WM_IME_CHAR,这时候大部分已经能够获取了,但是对于其他一些程序,比方说 //WORD之类的也就不能截获了.后来到MSDN上查到, 要用到WM_IME_COMPOSITION消息,并且在处理该消息 //时要用到IMM的一些库函数从输入法数据区中获取.比方说ImmGetContext,ImmGetCompositionString等等.
Update : 2008-10-13 Size : 2010 Publisher : lypdl

Other1111
DL : 0
基于卡尔曼滤波的道路目标检测与跟踪研究,采用交互多模(IMM)算法
Update : 2008-10-13 Size : 115847 Publisher : 袁辉

DL : 0
说明: tm.txt =>输入法原始编码表例子 码表即字典:应按小=>大排序 bm.zip =>输入法码表建立源程序 ime.zip=>IME输入法源程序 tminstall.zip=>安装输入法源程序 imm.h multimon.h winhtml.zip=>VC下的HTML编译库 请将imm.h和multimon.h拷贝到vc++下的include目录下 用户应在readmb函数中加入自己的码表读取功能
Update : 2008-10-13 Size : 8948 Publisher : kuangxue

DL : 2
基于无源时差定位系统的机动目标跟踪IMM算法
Update : 2008-10-13 Size : 4025 Publisher : 刘停

DL : 0
变结构的IMM算法---自适应模型集转换的IMM算法(AGIMM)
Update : 2008-10-13 Size : 3032 Publisher : 刘停

DL : 0
平滑IMM算法,用于机动目标的跟踪,并与常用的IMM滤波估计算法进行了比较
Update : 2008-10-13 Size : 3749 Publisher : 刘停

DL : 1
在TDOA定位系统中,利用平滑的IMM算法对机动目标进行被动跟踪
Update : 2008-10-13 Size : 3793 Publisher : 刘停

DL : 0
可运行的多模型卡尔曼滤波的目标跟踪matlab程序(Target tracking matlab program for multi model Calman filtering)
Update : 2024-05-07 Size : 3072 Publisher : 再努力努力

NNDA;PDA;JPDA;IMM数据关联算法matlab代码((NNDA PDA JPDA IMM Data association algorithm matlab code))
Update : 2024-05-07 Size : 32768 Publisher : xiaokou123
« 1 2 3 4 5 67 8 9 10 11 12 13 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.