-
20104102125258460
In this paper we discuss the problem of recovering the vertices of a planar polygon from its measured complex moments.Because the given, measured moments can be noisy, the recovered vertices are only estimates of the true ones. The literature offers many algorithms for solving such an estimation problem. We will restrict our discussion to the Total Least Squares (TLS) data fitting models HTLS and STLS and the matrix pencil method GPOF. We show the close link between the HTLS and the GPOF method. We use the HTLS method to compute starting values for the STLS method. We compare the accuracy of these three methods on simulated data.
2005 Elsevier B.V. All rights reserved.
- 2010-12-07 21:39:46下载
- 积分:1
-
LinePSOprogram
线性递减pso程序代码,使用时更换目标函数即可(Linear decreasing pso code, replace the objective function can be used)
- 2011-05-10 20:03:14下载
- 积分:1
-
pid
在simulink软件平台下搭建对系统温度实现策略控制的模型(Based on the Simulink software platform, we build a model to control the system temperature.)
- 2018-04-12 15:25:17下载
- 积分:1
-
suanfa
数学建模中用到的各种算法,基本都在里面了,然后还有一些软件的教程,如MATLAB,LINGO(Various algorithms used in the mathematical modeling, the basic inside, and then there are some tutorials of software, such as MATLAB, LINGO)
- 2012-09-08 17:13:12下载
- 积分:1
-
63913910104
this is about risk managment problems....
- 2013-05-26 16:42:27下载
- 积分:1
-
SemXFEM_2d
基于matlab的XFEM简单实现,内有实例,可算裂缝开展(subroutine for XFEM)
- 2021-04-14 10:08:56下载
- 积分:1
-
Entropy_measures
熵值计算的matlab 程序包括样本熵,近似熵,条件熵等(Matlab program for entropy calculation Including sample entropy ,approximate entropy,conditional entropy and so on.)
- 2018-01-20 19:41:42下载
- 积分:1
-
imaqplot
IMAQPLOT is a simple demonstration of previewing video data using the toolbox s TimerFcn callback. IMAQPLOT also allows users to integrate the video preview into any MATLAB GUI. These are capabilities that are present in the toolbox s PREVIEW command, but are presented here as a demonstration of TimerFcn callback.
Using toolbox callback properties, you can configure a video input object to generate a live image plot display.
Do you want a basic preview window created for you? Simply call:
obj = videoinput( matrox , 1)
obj.TimerFcn = @imaqplot
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
Do you want to add a preview window to an existing GUI? Simply provide IMAQPLOT a handle to an image object and it will update it for you:
obj = videoinput( dt , 1)
obj.TimerFcn = {@imaqplot, hImage}
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
- 2009-10-21 15:20:29下载
- 积分:1
-
xingxin
求取一幅灰度图像中的光斑形心的位置的Matlab的源代码。算法使用的是最大类间方差法编写的程序,可以得到光斑形心位置的(x,y)坐标。(strike a gray image of the heart-shaped spot on the location of the source code Matlab. The algorithm used is MBV Law prepared by the procedures, can be heart-shaped spot position (x, y) coordinates.)
- 2006-06-07 10:33:42下载
- 积分:1
-
SpectralTools
此为频谱分析工具箱,如寻找频谱峰值等等功能的源代码(This is the spectral analysis toolbox, such as the search for the peak spectrum function of the source code, etc.)
- 2007-09-13 15:34:42下载
- 积分:1