搜索资源列表
Chebeshev.rar
- 切比雪夫插值(利用切比雪夫点进行多项式插值),对连续函数进行逼近。,Chebyshev interpolation (using Chebyshev polynomial interpolation points), for continuous function approximation
methods-of-function-approach
- 5种函数逼近的c++代码, 1 级数求和(EULSUM) 2 多项式和有理函数(DDPOLY(函数值), POLDIV(两个多项式的商及余)) 3 切比雪夫逼近(CHEBFT->CHEBEV) 4 积分和导数的切比雪夫逼近(CHINT(不定积分), CHDER(导函数)) 5 用切比雪夫逼近求函数的多项式逼近(CHEBPC, PCSHFT)-five function approximation of c code, a series Summation (EULSUM) 2 and ra
hsbj
- 1.级数求和 2.多项式和有理函数 3.切比雪夫逼近 4.积分和导数的切比雪夫逼近 5.有切比雪夫逼近函数的多项式逼近-1. Sum 2. Polynomials and rational functions 3. Chebyshev approximation 4. Integrals and derivatives of Chebyshev approximation 5. There Chebyshev approximating function of the polyn
Matlab
- Matlab函数逼近程序,包含下面所列多种算法的程序 。 Chebyshev 用切比雪夫多项式逼近已知函数 Legendre 用勒让德多项式逼近已知函数 Pade 用帕德形式的有理分式逼近已知函数 lmz 用列梅兹算法确定函数的最佳一致逼近多项式 ZJPF 求已知函数的最佳平方逼近多项式 FZZ 用傅立叶级数逼近已知的连续周期函数-Matlab function approximation process, including following the procedu
chazhiproject
- 数值分析中拉格朗日插值,切比雪夫插值多项式的求解,有具体题目-Numerical analysis of Lagrange interpolation, Chebyshev interpolation polynomial solution, there are specific topics
chebshev
- 切比雪夫多项式拟合卫星精密星历-chebshev
DE
- 差分进化算法(Differential Evolution, DE)是一种新兴的进化计算技术。它是由Storn等人于1995年提出的,最初的设想是用于解决切比雪夫多项式问题,后来发现DE也是解决复杂优化问题的有效技术。本人实现了简单的DE-DE is used for multidimensional real-valued functions but does not use the gradient of the problem being optimized, which means DE
ChebyshevExpansion
- 给定一个普通多项式p(x),用列向量表示,阶次从高到低排列,此函数返回p(x)的切比雪夫多项式展开的系数,返回的的结果也是一个列向量,同样按切比雪夫多项式的阶次从高到低排列 另外该函数用cos(x)项傅里叶级数展开一个多项式- ChebyshevExpansion.m by David Terr, Raytheon, 5-26-04 Given a polynomial f(x) of degree n expressed as a row vector of c
yizhi
- 科学计算上的函数逼近的最佳一致逼近多项式。用勒让德多项式、切比雪夫多项式。-Function approximation on scientific computing best uniform approximation polynomial. With Legendre polynomials, Chebyshev polynomials.
Chebyshev
- 介绍了切比雪夫多项式的实施过程,以及其主要的步骤和方法。-Introduced the Chebyshev polynomials of the implementation process, and its main steps and methods.
Chebyshev-
- 用vb编写的一款可用于切比雪夫多项式运算来计算GPS运行轨道的程序。-Vb prepared with a Chebyshev polynomial can be used to calculate the GPS orbit operations of the program.
5
- Chebyshev 用切比雪夫多项式逼近已知函数 Legendre 用勒让德多项式逼近已知函数 Pade 用帕德形式的有理分式逼近已知函数 lmz 用列梅兹算法确定函数的最佳一致逼近多项式 ZJPF 求已知函数的最佳平方逼近多项式 FZZ 用傅立叶级数逼近已知的连续周期函数 DFF 离散周期数据点的傅立叶逼近 SmartBJ 用自适应分段线性法逼近已知函数 SmartBJ 用自适应样条逼近(第一类)已知函数 multifit 离散试验数据点的多项式曲线拟合
hrft
- 基于切比雪夫多项式对fft的一种改进算法- An improved algorithm for fft based on Chebyshev polynomials
neicha
- 该程序实现了由拉格朗日多项式,牛顿多项式,切比雪夫多项式进行内插的过程,非常方便使用。-The program carried out by the Lagrange,Newton and chebyshev polynomial interpolation process is very easy to use.
MATLAB
- matlab源程序,牛顿,拉格朗日插值,艾特金公式,切比雪夫多项式插值-matlab source, Newton, Lagrange interpolation formula Aitkin, Chebyshev polynomial interpolation
hanshuubijin
- 用切比雪夫多项式逼近已知函数 用勒让德多项式逼近已知函数 用帕德形式的有理分式逼近已知函数 用列梅兹算法确定函数的最佳一致逼近多项式 求已知函数的最佳平方逼近多项式 用傅立叶级数逼近已知的连续周期函数 离散周期数据点的傅立叶逼近 用自适应分段线性法逼近已知函数 用自适应样条逼近(第一类)已知函数 离散试验数据点的多项式曲线拟合 离散试验数据点的线性最小二乘拟合 离散试验数据点的正交多项式最小二乘拟合 -By using Chebyshev poly
Chebyshev
- 这个是用MATLAB写得 关于切比雪夫多项式展开的程序,输入一个函数 可以直接得到切比雪夫的展开时 很方便-This is written in MATLAB about the Chebyshev polynomial expansion program, enter a function can be very convenient Chebyshev expansion
chebyshev
- 用于数据拟合,切比雪夫多项式拟合,精度挺高的,可以被广泛应用(For data fitting, Chebyshev polynomial fitting, the accuracy is very high, can be widely used)
Chebyshev
- 实现切比雪夫多项式拟合的函数源代码,保存后可直接调用(Chebyshev polynomial fitting function source code, save directly after the call.)