-
//=== === === === === ==== === === === === === === =// letter Description// func...
//=== === === === === === =====
//函数说明
//函数名称:Correlation
//函数功能:计算最小二乘法拟合的多项式的相关系数
//使用方法:int M------ 拟合多项式的阶数(已知条件)
// double *b--- 拟合曲线的系数,排列顺序为由高阶到低阶(已知条件)
// double *x--- 结点x轴数据(已知条件)
// double *y--- 结点y轴数据(已知条件)
// double *Yg-- 结点估计值,个数为m(过程变量)
// int m------ 结点个数(已知条件)
//注意事项:多项式阶数最高为10,多项式的形式为 y = a0 + a1x +a2x2
-//=== === === === === ==== === === === === === === =// letter Description// function name : Correlation// Function functions : Calculation least squares polynomial fitting of the correlation coefficient// Use : int M------ polynomial fitting stage (known condition)//* b--- double fitting song The coefficient, Higher-order the order on grounds of low order (known condition)//* double-node x x axis data (known to be pieces)// double* y--- node y-axis data (known condition)//* double FSL-- Nodes estimates, Number m (process variables)// int m------ node number (known condition)// Note : polynomial order of a maximum of 10. polynomials in the
- 2022-04-29 13:08:12下载
- 积分:1
-
在MATLAB环境中实现最小二乘法和有理分式插值法的程序
在MATLAB环境中实现最小二乘法和有理分式插值法的程序-lspoly and DOS method
- 2022-06-01 07:49:17下载
- 积分:1
-
勒让德
勒让德-高斯求积法求磁感应强度-Legendre- Gauss quadrature method for magnetic induction
- 2022-03-06 01:01:20下载
- 积分:1
-
使用MFC的多项式计算完毕,很值得看,但也乐…
使用MFC完成多项式的计算,很值得一看,也是学习数据结构的好程序-use MFC polynomial complete the calculation, it is worth looking at, but also learn from the data structures the program
- 2023-07-15 23:15:08下载
- 积分:1
-
VB的傅里叶变换光谱数据的快速傅里叶变换算法包括分钟…
用VB实现的傅立叶变换谱方法
包括复数据快速傅立叶变换算法、实数据快速傅立叶变换算法1、实数据快速傅立叶变换算法2、快速正弦变换和余弦变换等-VB Fourier transform spectra data including Minute Fast Fourier Transform algorithm, false information Fast Fourier Transform algorithm for one, real data Fast Fourier Transform algorithm 2, rapid transformation sine and cosine transform, etc.
- 2022-03-02 19:34:06下载
- 积分:1
-
很有用的算法哦。这是我好不容易找道的
很有用的算法哦。这是我好不容易找道的-useful algorithm oh. This is not easy to find the Road
- 2023-03-23 09:00:03下载
- 积分:1
-
Otsu算法的实现与验证
这段代码描述了大津算法的实现及其在matlab中实现的灰度阈值函数的验证。
- 2023-06-17 03:10:04下载
- 积分:1
-
优化设计的程序,包括一位搜索,及无约束搜索方法
优化设计的程序,包括一位搜索,及无约束搜索方法-Optimal design procedures, including a search, and the unconstrained search method
- 2023-06-20 06:30:03下载
- 积分:1
-
基于特征脸+PCA的人脸识别
应用背景
该算法主要应用于人脸识别,通过利用特征脸和PCA来实现的。
关键技术运用主成分分析(PCA)对图像进行降维,利用特征脸来提取人脸特征,并且根据最近邻法对待识别人脸进行判定。其中调用了OpenCV中的函数。
- 2022-04-29 18:46:58下载
- 积分:1
-
qr Hoeschen way for the full Burg matrix eigenvalue
qr方法求赫申伯格矩阵的全部特征值-qr Hoeschen way for the full Burg matrix eigenvalue
- 2022-12-09 02:50:03下载
- 积分:1