smsp.m

来自「国外一款非线性估计的工具箱」· M 代码 · 共 9 行

M
9
字号
function [chi,w] = smsp(x, S, kappa, nx)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%   Method msp for the calculation of sigma-points, called from methods for prediction, filtration and smoothing.
%   For square-root  estimation algorithms.
%
%   function [ch,w]=smsp(x,S,kappa,nx)
%   input parameters                    - x - mean value,
%                                       - S - decomposition covariance matrix,	 
%                                       - kappa 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?