搜索资源列表
GETdVg
- 数据曲线移动量提取器 1.作图模块是用MFC自己编写的,调用MATLAB进行数据曲线的多项式拟合。 2.可以提取两根曲线间的偏移量:) 3.双击运行,如果提示“libeng.dll找不到”可能是机器上没装MATLAB 4.建议使用MATLAB6.5以上版本。 5.具体使用方法可以看程序的“帮助”项:) -Extraction of data curve mobile device 1. Graphing module is written in MFC itself, cal
shuzhifenxi
- 相关知识:通过n+1个节点的次数不超过n的Lagrange插值多项式为: 其中,Lagrange插值基函数 ,k=0,1,…,n。 实验用例: 已知函数y=f(x)的一张表: x 0 10 20 30 40 50 60 70 80 90 100 110 120 y 5 1 7.5 3 4.5 8.8 15.5 6.5 -5 -10 -2 4.5 7 试验要求:利用Lagrange插值多项式 求被插值函数f(x)在点x=65处的近似值。建议:画出Lagrange插值多项
shuzhifenxi2
- 实验题目:Hermite插值多项式 相关知识:通过n+1个节点的次数不超过2n+1的Hermite插值多项式为: 其中,Hermite插值基函数 数据结构:三个一维数组或一个二维数组 算法设计:(略) 编写代码:(略) 实验用例: 已知函数y=f(x)的一张表(其中 ): x 0.10 0.20 0.30 0.40 0.50 y 0.904837 0.818731 0.740818 0.670320 0.606531 m
quxian
- 用CVI编写的对二维数组进行曲线拟和的程序。在工程中是很实用的。可拟和为直线、多项式或指数。用户需有CVI环境才可使用。-CVI prepared using two-dimensional array of curve fitting procedures. In engineering is very practical. Can be and as a straight line, polynomial or index. Users need only be used CVI envir
Zfenxi
- 离散系统Z域分析 实验步骤: 主界面下进入实验六的“离散系统Z域分析”,输入分子多项式的系数向量 按照 z 降幂的顺序输入,如:,输入为。 输入分母多项式的系数向量,按照 z 降幂的顺序输入。 鼠标单击确定按钮,显示系统函数的幅频特性曲线,相频特性曲线。-Z-domain analysis of discrete-time systems experimental steps: the main interface into the six experiments th
Datafitting
- 它包含了数据拟合、interp1 - 一元函数插值、 spline - 样条插值、polyfit - 多项式插值或拟合、curvefit - 曲线拟合、caspe - 各种边界条件的样条插值、casps - 样条拟合(没有)、interp2 - 二元函数插值、griddata - 不规则数据的二元函数插值、interp - 不单调节点插值和lagrange - 拉格朗日插值法的代码.-It contains code of data fitting, interp1- unary functio
lisanxitongzyufenxi
- 离散系统Z域分析 实验步骤: 主界面下进入实验六的“离散系统Z域分析”,输入分子多项式的系数向量 按照 z 降幂的顺序输入,如: ,输入为 。 1) 输入分母多项式的系数向量,按照 z 降幂的顺序输入。 2) 鼠标单击确定按钮,显示系统函数的幅频特性曲线,相频特性曲线。 3) 实验程序: -Z-domain analysis of discrete systems Experimental steps: Six main interface int
quxiannihe2
- 曲线拟合和多项式拟合-2,主要用于工程计算,工程优化。-Curve fitting and polynomial fitting, is mainly used for engineering calculations, engineering optimization.
quxiannihe3
- 曲线拟合和多项式拟合-3,主要用于工程计算,工程优化。-Curve fitting and polynomial fitting-3, mainly used for engineering calculations, engineering optimization.
nihe
- 已知一组实验数据 1 2 3 4 5 6 7 8 9 1 3 4 5 6 7 8 9 10 10 5 4 2 1 1 2 3 4 试用最小二乘法求它的多项式拟合曲线,并求出最低点的位置. -1,234,567,891,345,678,910 10 5 4 2 1 1 2 3 4 trial Least Squares Method polynomial fitting curve, and obtained a set of known experim
bezier
- 利用bernstein多项式画出任意n次的bezier曲线,简单易懂,容易实现-Bernstein polynomial to draw arbitrary n times bezier curve, easy to understand, easy to implement
hanshuubijin
- 用切比雪夫多项式逼近已知函数 用勒让德多项式逼近已知函数 用帕德形式的有理分式逼近已知函数 用列梅兹算法确定函数的最佳一致逼近多项式 求已知函数的最佳平方逼近多项式 用傅立叶级数逼近已知的连续周期函数 离散周期数据点的傅立叶逼近 用自适应分段线性法逼近已知函数 用自适应样条逼近(第一类)已知函数 离散试验数据点的多项式曲线拟合 离散试验数据点的线性最小二乘拟合 离散试验数据点的正交多项式最小二乘拟合 -By using Chebyshev poly
bch
- BCH(15,5,7)a communication system consists of binary source, 3 error-correcting BCH code of length 15 over GF(24) (i.e, BCH (15,5,7 code), the primitive polynomial is p(x)=1+x+x4), BPSK modulator, AWGN channel, coherent demodulator, decoder (either B
Curve-fitting
- 曲线拟合算法的实现 针对不同曲线进行多项式拟合 -Curve fitting algorithm for different polynomial curve fitting
QUXIANNIHE
- 多项式型的一个例子,1900-2000年的总人口情况的曲线拟合-An example of polynomial type, 1900-2000 the total popion of the curve fitting
duoxianshi-nihe
- 多项式曲线拟合的两个例子 比较基本的程序-Two examples of polynomial curve fitting
shuxujianmo
- matlab 在数学建模中的应用,对于输入矩阵p和输出矩阵t进行归一化处理,用训练好的模型进行仿真-Application example of nonlinear curve fitting, polynomial fitting curve operation instruction
遗传算法+数据传递机制+多项式和非多项式曲线拟合
- 多项式和非多项式曲线拟合;数据传递机制;遗传算法(Polynomial and non polynomial curve fitting and Data transfer mechanism)
多项式和非多项式曲线拟合
- 多项式拟合在matlab中可以使用ployfit函数求解多项式系数,通过ployval函数求解拟合多项式在某数据点处的值(Polynomial and Non-polynomial Curve Fitting)
classic legendre polynomial
- 用勒让德多项式技术拟合复刻输入信号,使其拟合的输入信号准确性提高从而使整个系统精度有所提升(duplicate the input data curve with lerengdre polynomial technique.)