资源简介
ReBEL-0.2.7.rar
代码片段和文件信息
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) Oregon Health & Science University (2006)
%
% 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 from
% http://choosh.csee.ogi.edu/rebel/. Businesses wishing to obtain a copy of the
% software should contact rebel@csee.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;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3836 2006-10-03 09:28 ReBEL-0.2.7\Bugfixes
文件 5384 2006-09-21 10:58 ReBEL-0.2.7\ChangeLog
文件 1065 2006-09-18 13:06 ReBEL-0.2.7\core\addangle.m
文件 1298 2006-09-18 13:06 ReBEL-0.2.7\core\addrelpath.m
文件 14736 2006-09-18 13:07 ReBEL-0.2.7\core\cdkf.m
文件 934 2006-09-18 13:06 ReBEL-0.2.7\core\checkdups.m
文件 1376 2006-09-18 13:06 ReBEL-0.2.7\core\checkstructfields.m
文件 4143 2006-09-19 09:25 ReBEL-0.2.7\core\consistent.m
文件 3639 2006-09-18 13:06 ReBEL-0.2.7\core\Contents.m
文件 4356 2006-09-18 13:06 ReBEL-0.2.7\core\convgausns.m
文件 874 2006-09-18 13:06 ReBEL-0.2.7\core\cvecrep.m
文件 1185 2006-09-18 13:06 ReBEL-0.2.7\core\datamat.m
文件 8319 2006-09-18 13:07 ReBEL-0.2.7\core\ekf.m
文件 1977 2006-09-18 13:06 ReBEL-0.2.7\core\fixinfds.m
文件 2871 2006-09-18 13:06 ReBEL-0.2.7\core\gauseval.m
文件 1639 2006-09-19 11:08 ReBEL-0.2.7\core\gaussample.m
文件 80546 2006-09-19 11:34 ReBEL-0.2.7\core\geninfds.m
文件 28704 2006-09-18 13:06 ReBEL-0.2.7\core\gennoiseds.m
文件 30417 2006-09-18 13:06 ReBEL-0.2.7\core\gensysnoiseds.m
文件 7201 2006-09-18 13:06 ReBEL-0.2.7\core\gmmfit.m
文件 4671 2006-09-18 13:06 ReBEL-0.2.7\core\gmminitialize.m
文件 5126 2006-09-18 13:06 ReBEL-0.2.7\core\gmmprobability.m
文件 3021 2006-09-18 13:06 ReBEL-0.2.7\core\gmmsample.m
文件 10668 2006-09-18 13:07 ReBEL-0.2.7\core\gmsppf.m
文件 3526 2006-09-18 13:06 ReBEL-0.2.7\core\gmsppf2.m
文件 9746 2006-09-18 13:07 ReBEL-0.2.7\core\gspf.m
文件 27931 2006-09-19 09:20 ReBEL-0.2.7\core\gssm.m
文件 8762 2006-09-22 11:25 ReBEL-0.2.7\core\kf.m
文件 2695 2006-09-18 13:06 ReBEL-0.2.7\core\mlpff.m
文件 2808 2006-09-18 13:06 ReBEL-0.2.7\core\mlpindexgen.m
............此处省略711个文件信息
相关资源
- 20090425.rar
- 迅维网chinafix.com_LA-9535P.zip
- datasets_lr_utils.zip
- 新概念英语第二册笔记pdf(96课全)
- Revit二次开发实现BIM盈利.pdf
- NSGA2传统标准.zip
- 源代码.rar100795
- 课程设计报告.doc
- Applicationsofsecond-orderconeprogramming.PDF
- 数据中心网络和安全建议方案模板.
- CRUDDemo2.2.rar
- 毕业论文(打印1).pdf
- 8路抢答器.7z
- MProg3.0_Setup.exe
- SIFT经典文献.zip
- SolidWorks-100多个.pdf
- TradZhaopinProject.rar
- 京东应用架构设计.pdf
- 1555051Excel使用教程.rar
- EP1C3T144芯片开发板原理图及电路板图
- v1.0源码.rar
- 国土三调建库与管理系统使用手册2
- AppleWirelessMouse64.exe
- AE中经常使用的三个AVI编码器.rar
- tftb-0.2.rar
- mosquitto1.4.15-release带源码全套Win32.ra
- 拼接算法SIFT.rar
- 人力资源管理系统.rar
- stm32f103双串口收发结构体版本.zip
- jklmn668_3990025.kdh
评论
共有 条评论