MATLAB Example Code : Non-Linear Least Squares --- Bearings-Only Measurement
資源簡(jiǎn)介:MATLAB Example Code : Non-Linear Least Squares --- Bearings-Only Measurement
上傳時(shí)間: 2014-06-08
上傳用戶:fxf126@126.com
資源簡(jiǎn)介:C/C++ implementation of the Levenberg-Marquardt Non-Linear least squares algorithm. levmar includes double and single precision LM versions, both with analytic and finite difference approximated jacobians
上傳時(shí)間: 2013-12-28
上傳用戶:gxf2016
資源簡(jiǎn)介:a copylefted C/C++ implementation of the Levenberg-Marquardt Non-Linear least squares algorithm
上傳時(shí)間: 2013-12-15
上傳用戶:大三三
資源簡(jiǎn)介:The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statistics algorithm AS 274 (see comments at the start of the module). A planar-rotation algorithm is used to update the QR- factorization. This m...
上傳時(shí)間: 2015-05-14
上傳用戶:aig85
資源簡(jiǎn)介:MATLAB Example Code : For MATLAB developers, this Example code will explain the usage of Ordinary Differential Equations ODE23 and ODE45 in the Matlab environment
上傳時(shí)間: 2014-11-23
上傳用戶:qiaoyue
資源簡(jiǎn)介:MATLAB Example Code : This code shows the funtionality of an accelaratometer.
上傳時(shí)間: 2017-09-25
上傳用戶:1051290259
資源簡(jiǎn)介:3D shape reconstruction matlab code. It used shape from defocus technique with least squares. You can reconstruct 3D shape with only two different depth images.
上傳時(shí)間: 2014-01-07
上傳用戶:Zxcvbnm
資源簡(jiǎn)介:contains documents about new insights into the recursive least squares algorithm and a sample matlab code for rls algorithm
上傳時(shí)間: 2017-04-13
上傳用戶:我干你啊
資源簡(jiǎn)介:This directory contains utility for implementing generic Reqursive Least Squares (RLS) algorithm. The Example shows how one can use the utility to estamate the parameters of a simple linear discrete time system.
上傳時(shí)間: 2014-01-06
上傳用戶:gtf1207
資源簡(jiǎn)介:A detail Matlab simulation code Example for BFSK performance
上傳時(shí)間: 2014-01-24
上傳用戶:電子世界
資源簡(jiǎn)介:Example of matlab source code of snake algorithm.
上傳時(shí)間: 2017-04-14
上傳用戶:541657925
資源簡(jiǎn)介:This code implements the affects of linear and non linear kernel.
上傳時(shí)間: 2013-12-12
上傳用戶:電子世界
資源簡(jiǎn)介:MATLAB Tutorial : For the beginners in MATLAB, this Example code will provide a great jump start. The code has comprehensive comments to elaborate the functionality explicitly.
上傳時(shí)間: 2013-12-19
上傳用戶:lxm
資源簡(jiǎn)介:swing component Example code illustrating JTabbedpane and JPanel.
上傳時(shí)間: 2015-01-11
上傳用戶:yxgi5
資源簡(jiǎn)介:Steffensen method for Non-Linear equations in C
上傳時(shí)間: 2014-08-12
上傳用戶:com1com2
資源簡(jiǎn)介:Newton method for solution of Non-Linear equations in C
上傳時(shí)間: 2014-01-16
上傳用戶:zm7516678
資源簡(jiǎn)介:Secant method with 2 points for Non-Linear equations in C
上傳時(shí)間: 2015-01-20
上傳用戶:ma1301115706
資源簡(jiǎn)介:Conjugate gradient method for Non-Linear equations inC
上傳時(shí)間: 2013-12-04
上傳用戶:invtnewer
資源簡(jiǎn)介:A Simple bulk transfer. Example code of the EZ-USB
上傳時(shí)間: 2013-12-24
上傳用戶:來(lái)茴
資源簡(jiǎn)介:Oracle8 PL/SQL程序設(shè)計(jì)中的例子腳本 162K SQL(英文) The Example code used in Oracle8 PL/SQL Programming
上傳時(shí)間: 2013-12-31
上傳用戶:cursor
資源簡(jiǎn)介:double invverted pendulum matlab source code
上傳時(shí)間: 2014-01-01
上傳用戶:x4587
資源簡(jiǎn)介:algrithm for optimization matlab source code for heat conducting plate 3 methods are included
上傳時(shí)間: 2013-12-22
上傳用戶:chongcongying
資源簡(jiǎn)介:Example code made by my teacher
上傳時(shí)間: 2015-06-14
上傳用戶:change0329
資源簡(jiǎn)介:Philips LPC2148 Example code
上傳時(shí)間: 2014-01-09
上傳用戶:sardinescn
資源簡(jiǎn)介:最小平方近似法 (least-squares approximation) 是用來(lái)求出一組離散 (discrete) 數(shù)據(jù)點(diǎn)的近似函數(shù) (approximating function),作實(shí)驗(yàn)所得的數(shù)據(jù)亦常使用最小平方近似法來(lái)達(dá)成曲線密合 (curve fitting)。以下所介紹的最小平方近似法是使用多項(xiàng)式作為近似函數(shù),...
上傳時(shí)間: 2015-06-21
上傳用戶:SimonQQ
資源簡(jiǎn)介:書(shū)籍代碼:遺傳演算法原理與應(yīng)用_活用MATLAB(Source Code)
上傳時(shí)間: 2015-06-21
上傳用戶:康郎
資源簡(jiǎn)介:bf535 rtc Example code.
上傳時(shí)間: 2013-12-14
上傳用戶:anng
資源簡(jiǎn)介:Atmel AT91SAM7S Interrupt Example code
上傳時(shí)間: 2013-12-22
上傳用戶:lxm
資源簡(jiǎn)介:通過(guò)奇異值分解實(shí)現(xiàn)的最小二乘擬合算法 inear least-squares fit by singular value decomposition
上傳時(shí)間: 2015-07-26
上傳用戶:bibirnovis
資源簡(jiǎn)介:WJ Communications RFID Example code
上傳時(shí)間: 2015-08-18
上傳用戶:標(biāo)點(diǎn)符號(hào)