contents.m
来自「gps 模糊度求解方法」· M 代码 · 共 33 行
M
33 行
% LAMBDA toolbox% Version V2.0 dd. 19-05-1999% % Main routines:% lambda1 - Integer estimation, extended options% lambda2 - Integer estimation, basic options%% Demonstration:% ldemo - Demonstration of the LAMBDA-method%% Additional routines:% chistart - Compute initial size of search ellipsoid% decorrel - Decorrelate a variance/covariance matrix, and% return the Z-matrix (transformation matrix)% ldldecom - Find LtDL decomposition of a matrix% lsearch - Perform the integer least squares search% writemat - Write contents of matrix to file/screen%% Data-files:% geofree.mat - Example, based on the geomtry-free model% large.mat - Large example (not suited for ldemo)% sixdim.mat - 6-dimensional example (suited for ldemo)% small.mat - Small example (var/covar matrix + ambiguities)%% % (c)2000 by: Department of Mathematical Geodesy and Positioning% Delft University of Technology% Thijsseweg 11, NL-2629 JA, The Netherlands% Email: mgp@geo.tudelft.nl% Phone: +31 (15) 278 3546, Telefax: +31 (15) 278 3711
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?