ut_sigmas.m
来自「kalman滤波」· M 代码 · 共 22 行
M
22 行
%UT_SIGMAS - Generate Sigma Points for Unscented Transformation%% Syntax:% X = ut_sigmas(M,P,c);%% In:% M - Initial state mean (Nx1 column vector)% P - Initial state covariance% c - Parameter returned by UT_WEIGHTS%% Out:% X - Matrix where 2N+1 sigma points are as columns%% Description:% Generates sigma points and associated weights for Gaussian% initial distribution N(M,P). For default values of parameters% alpha, beta and kappa see UT_WEIGHTS.%% See also UT_WEIGHTS UT_TRANSFORM UT_SIGMAS%% Copyright (C) 2006 Simo S鋜kk
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?