-
ukf
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 formulation for nonlinear state estimation. However, it may cause significant error for highly nonlinear systems because of the propagation of uncertainty through the nonlinear system.
The Unscented Kalman Filter (UKF) is a novel development in the field. The idea is to produce several sampling points (Sigma points) around the current state estimate based on its covariance. Then, propagating these points through the nonlinear map to get more accurate estimation of the mean and covariance of the mapping results. In this way, it avoids the need to calculate the Jacobian, hence incurs only the similar computation load as the EKF.
For tutorial purpose, this code implements a simplified version of UKF formulation, where we assume both the process and measurement noises are additive to avoid augment of state and a)
- 2010-12-14 16:39:43下载
- 积分:1
-
Hychen
本程序实现了Chen超混沌系统,把两个文件放在一个文件夹内就可以实现了。(This program implements Chen hyperchaotic system, the two files in a folder can be achieved.)
- 2010-01-07 21:07:31下载
- 积分:1
-
guipoints
create gui in matlab file
- 2011-01-14 00:07:06下载
- 积分:1
-
SPWM
SPWM电压型逆变器的数学模型,可以直接产生波形(SPWM inverter mathematical model that can directly generate waveforms)
- 2010-05-25 18:39:10下载
- 积分:1
-
3A-theory--subspaces
3理论抽样信号从一个联盟的子空间,理论抽样信号从一个联盟的子空间(3A theory for sampling signals from a union of subspaces)
- 2014-08-17 16:33:28下载
- 积分:1
-
power_voltmeasure
power_voltmeasure,matlab仿真文件,电力电子、功率电子控制方面很有价值,调试通过(aspects of power_voltmeasure, matlab simulation files, power electronics, power electronics control valuable debugging through)
- 2013-02-28 14:21:25下载
- 积分:1
-
genetic-algorithm
基于MATLAB的遗传算法 本文是以Word形式给出的 里面都是计算GA的原代码(MATLAB-based genetic algorithm given in this article is based on Word form which is basically the original code
)
- 2013-11-20 11:26:55下载
- 积分:1
-
compression
Image Compression
A collection of simple routines for image compression using different techniques.
BTCODE:
Image compression Using Block Truncation Coding.
PYRAMID:
Image compression based on Gaussian Pyramids.
DCTCOMPR:
Image compression based on Discrete Cosine Transform.
IMCOMPR:
Image compression based on Singular Value Decomposition.
The given codes can be also used in 2D noise suppression.
Notes:
The function conv2fft performs a 2D FFT-based convolution.
Type help conv2fft on MATLAB command window for more informations.
- 2015-01-14 22:49:52下载
- 积分:1
-
parallel_RLC_circuit_Matlab_simulink
Matlab code and Simulink model for parallel RLC circuit with different input functions
- 2014-02-07 07:23:53下载
- 积分:1
-
解线性方程组的迭代法
利用matlab编程实现解线性方程组的迭代法。(using Matlab programming for solving linear equations of iterative method.)
- 2005-06-12 22:10:32下载
- 积分:1