搜索结果
找到约 414 项符合
VD-KALMAN 的查询结果
matlab例程 自适应滤波器程序
自适应滤波器程序,选用电力系统谐波信号作为输入。其中包括了wiener滤波器,kalman滤波器,LMS算法,RLS算法,LSL算法,FTF算法。所有程序均为本人自编,并且标注了编程所参考的书籍及页数,经过调试,完全正确,请放心使用。 ...
通讯/手机编程 外国人写的卡尔曼滤波算法
外国人写的卡尔曼滤波算法,a discrete Kalman filter
matlab例程 % PURPOSE : Demonstrate the differences between the following filters on the same problem: % % 1)
% 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 proposal (PFEKF)
% 5) PF with UKF proposal (PFUKF)
数学计算 在Visual 2008环境下
在Visual 2008环境下,用C#语言实现的kalman预测算法。对于学习现代信号处理的朋友,有一定的参考价值。
数学计算 介绍一些常用的数值计算方法
介绍一些常用的数值计算方法,包括用FFT计算离散傅立叶(Fourier)变换,kalman滤波,alpha-beida-ganma滤波
并行计算 dysii is a C++ library for distributed probabilistic inference and learning in large-scale dynamical
dysii is a C++ library for distributed probabilistic inference and learning in large-scale dynamical systems. It provides methods such as the Kalman, unscented Kalman, and particle filters and smoothers, as well as useful classes such as common probability distributions and stochastic processes.