搜索资源列表
matlab_algorithms
- matlab 的常用算法源代码,包含插值拟合/规划/方程求解等多个代码-matlab source code for commonly used algorithms, including interpolation fitting/planning/equations and other codes
zuixiaoercheng
- 运用递推最小二乘法进行数据拟合的程序代码-The method of least squares data fitting program code
Least-squares-surface-fitting-code
- 可以进行空间曲面的拟合 用于曲面拟合的代码:圆 球 直线 平面拟合都有-Surface fitting code: round ball linear plane fitting
MATLAB_circlefit
- 拟合圆,MATLAB代码 拟合散点图,拟合圆-circle fit BY MATLAB
speedtx
- 简单的发动机速度特性拟合曲线,如需要精细的曲线可以参照文中代码进行数据修改,内-The engine speed characteristic curve, such as the need to fine curve can refer to the text of the code and data modification
jiqishijue
- 机器视觉作业的文档。包括键盘字符的检测,圆环的提取和拟合计算,颜色的识别鉴定。具体的代码我也有上传的,需要的可以自己搜索的。-Machine vision operation documents. Including keyboard characters of detection and circle fitting calculation, and the extraction of color identification of. Specific code I have uploaded
7250
- 时间序列数据分析中的梅林变换工具,插值与拟合的matlab实现,Gabor小波变换与PCA的人脸识别代码。- Time series data analysis Mellin transform tool, Interpolation and fitting matlab implementation, Gabor wavelet transform and PCA face recognition code.
jiu-V7.4
- 完整的基于HMM的语音识别系统,Gabor小波变换与PCA的人脸识别代码,利用最小二乘算法实现对三维平面的拟合。- Complete HMM-based speech recognition system, Gabor wavelet transform and PCA face recognition code, Least-squares algorithm to fit a three-dimensional plane.
qui_kq68
- 利用最小二乘法进行拟合多元非线性方程,线性调频脉冲压缩的Matlab程序,这是第二能量熵的matlab代码。- Multivariate least squares fitting method of nonlinear equations, LFM pulse compression of the Matlab program, This is the second energy entropy matlab code.
插值与拟合-V2.2
- 本说明文档算法合适所有平台,只需要使用者将文中代码移植过去即可。(This algorithm is suitable for all platforms, and only the user will be able to transplant the code in the text.)
基于移动最小二乘法的曲线曲面拟合
- 基于移动最小二乘法的曲线曲面拟合,MATLAB代码编辑流程(MATLAB Code Editing Process Based on Moving Least Square Method for Curve and Surface Fitting)
python-pypro4sail模块PROSPECT模型模拟代码实例
- pypro4sail模块需要在github下载,该代码内包含几个部分:变换不同输入参数获取波长-反射率数组,计算五个常见的植被指数作为因变量,波长为自变量,并拟合该曲线,计算R²、RMSE等统计参数。 需要的uu可以根据注释,按照自己的要求稍加改动即可使用!