搜索资源列表

  1. 一步一步实现MFC扩展DLL中导出类和对话框

    0下载:
  2. 如果要编写模块化的软件,就要对对动态链接库(DLL)有一定的了解,本人这段时间在修改以前的软件时,决定把重复用的类和对话框做到DLL中,下面就从一个简单的例子讲起,如何实现MFC扩展DLL中导出类和对话框。-If you want to make you software module, you should make sense of DLL. Modifying my previous software these days, I
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:19456
    • 提供者:
  1. jm10.1

    0下载:
  2. 新一代视频压缩协议H.264的最新测试代码,为extended profile编写,包含baseline profile和main profile-The new code of new s generation video compress protocol H.264,for extended profile,include baseline profile and main profile
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2024-05-10
    • 文件大小:955392
    • 提供者:超群
  1. ekf_example

    0下载:
  2. 本程序是用matlab开发的扩展Kalman Filter-this procedure is used Matlab development of the extended Kalman Filter
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:sun
  1. ExtendedKalmanFilter

    0下载:
  2. 这是学习扩展卡尔曼滤波算法的很好的一个程序。-this study is extended Kalman Filter algorithm of a very good process.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:14336
    • 提供者:陈圣
  1. 05040031

    0下载:
  2. 文件包含有5项内容: 一、扩展卡尔曼滤波EKF 二、去偏转换卡尔曼滤波CMKF 三、最小二乘拟和的方法 四、最小二乘、EKF、CMKF的比较 五、野值剔除算法 用MATLAB实现了这些具体算法和要求 -document contains five elements : an extended Kalman Filter EKF two, Partial conversion to CMKF three Kal
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:226304
    • 提供者:jiji
  1. ekfslam_v2.0

    0下载:
  2. 利用MATLAB建立扩展卡尔曼滤波器进行扫描滤波-using MATLAB establishment extended Kalman filter for filtering scanning
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:25600
    • 提供者:季节
  1. number_theory_c++

    0下载:
  2. 数论算法库 C++ 语言实现 代码内容 数论算法库,包括以下算法: 欧几里德算法求a,b的最大公倍数 扩展的欧几里德算法,求出gcd(a,b)和满足gcd(a,b)=ax+by的整数x和y 求解模线性方程 ax ≡ b (mod n) 其中n>0 求解模线性方程组(中国余数定理) 模取幂运算 计算a^b mod n (a,b可能很大) Miller-Rabin随机性素数测试算法 -
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:9216
    • 提供者:henry
  1. rm13_awgn

    0下载:
  2. Simulation of RM(1,3), equivalent to the (8,4,4) extended Hamming code. Soft-decision decoding performed by the Green machine-Simulation of RM (1,3). equivalent to the (8,4, 4) extended Hamming code. Soft-decision deco
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:里海
  1. iekfpf_demos

    0下载:
  2. 基于扩展卡尔曼滤波器的粒子滤波器源程序The iterated extended kalman particle filter-based on extended Kalman Filter The particle filter iterated extend source ed Tracking particle filter
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:10240
    • 提供者:liushan
  1. kalman-simulation

    0下载:
  2. The purpose of this paper is to provide a practical introduction to the discrete Kalman filter. This introduction includes a descr iption and some discussion of the basic discrete Kalman filter, a derivation, descr i
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:221184
    • 提供者:上将
  1. KALAMN

    0下载:
  2. 一种扩展卡尔曼滤波算法源程序 简单易懂 功能强大-an extended Kalman filter algorithm source code is simple to understand the powerful
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:6144
    • 提供者:张相爱
  1. upf_demos.tar

    0下载:
  2. % PURPOSE : Demonstrate the differences between the following filters on the same problem: % % 1) Extended Kalman Filter (EKF) % 2) Unscented Kalman Filter (UKF) % 3) Particle Filter (PF) % 4) PF with EKF
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:29696
    • 提供者:Lin
  1. bayes_demo

    0下载:
  2. 目标跟踪的扩展卡尔曼滤波算法主函数的文件是:kal_demo.m 近似网格滤波的主函数文件是:bayes_demo.m 近似网格滤波划分网格的方法是:以目标上一个时刻的位置作为中心进行网格的划分,每个网格大小为1,总的区域为5*5 改进后算法的主函数文件是:trackiing_demo.m-Target tracking extended Kalman filter algorithm is the
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:138240
    • 提供者:Lin
  1. particlefilter

    0下载:
  2. 几个粒子滤波的粒子。包括普通的粒子滤波和基于扩展卡尔曼滤波器的粒子滤波器源程序。-Several particle filter particles. Including ordinary particle filtering and extended Kalman filter-based particle filter source.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:10240
    • 提供者:gaosw
  1. yilei

    0下载:
  2. 基于2D和红外的异类传感器的数据融合算法,滤波器选用EKF扩展卡尔曼滤波-Based on the heterogeneous 2D and infrared sensor data fusion algorithm, filter selection EKF extended Kalman filter
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:lgvee
  1. matlab_utilities

    0下载:
  2. This a collection of MATLAB functions for extended Kalman filtering, unscented Kalman filtering, particle filtering, and miscellaneous other things. These utilities are designed for reuse and I have found them very usefu
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:39936
    • 提供者:赵浩
  1. 93317429ekf_example

    0下载:
  2. ekf扩展卡尔曼滤波,效果比较好extended kalman filter-EKF extended Kalman filter, the effect is better extended kalman filter
  3. 所属分类:压缩解压

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:zb
  1. examples_NFT2

    0下载:
  2. 介绍了几个基于EKF扩展卡尔曼滤波的例子,可以帮助更好的理解扩展卡尔曼滤波-Introduced a few based on extended Kalman filter EKF example, can help a better understanding of extended Kalman filter
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:16384
    • 提供者:yueyang
  1. extended-kalman-filter

    0下载:
  2. The state space model is nonlinear and is input to the function along with the current measurement. The function performs the extended Kalman filter update and returns the estimated next state and error covariance
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:sofi
  1. TDOAAOA-positioning-location-and-tracking-extended

    0下载:
  2. TDOAAOA定位的扩展卡尔曼滤波定位跟踪算法Matlab源码-TDOAAOA positioning location and tracking extended Kalman filter algorithm for Matlab source code
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:黄兴
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org