搜索资源列表
fitcurve
- 二乘法曲线拟合 //X,Y -- X,Y两轴的坐标 //M -- 结果变量组数 //N -- 采样数目 //A -- 结果参数 -Using two multiplication fit the curves//X,Y the site of two axial x,y//M the number of outcome variable//N the number of samples//A the parameter of outcome
FDTD_1D_HzEy
- 一维成像FDTD,TM电磁波各处场强的数值,完全匹配成PML内参数的设置。-A d imaging FDTD, TM electromagnetic wave field numerical everywhere, fit into PML parameter set in
FDTD_2D_TE
- 二维成像FDTD,TE电磁波各处场强的数值,完全匹配成PML内参数的设置-2 d imaging FDTD, TE electromagnetic wave field numerical everywhere, fit into PML parameter set in
ASA
- Adaptive Simulated Annealing (ASA) is a C-language code developed to statistically find the best global fit of a nonlinear constrained non-convex cost-function over a D-dimensional space. This algorithm permits an annealing schedule for "temper
NSEDFEllipsoid
- NSEDFEllipsoid是基于NESEDF椭圆拟合方法改进的椭球拟合方法。 函数alpha = NSEDFEllipsoid(X,Y,Z)根据椭球代数距离公式a(1)x^2 + a(2)y^2 + a(3)z^2 + a(4)xy + a(5)xz + a(6)yz + a(7)x + a(8)y + a(9)z + a(10) = 0拟合得到椭球方程的10个系数,其中X、Y、Z是采样点坐标的列向量集合。 -NSEDFEllipsoid fits ellipsoid based on