搜索资源列表
多项式拟合椭圆
- 多项式拟合椭圆 多项式拟合椭圆 多项式拟合椭圆-polynomial fitting elliptical pol ynomial fitting polynomial fitting oval ellipse
用切贝雪夫多项式拟合GPS卫星精密坐标
- :在GPS观测值仿真、单点定位和相对定位中,都需要不断计算GPS卫星的坐标 通过实例对切贝雪夫多项式拟合GPS精 密坐标的精度进行分析,并探讨拟合多项式阶数对拟合精度的影响
多项式拟合曲线
- 应用一般多项式拟合曲线
ols
- 最小二乘法原理及其MATLAB实现 线性拟合 多项式拟合 非线性拟合程序-Principle and MATLAB least squares linear fitting polynomial fitting nonlinear fitting procedure
PolyfitnTools
- 多项式拟合的MATLAB工具。只要具有以下几个函数 POLYFITN - A general n-dimensional polynomial fitting tool POLYVALN - An evaluation tool for polynomials produced by polyfitn POLYN2SYMPOLY - A conversion tool to generate a sympoly from the results of polyfitn POLYN
srir
- 最小二乘法——一般多项式拟合曲线,并以x-eexp(-x) 0<=x<=2 ,为例进行拟合-Least square method- general polynomial fitting curve, and x-eexp (-x) 0 < = x < = 2, as an example, fitting
LMS_poly_fit
- 最小二乘实现多项式拟合,数值分析作业,给初学者作为参考。-Achieve least-squares polynomial fitting, numerical analysis operations as a reference for beginners.
polynomialfitting
- 最小二乘法解多项式拟合问题的fortran编写的源程序 -Least squares polynomial fitting problem solution prepared fortran source
9.02
- 抛物线(二项式)拟合方法是多项式拟合常用的方法之一,计算精度较高-Parabolic (binomial) fitting polynomial fitting method is one of the methods used to calculate the accuracy of the higher
Project1
- 用VB编写的多项式拟合程序 Public Function funPolynomial(Num As Long, x() As Single, y() As Single, Degree As Integer, AA() As Single) As Long 多项式曲线拟合 y=a0+a1*x+a2*x^2+an*x^n Num为输入数据点个数 x()为输入数据点横坐标组成的数组 y()为输入数据点纵坐标组成的数组 Degree为要拟合的多项式曲线次数 A
duoxiangshinihe
- 多项式拟合 多项式拟合 多项式拟合 多项式拟合 多项式拟合-Polynomial polynomial polynomial polynomial polynomial polynomial polynomial polynomial polynomial fitting
test6
- matlab实验 用给定的多项式,y=x3-6x2+5x-3,产生一组数据(xi,yi,i=1,2,…,n),再在yi上添加随机干扰(可用rand产生(0,1)均匀分布随机数,或用rands产生N(0,1)分布随机数),然后用xi和添加了随机干扰的yi作的3次多项式拟合,与原系数比较。 如果作2或4次多项式拟合,结果如何? -matlab experiment with a given polynomial, y = x3-6x2+5 x-3, generated a set of da
多项式拟合
- 多项式拟合 封装成c++类 可以直接加载到工程下使用。具体件说明文件。
C++实现最小二乘法一元回归和多项式拟合
- C++实现最小二乘法一元回归和多项式拟合(C++ to achieve the least squares method, one-way regression and polynomial fitting)
直角坐标系-zernike多项式波面拟合程序
- 最小二乘法进行泽尼克多项式拟合将离散数据点拟合成面型。(use the least square method to fit the wavefornt with zernike polynomials.)
多项式最小二乘法拟合
- 最小二乘法拟合多项式,效果非常好,与MATLAB的多项式拟合基本一样。亲自在STM32板子上跑过,几乎直接出来答案。用法简单,包含头文件然后直接调用即可,电脑或者开发板都可以直接跑。 注意!注意!注意!说三遍...拟合之后多项式的变量x其实是(X-a),a是输入数据点的均值。(The least square method fits the polynomial, and the effect is very good. .)
BP神经网络与多项式拟合曲线
- BP神经网络与多项式拟合曲线,数据统计描述,神经网络模型,概率统计建模的理论和方法。(BP neural network and polynomial fitting curve, data statistical descr iption, neural network model, probability and statistics modeling theory and method.)
曲线拟合
- 找出一大串数据,用一个函数进行逼近,或者拟合。使其误差尽可能小(Find a bunch of data, approximate it with a function, or fit it.Make the error as small as possible)
多项式和非多项式曲线拟合
- 多项式拟合在matlab中可以使用ployfit函数求解多项式系数,通过ployval函数求解拟合多项式在某数据点处的值(Polynomial and Non-polynomial Curve Fitting)
labview拟合
- labview的曲线拟合,包括线性拟合,多项式拟合,有输入有输出(Curve fitting of LabVIEW, including linear fitting, polynomial fitting, with input and output)