Welcome![Sign In][Sign Up]
Location:
Search - IMM

Search list

[matlabfinal

Description: IMM滤波的 matlab程序,这对于很多做机动目标跟踪和 金融预测的人来说很好的东西-IMM filter matlab program, which is to do a lot of maneuvering target tracking and financial forecasts for good things
Platform: | Size: 59392 | Author: zourf | Hits:

[matlabekfukf_1_2

Description: kalman滤波,扩展的kalman滤波(EKF),unscented Kalman filter(UKF),基于EKF和UKF混合模型的IMM实现,以及配套的Rauch-Tung-Striebel和two-filter平滑工具,一个很好用的框架-kalman filtering, extended kalman filter (EKF), unscented Kalman filter (UKF), based on the EKF and UKF realize mixed-model IMM as well as ancillary Rauch-Tung-Striebel and two-filter smoothing tool, a very good framework to use
Platform: | Size: 125952 | Author: 丰子扬 | Hits:

[matlabIMM-MATALBVC

Description: kalman滤波程序,Matlab编写的程序-kalman filtering procedures, Matlab preparation procedures
Platform: | Size: 130048 | Author: zmf | Hits:

[Graph programimm_face_db.tar

Description: IMM FACE DATABASE 对研究人脸表情识别的朋友们很有用哦-IMM FACE DATABASE research Facial Expression Recognition friends useful Oh
Platform: | Size: 27353088 | Author: 刘秋菊 | Hits:

[Otherthe_comparision_of_imm_algorithm

Description: 雷达数据处理的重要模型算法之一,该代码对imm算法的不同参数下进行了详细的仿真。-Radar Data Processing, one of the important model algorithm, the code imm algorithm under different parameters of the simulation in detail.
Platform: | Size: 8192 | Author: | Hits:

[transportation applicationsIMM

Description: 机动目标跟踪,交互式多模型算法,“当前”统计模型-Maneuvering target tracking, interacting multiple model algorithm, " current" statistical model
Platform: | Size: 2048 | Author: 苏霞 | Hits:

[matlabIMM

Description: 机动目标跟踪的交互式多模型自适应滤波算法的程序设计代码 单传感器方位角和高低角-Maneuvering target tracking interactive multi-model adaptive filtering algorithm programming code
Platform: | Size: 5120 | Author: mengxue | Hits:

[matlabmulti_object

Description: matlab编写的多目标处理程序,里面包括IMM,JPDA等各种算法,对于学习信息融合的同学肯定有帮助-matlab prepared to deal with multi-objective process, which include IMM, JPDA, such as a variety of algorithms, information fusion for the study will certainly help the students
Platform: | Size: 122880 | Author: huangfei | Hits:

[Mathimatics-Numerical algorithmsrun_tracker.m

Description: A multi-target tracking toolbox based on the MTT Library of the InstantVision ISE with expanded functionality and tools for off-line design, analysis and testing. The toolbox contains the implementation of distance calculation methods (e.g. city-block based), data assignment and association strategies (e.g. ENN and JVC), state prediction filters (e.g. IMM) with video marking and debugging tools in order to support a complex multi-target tracking system design.
Platform: | Size: 1024 | Author: Aka | Hits:

[OtherIMM

Description: 用于机动目标跟踪的交互式多模型算法完整实现程序,无BUG-For maneuvering target tracking interactive multiple model algorithm for the full realization of program, no BUG
Platform: | Size: 1024 | Author: 汪俊 | Hits:

[OtherLocation_Tracking

Description: 单传感器对目标的定位跟踪。包括基于CA和IMM模型的EKF和UKF算法。-Single sensor on the target' s location tracking. Including those based on CA and the IMM algorithm model EKF and UKF.
Platform: | Size: 35840 | Author: lisiqi | Hits:

[matlabIMM

Description: 交互式多模型算法卡尔曼滤波仿真代码,程序中采用了两个模型-Interacting multiple model Kalman filter algorithm simulation code, the program uses two models
Platform: | Size: 2048 | Author: star308 | Hits:

[VHDL-FPGA-VerilogPIPE_LINING_CPU_TEAM_24

Description: 采用Quatus II编译环境,使用Verilog HDL语言编写实现了五段流水线CPU。 能够完成以下二十二条指令(均不考虑虚拟地址和Cache,并且默认为小端方式): add rd,rs,rt addu rd,rs,rt addi rt,rs,imm addiu rt,rs,imm sub rd,rs,rt subu rd,rs,rt nor rd,rs,rt xori rt,rs,imm clo rd,rs clz rd,rs slt rd,rs,rt sltu rd,rs,rt slti rt,rs,imm sltiu rt,rs,imm sllv rd,rt,rs sra rd,rt,shamt blez rs,imm j target lwl rt,offset(base) lwl rt,offset(base) lw rt,imm(rs) sw rt,imm(rs) 在本设计中,采取非常良好的模块化编程风格,共分十三个主要模块PIPE_LINING_CPU_TEAM_24.v为顶层实体文件,对应为PIPE_LINING_CPU_TEAM_24模块作为顶层实体模块,如下: ifetch.v、regdec.v、exec.v、mem.v、wr.v分别实现五个流水段; cpuctr.v用于产生CPU控制信号; ALU.v用于对操作数进行相应指令的运算并输出结果; DM.v数据存储器 IM.v指令存储器 datareg.v数据寄存器堆 extender.v位扩展 yiwei_32bits.v 实现32位四种移位方式的移位器 在顶层实体中,调用ifetch.v、regdec.v、exec.v、mem.v、wr.v这五个模块就实现了流水线CPU。顶层模块的结构清晰明了。对于学习verilog编程非常有用- Quatus II compiled by the environment, using Verilog HDL language to achieve a five-stage pipeline CPU. To complete the following 22 commands (not considering the virtual address and Cache, and the default mode for the small end): add rd, rs, rt addu rd, rs, rt addi rt, rs, imm addiu rt, rs, imm sub rd, rs, rt subu rd, rs, rt nor rd, rs, rt xori rt, rs, imm clo rd, rs clz rd, rs slt rd, rs, rt sltu rd, rs, rt slti rt, rs, imm sltiu rt, rs, imm sllv rd, rt, rs sra rd, rt, shamt blez rs, imm j target lwl rt, offset (base) lwl rt, offset (base) lw rt, imm (rs) sw rt, imm (rs) In this design, take a very good modular programming style, is divided into 13 main modules PIPE_LINING_CPU_TEAM_24.v for the top-level entity file, the corresponding module as a top-level entity for the PIPE_LINING_CPU_TEAM_24 modules, as follows: ifetch.v, regdec.v, exec.v, mem.v, wr.v water were to achieve the five paragraph cpuctr.v used to generate CPU control signal ALU.v accordingly
Platform: | Size: 4946944 | Author: | Hits:

[matlabmatlab-imm

Description: 交互多模型算法,用于目标跟踪等,是目前比较理想的算法之一-Interacting multiple model algorithm
Platform: | Size: 1024 | Author: 阿能 | Hits:

[matlabimm-kf

Description: Interactinf Multiple Model, Kalman Filter, Simulink
Platform: | Size: 431104 | Author: hooya | Hits:

[matlabekf_1_3_ukf_1_3

Description: 国外学者编写UKF、EKF、IMM的matlab源码和说明文档,注释清楚,条理性强。最新版本-The methods that are discussed in the current documentation are: Kalman filters and smoothers.Extended Kalman filters and smoothers Unscented Kalman filters and smoothers Interacting Multiple Model (IMM) filters and smoothers
Platform: | Size: 115712 | Author: xujian | Hits:

[OtherIMM_IME

Description: 基于IMM-IME输入法接口的实现方法,该文介绍了IMM-IME 的构成部件、工作原理及输入法编辑器的具体实现步骤。-input method implement based on IMM-IME
Platform: | Size: 226304 | Author: 蔡衡毅 | Hits:

[matlabthetheoryofIMMandsimulation

Description: 详细介绍交互多模型算法原理,算法流程并附带模型仿真程序-Details IMM algorithm, the algorithm processes and procedures with model simulation
Platform: | Size: 2101248 | Author: xzp | Hits:

[matlabIMM

Description: matlab实现的一个交互式多模型算法程序,可以用于目标跟踪领域。-matlab implementation of an interactive multiple model algorithm program can be used for target tracking.
Platform: | Size: 1024 | Author: tangxianfeng | Hits:

[Graph Recognizeimm_face_db

Description: imm_face_db_zip是基于IMM的人脸数据库,里面的包含不同姿态的人脸:有正面人脸、左右分别倾斜30度的人脸及其相应的asf信息,对AAM的建模有着重要的作用。-imm_face_db_zip is based on the IMM Face Database, which contains the human face of different poses: a frontal face, tilted about 30 degrees, respectively, and their corresponding asf face information, AAM has an important role in the modeling.
Platform: | Size: 27259904 | Author: 郭涵 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 13 »

CodeBus www.codebus.net