-
fcn_SR_KF
This file compares three different versions of the Kalman filter.
The Kalman filter is used for recursive parameter estimation.
The Kalman filter can handle noisy measurements.
The first implemented filter (fcn_KF) is the Kalman filter with standard
update of the covariance matrix P.
The covariance matrix reflects the uncertainties of the predictions.
To improve the numerical stability Potter developed a
square root update (fcn_KF_SRP) of the covariance matrix P.
Another version is the square root covariance update via
triangularization (fcn_KF_SRT).
This file generates a model. Then the three Kalman filters perform an
estimation of the model parameter. At the end the results are compared.
Sources:
Simon, D. (2006): Optimal state estimation
Kaminski, P. (1971): Discrete Square Root Filtering: A Survey of Current Techniques
Golub, G. (1996): Matrix Computations
- 2014-02-14 18:30:49下载
- 积分:1
-
OFDM_Simulator
ofdm的simulink仿真程序,经过本人验证,绝对好用!(The OFDM simulink simulation program, after I verified, the absolute ease of use!)
- 2007-11-08 20:34:12下载
- 积分:1
-
MATLAB
利用MATLAB编码来解决离散正交多项式。(The use of MATLAB code to solve the discrete orthogonal polynomials.)
- 2010-03-03 21:09:42下载
- 积分:1
-
vdpsl
This is a simulation of a nonlinear second order system.
- 2013-07-31 21:08:03下载
- 积分:1
-
Automodel
Matlab仿真汽车行驶情况模型,可用于分析汽车受到不同阻力下的速度,受力情况。也可导入预先设置好的行驶速度文件进行仿真。(Matlab simulation model cars with the situation, can be used to analyze the car speed under different resistance, the force. You can also import files pre-set travel speed simulation.)
- 2013-09-25 20:15:26下载
- 积分:1
-
three
MATLAB OFDM Code for receiver
- 2013-11-29 15:23:55下载
- 积分:1
-
anfis
function [t_fismat, t_error, stepsize, c_fismat, c_error] ...
= anfis(trn_data, in_fismat, t_opt, d_opt, chk_data, method)
ANFIS Training routine for Sugeno-type FIS (MEX only).
if nargin > 6 & nargin < 1,
error( Too many or too few input arguments! )
end
Change the following to set default train options.
default_t_opt = [10 training epoch number
0 training error goal
0.01 initial step size
0.9 step size decrease rate
1.1] step size increase rate
Change the following to set default display options.
default_d_opt = [1 display ANFIS information
1 display error measure
1 display step size
1] display final result
- 2015-05-28 19:28:36下载
- 积分:1
-
iForest
iforest算法可以进行对时间序列中异常的一段时间进行检测,算法非常高效(Iforest algorithm can detect abnormal periods in time series, and the algorithm is very efficient.)
- 2021-01-14 19:28:46下载
- 积分:1
-
MMOS
环境数学模型,利用椭圆法以及matlab数学环境制作的数学模型,效果还不是特别的好(прикладная задача математического моделя )
- 2009-02-22 21:49:07下载
- 积分:1
-
math_form
this document a list of mathemtical forms
- 2013-07-09 16:42:39下载
- 积分:1