资源简介
为了学习卡尔曼滤波估计
The purpose of this guide, together with the hopefully well commented
code functions and code examples (in 'examples' subdirectory) is to
act as a minimal set of documentation to 'get you going' using the
ReBEL toolkit. The official documentation for the toolkit will
hopefully evolve over time into a more complete reference guide.
代码片段和文件信息
function C = addangle(A B)
% ADDANGLE Addition function for ‘angle space‘ sigma-points expressed in radians.
% This needed to deal with the angular discontinuety at +- pi radians.
%
% C = addangle(AB)
%
% INPUT
% A and B : angles expressed in radians
% OUTPUT
% C : sum C=A+B such that -pi < C < pi
%
% Copyright (c) Rudolph van der Merwe (2002)
%
% This file is part of the ReBEL Toolkit. The ReBEL Toolkit is available free for
% academic use only (see included license file) and can be obtained by contacting
% rvdmerwe@ece.ogi.edu. Businesses wishing to obtain a copy of the software should
% contact ericwan@ece.ogi.edu for commercial licensing information.
%
% See LICENSE (which should be part of the main toolkit distribution) for more
% detail.
%=============================================================================================
C = A + B;
twopi = 2*pi;
idx1 = C > pi;
idx2 = C < -pi;
C(idx1) = C(idx1) - twopi;
C(idx2) = C(idx2) + twopi;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 205 2009-10-16 20:34 ReBEL-0.2.6\ReBEL-0.2.6\.svn\entries
文件 2 2009-10-16 20:34 ReBEL-0.2.6\ReBEL-0.2.6\.svn\format
文件 3572 2008-12-22 15:00 ReBEL-0.2.6\ReBEL-0.2.6\Bugfixes
文件 5506 2008-12-22 15:00 ReBEL-0.2.6\ReBEL-0.2.6\ChangeLog
文件 1230 2009-10-16 20:34 ReBEL-0.2.6\ReBEL-0.2.6\core\.svn\entries
文件 2 2009-10-16 20:34 ReBEL-0.2.6\ReBEL-0.2.6\core\.svn\format
文件 1080 2008-12-22 15:00 ReBEL-0.2.6\ReBEL-0.2.6\core\addangle.m
文件 1327 2008-12-22 15:00 ReBEL-0.2.6\ReBEL-0.2.6\core\addrelpath.m
文件 15262 2008-12-22 15:00 ReBEL-0.2.6\ReBEL-0.2.6\core\cdkf.m
文件 956 2008-12-22 15:00 ReBEL-0.2.6\ReBEL-0.2.6\core\checkdups.m
文件 1393 2008-12-22 15:00 ReBEL-0.2.6\ReBEL-0.2.6\core\checkstructfields.m
文件 4655 2008-12-22 15:00 ReBEL-0.2.6\ReBEL-0.2.6\core\consistent.m
文件 3702 2008-12-22 15:00 ReBEL-0.2.6\ReBEL-0.2.6\core\Contents.m
文件 4478 2008-12-22 15:00 ReBEL-0.2.6\ReBEL-0.2.6\core\convgausns.m
文件 884 2008-12-22 15:00 ReBEL-0.2.6\ReBEL-0.2.6\core\cvecrep.m
文件 1215 2008-12-22 15:00 ReBEL-0.2.6\ReBEL-0.2.6\core\datamat.m
文件 8841 2008-12-22 15:00 ReBEL-0.2.6\ReBEL-0.2.6\core\ekf.m
文件 2005 2008-12-22 15:00 ReBEL-0.2.6\ReBEL-0.2.6\core\fixinfds.m
文件 2933 2008-12-22 15:00 ReBEL-0.2.6\ReBEL-0.2.6\core\gauseval.m
文件 1665 2008-12-22 15:00 ReBEL-0.2.6\ReBEL-0.2.6\core\gaussample.m
文件 91948 2008-12-22 15:00 ReBEL-0.2.6\ReBEL-0.2.6\core\geninfds.m
文件 30416 2008-12-22 15:00 ReBEL-0.2.6\ReBEL-0.2.6\core\gennoiseds.m
文件 33533 2008-12-22 15:00 ReBEL-0.2.6\ReBEL-0.2.6\core\gensysnoiseds.m
文件 7411 2008-12-22 15:00 ReBEL-0.2.6\ReBEL-0.2.6\core\gmmfit.m
文件 4785 2008-12-22 15:00 ReBEL-0.2.6\ReBEL-0.2.6\core\gmminitialize.m
文件 5248 2008-12-22 15:00 ReBEL-0.2.6\ReBEL-0.2.6\core\gmmprobability.m
文件 3076 2008-12-22 15:00 ReBEL-0.2.6\ReBEL-0.2.6\core\gmmsample.m
文件 10936 2008-12-22 15:00 ReBEL-0.2.6\ReBEL-0.2.6\core\gmsppf.m
文件 3567 2008-12-22 15:00 ReBEL-0.2.6\ReBEL-0.2.6\core\gmsppf2.m
文件 9999 2008-12-22 15:00 ReBEL-0.2.6\ReBEL-0.2.6\core\gspf.m
............此处省略358个文件信息
相关资源
- 手写数字识别PCA算法
- jrebel免激活 免安装
- jrebel6.4.3-cracked.zip破解插件包
- MATGPR_R3(地质雷达信号处理)
- Microsoft_Toolkit_2.4.9
- The DevOps Toolkit 2.0 - 2.5 by Viktor Farcic
- 2016年2017年研究生数学建模优秀论文
- project2010密钥激活工具Office2010Toolkit
- mkvtoolnix中文版(又叫Matroska toolkit),
- MaterialDesignInXamlToolkit(源码)
- SFMtoolKit3工程
- 汽车行驶工况构建2019 D题.zip
- 软件无线电--数字下变频原理及其技术
- 群体智能与仿生计算
- Labview PID control toolkit
- microsoft toolkit 2.4.3
- 基于主成分分析和贝叶斯正则化BP神经
- 凯斯西储大学轴承数据
- 糖尿病性视网膜病变的检测图像、代
- 基于ad-hoc的车联网mac协议vemac仿真
- 现代信号处理教程 第2版_胡广书编著
- 无人驾驶车辆模型预测控制 书本+源程
- MKS ToolKit 8.1 破解版本
- 实验一、二 曲柄滑块机构的运动学仿
- Codejock.Xtreme.Toolkit.Pro.v15.3.1 VS2015版本
- PROFINET TPS-1 Development Toolkit
- 美赛历年题目及论文.rar
- SplitBregman去噪TV模型
- 自抗扰控制技术ADRC-第一部分PID仿真代
- 数学建模优秀论文2017-2018.zip
评论
共有 条评论