ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors
ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest mo...
Magic+Square技术资料下载专区,收录80份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest mo...
A 2D homogeneous Helmholtz case (u=sin(x)cos(y) with a square) with % two Dirichlet edges (x=1,y=1) and two Neumann ed...
RMSD: Root Mean Square Deviation 是一种在分子模拟及预测中很常见的评价标准,通过Jacobi变换来的到一个大分子和目标分子的相似程度。常用来评价一个三维结构的预测结果是否足够准确.作者主页http://dil...
合并.chm文件。在VCKBASE上有一个用 Magic CHM Merge 轻松打造属于自己的MSDN资料库的软件,使用起来似乎是比较方便的,但是试用限制是20个文件。用起来很不方便,下了一点功夫,试出了这个解决方案,完全免费,没有限制,...
采用一种快速收敛变步长LMS(Least mean square ) 自适应最小均方算法matlab源程序,其中算法所做的工作是用FIR 滤波器的预测系统,对IIR系统进行预测,如果阶数越高越能逼近被预测系统。
%例15-1 NaN数据参与分析 a = magic(3) a(2,2) = NaN %用NaN表示遗失数据 sum(a) %对数据集进行求和
Least Square - ARMA 算法的MATLAB代码, 是频谱分析(通常是在高级DSP这门课中会用到的)的常用算法