CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - nonlinear state estimation

搜索资源列表

  1. EMfor_neural_networks

    0下载:
  2. In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve recently derived, to train a two-layer perceptron, so as to classify medical data (kindly provided by Steve Roberts and Will Penny from EE, Imperial Co
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:198220
    • 提供者:晨间
  1. OSE_Code.rar

    1下载:
  2. 《Optimal State Estimation - Kalman, H Infinity, and Nonlinear Approaches》 一书的配套源码,包括了Kalman Filter、Hinf Filter、Particle Filter等的Matlab源码,《Optimal State Estimation- Kalman, H Infinity, and Nonlinear Approaches》source code,including Matlab code of Kalm
  3. 所属分类:Algorithm

    • 发布日期:2016-07-11
    • 文件大小:50188
    • 提供者:张留
  1. UKF.tar

    0下载:
  2. UKF for nonlinear system state and parameters estimation.
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:4880
    • 提供者:tao
  1. kalmanbucy

    0下载:
  2. 学习扩展卡尔曼滤波气的基本文件,可以随便下载并讨论-This is a tutorial on nonlinear extended Kalman filter (EKF). It uses the standard EKF fomulation to achieve nonlinear state estimation. Inside, it uses the complex step Jacobian to linearize the nonlinear dynamic system. Th
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:55069
    • 提供者:tongliang
  1. ANN-in-maneuvering-target-tracking

    1下载:
  2. 在机动目标跟踪中,机动目标模型是机动目标跟踪的基本要素之一,一般希望机动目标模型能准确表征目标机动时的各种运动状态。比较常用的模型有匀速运动(CV)模型、匀加速运动(CA) 模型、时间相关模型(Singer)和机动目标“当前”统计模型。上述模型均采用机动频率表征目标的机动情况。在应用当中,通常采用固定的机动频率,这就表示机动目标的机动时间是一定的,而实际上机动目标的机动时间是不断变化的,也就是说机动频率是不断变化的,采用固定机动频率必然会带来误差。采样周期在0.5—2S时,机动频率越小跟踪精度越
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:4051
    • 提供者:李隆基
  1. UKF

    0下载:
  2. 从改进提议分布的成片野值容错能力入手,提出了基于残差正交判别的UPF容错滤波算法,该算 法将残差正交判别法UKF的野值自适应性和粒子滤波的“适者生存性”有机地结合起来.通过非线性状态估计 的实验,证实了这种新的自适应粒子滤波对成片野值处理的有效性,-Proposal from the improved value of the distribution of fault tolerance into the film field, put forward an identificatio
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:164029
    • 提供者:陈洪
  1. Untitled333

    2下载:
  2. 基于非线性干扰观测器的直升机滑模反演控制-Based on nonlinear disturbance observer helicopter sliding inversion control
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1118
    • 提供者:wusonghua
  1. ukf

    0下载:
  2. An implementation of Unscented Kalman Filter for nonlinear state estimation.-Nonlinear state estimation is a challenge problem. The well-known Kalman Filter is only suitable for linear systems. The Extended Kalman Filter (EKF) has become a standarded
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2555
    • 提供者:DT丿灬雪狼
  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. fxxztyc

    0下载:
  2. 将卡尔曼滤波器用于非线性状态预测,代码具有极高的参考价值。-An implementation of Extended Kalman Filter for nonlinear state estimation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1290
    • 提供者:王登位
  1. Study-of-Target-Tracking

    0下载:
  2. 本文讨论了小波神经网络在机动多目标跟踪中的应用,多目标跟踪就是主体为了维持对多个目标(客体)当前状态的估计而对所接收的量测信息进行处理的过程。以非线性大规模并行分布式处理为特征的神经网络可以解决传统的目标跟踪方法的难以解决的计算量组合爆炸问题以及需要确定机动目标的数学模型的问题, 将小波分析原理与神经网络相融合,提出了基于小波神经网络的目标跟踪方法来提高系统的学习能力、表达能力以及机动多目标状态的估计精度。-This article discusses the application of wa
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:421444
    • 提供者:yaomeng
  1. EMdemo

    0下载:
  2. EM算法在神经网络中的应用,可以用来进行视频数据分类。-In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve recently derived, to train a two-layer perceptron, so as to classify medical data (kindly provided by Steve Roberts and Wil
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:14163
    • 提供者:gaofei
  1. PatternClassification.pdf

    0下载:
  2. Nonlinear Sequential State Estimation for Solving PatternClassification Problems
  3. 所属分类:Project Design

    • 发布日期:2017-11-23
    • 文件大小:406406
    • 提供者:刘玉平
  1. EKF

    0下载:
  2. 非线性扩展卡尔曼滤波算法的matlab程序-Descr iption:This is a tutorial on nonlinear extended Kalman filter (EKF). It uses the standard EKF fomulation to achieve nonlinear state estimation. Inside, it uses the complex step Jacobian to linearize the nonlinear dyn
  3. 所属分类:Algorithm

    • 发布日期:2017-11-07
    • 文件大小:5442
    • 提供者:窦贤明
  1. UKF

    0下载:
  2. 基于非线性动力系统的无迹卡尔曼滤波matlab程序-onlinear state estimation is a challenge problem. The well-known Kalman Filter is only suitable for linear systems. The Extended Kalman Filter (EKF) has become a standarded formulation for nonlinear state estimation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-16
    • 文件大小:8455
    • 提供者:窦贤明
  1. Particle-filter-resampling-methods

    0下载:
  2. 粒子滤波是基于递推的MonteCarlo仿真方法的总称, 原则上可用于任意非线性、非高斯随机系统的状态估计。-Particle filter is based on the the MonteCarlo simulation method of recursive general principle can be used for any nonlinear, non-Gaussian random system state estimation.
  3. 所属分类:software engineering

    • 发布日期:2017-11-23
    • 文件大小:223224
    • 提供者:冯浩
  1. particalCode

    0下载:
  2. This function demonstrates a simple implementation of the basic particle filter. It follows faithfully the first example from the paper: 'Novel Approach To Nonlinear/Non-Gaussian Bayesian State Estimation' by Gordon et al.
  3. 所属分类:matlab例程

    • 发布日期:2013-07-05
    • 文件大小:2804
    • 提供者:landcolin
  1. f_pf

    1下载:
  2. EKF_PF 基于扩展kalman的粒子滤波 可解决非线性状态估计问题-EKF_PF particle filter based on extended Kalman can solve nonlinear state estimation problems
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5265
    • 提供者:程璐
  1. ekf

    0下载:
  2. Standard EKF fomulation to achieve nonlinear state estimation
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:12088
    • 提供者:tang
  1. 10.1007%2Fs11071-017-3899-x

    0下载:
  2. H无穷控制针对马尔科夫调变系统的非脆弱控制研究。(This paper gives attention to the issue of nonfragile state estimation for a class of Markov jump systems with repeated scalar nonlinearities and redundant channels.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:357376
    • 提供者:如影骑士
« 12 »
搜珍网 www.dssz.com