CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 非线性滤波

搜索资源列表

  1. XyfModified

    0下载:
  2. 个人写的傅里叶非线性滤波去噪算法,包含傅里叶变化、逆变换等-Personal writing Fourier nonlinear filter denoising algorithms, including Fourier transform, inverse transform
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2558476
    • 提供者:欣然
  1. An_improved_ekf_new_methods

    0下载:
  2. 本文对于非线性非高斯问题,提出了一种改进扩展卡尔曼滤波(NIEKF)新方法。该方法将迭代滤波理论引入到扩展卡尔曼滤波器方法中,有效地重复利用新的测量信息,还利用Levenberg-Marquardt 方法调整预测协方差阵以保证算法具有全局收敛性。实验结果表明,所提方法具有更高的估计精度,是一种效率较高、性能较好的跟踪方法。-This non-Gaussian for nonlinear problems, an improved extended Kalman filter (NIEKF) th
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1528270
    • 提供者:李辉
  1. upf_demos

    0下载:
  2. 粒子滤波改进算法仿真比较,我觉得很好用,大家快下载,贝叶斯滤波适合非线性和非高斯环境,这种非线性统计理论很先进-Improved particle filtering algorithm for simulation and comparison, I feel useful, we quickly download, Bayesian filtering for nonlinear and non-Gaussian environment, which is very advanced sta
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:34783
    • 提供者:李文兵
  1. 6f0a0e5dc9a6

    0下载:
  2. EKF滤波器实现代码 有利于初学者了解非线性滤波变成-ekf filter
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:125619
    • 提供者:赵木
  1. ukf

    1下载:
  2. EKF仅仅利用了非线性函数Taylor展开式的一阶偏导部分(忽略高阶项),常常导致在状态的后验分布的估计上产生较大的误差,影响滤波算法的性能,从而影响整个跟踪系统的性能。最近,在自适应滤波领域又出现了新的算法——无味变换Kalman滤波器(Unscented Kalman Filter-UKF)。UKF的思想不同于EKF滤波,它通过设计少量的σ点,由σ点经由非线性函数的传播,计算出随机向量一、二阶统计特性的传播。因此它比EKF滤波能更好地迫近状态方程的非线性特性,从而比EKF滤波具有更高的估计精
  3. 所属分类:matlab

    • 发布日期:2015-04-09
    • 文件大小:130048
    • 提供者:zyz
  1. tma_ekf

    0下载:
  2. 扩展卡尔曼滤波算法是目前最常用的非线性滤波算法之一,其核心思想就是将非线性模型线性化后,然后采用标准的卡尔曼滤波算法进行迭代滤波,这是一种最基本的解决非线性滤波问题的方法,目前在目标跟踪领域得到了广泛的运用。-Extended Kalman filter is the most commonly used one of nonlinear filtering algorithm, the core idea is that the nonlinear model is linearized, a
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1153
    • 提供者:zyz
  1. ukf

    0下载:
  2. 无迹卡尔曼滤波UKF是重要的非线性滤波方法。它采用UT变换的方法,不再近似系统的非线性方程,它仍然用高斯随机变量表示状态分布,不过是用特定选择的样本点加以描述,每个点叫一个高斯点,它从系统状态的概率密度函数中取出;然后,按系统的真实模型演化,得到非线性演化后的σ点,使得样本均值和样本方差是真实均值和真实方差的好的近似。 在这个程序中,实现了基于UKF的滤波方法,并且建立了两种仿真环境进行实验。-Unscented Kalman filter UKF is an important nonli
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1152
    • 提供者:xiaoyu
  1. ekfukf

    0下载:
  2. 非线性滤波方法,主要包括EKF(扩展卡尔曼滤波)与UKF(无迹卡尔曼滤波),对于非线性状态、参数估计的学习有很大的帮助-Nonlinear filtering methods, including EKF (EKF) and UKF (unscented Kalman filter) for nonlinear state estimation is very helpful in learning
  3. 所属分类:3G develop

    • 发布日期:2017-03-27
    • 文件大小:729058
    • 提供者:夜思明
  1. Color_dirct_Diff

    0下载:
  2. 本程序用matlab语言实现了矢量图象的方向扩散,可对彩色图象进行非线性滤波。-The matlab language to implement the program with the direction of spread of vector graphics can be non-linear filtering of color images.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:971
    • 提供者:康田
  1. ekfukf_1_3

    0下载:
  2. 包括各种非线性滤波算法以及具体应用实例。-Optimal Filtering with Kalman Filters and Smoothers a Manualfor the Matlab toolboxEKF/UKF
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:152269
    • 提供者:jielianchang
  1. eq-design-demo

    0下载:
  2. 介绍了一种新的滤波方法,并给出了具体应用对象和理论分析,可以为非线性滤波研究提高新的方向-Introduces a new filtering method, and gives the specific application objects and theoretical analysis, nonlinear filter can improve the new direction of
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:8630
    • 提供者:jielianchang
  1. eq-article

    0下载:
  2. 该文献是非线性滤波领域重量级人物sarrka最新研究成果,可以为非线性滤波研究提供新的方向-The literature is a heavyweight in the field of nonlinear filtering sarrka latest research results, research for non-linear filtering new direction
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:581113
    • 提供者:jielianchang
  1. vb-akf-demo

    1下载:
  2. 给出了一种新的自适应非线性滤波历程,该方法计算量小而且使用方便-Presents a new adaptive nonlinear filtering process, the method is small and easy to use
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:20091
    • 提供者:jielianchang
  1. FuzzyRBF

    0下载:
  2. 这是我以前编写的RBF神经网络进行非线性滤波时的源程序 声明:不调用任何工具箱 请大家讨论指正!-rbf network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:8150
    • 提供者:一卡车
  1. kalman

    0下载:
  2. 实现 Kalman 非线性 滤波的简单程序-Kalman filtre no-linear
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1429
    • 提供者:wuxiaohong
  1. The-Iterated--Filter

    0下载:
  2. 国外的迭代非线性滤波,比UKF更为实用,以往对大家有帮助-the The Iterated Sigma Point Kalman Filter,is more efficient than UKF
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:342103
    • 提供者:吴旭
  1. PF

    1下载:
  2. 利用粒子滤波算法的对于非线性非高斯信号处理的优越性能,将之用于模态信号、振动信号去噪处理。-The particle filter algorithm for nonlinear non-Gaussian signal processing, superior performance, it is used for mode signal, vibration signal denoising.
  3. 所属分类:matlab

    • 发布日期:2016-03-16
    • 文件大小:1024
    • 提供者:武星
  1. UKF

    0下载:
  2. 本文 重 点 研究单目标跟踪中的三方面主要内容:一、非线性滤波 二、目标运动建模 三、各种探测条件下目标跟踪仿真实验。-This paper focuses on single target tracking in three areas: a nonlinear filtering , target motion modeling Third, a variety of detection under the conditions of the target tracking si
  3. 所属分类:software engineering

    • 发布日期:2017-11-22
    • 文件大小:1441991
    • 提供者:xuxin
  1. EKF

    0下载:
  2. 非线性滤波,扩展卡尔曼 滤波,能够有效的跟踪非线性情况的目标跟踪-EKF(expand kalman filter) for Nonlinear filtering,it is very helpful for you ! It can be used directly for you !
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:10309
    • 提供者:MichaelZgh
  1. Homomorphic-Analysis-of-Speech

    0下载:
  2. 在本文中,我们将提出一种分离语音组成部分的程序进行讨论。该程序是基于对非加性信号的非线性滤波的方法,也被称作广义线性滤波。- In this paper, a procedure for separating the components of speech is proposed and discussed. The procedure is based on an approach to nonlinear filtering of signals which have been n
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:627213
    • 提供者:李经纬
« 1 2 3 4 56 7 8 9 10 ... 23 »
搜珍网 www.dssz.com