CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - matlab Polynomial

搜索资源列表

  1. matlab多项式

    0下载:
  2. matlab多项式的应用在趋向拟和的数据的拟和方面应用非常广泛-Matlab polynomial trend in the application and data to the application and to be very broad
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:15.98kb
    • 提供者:李华
  1. Lagrange-polynomial-interpolation

    0下载:
  2. 拉格朗日(Lagrange)多项式插值算法源代码这是一个Matlab实现的拉格朗日多项式插值算法,它使用拉格朗日多项式插值的方法近似点定义函数。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:35.63kb
    • 提供者:杨霄
  1. Chebeshev.rar

    3下载:
  2. 切比雪夫插值(利用切比雪夫点进行多项式插值),对连续函数进行逼近。,Chebyshev interpolation (using Chebyshev polynomial interpolation points), for continuous function approximation
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:138.42kb
    • 提供者:dreamhunter
  1. Rungehanshuchazhiwenti.rar

    0下载:
  2. 比较三次样条插值和拉格朗日插值多项式对runge函数插值的效果并作图解释,Comparison of cubic spline interpolation and Lagrange interpolation polynomial interpolation of the Runge function and mapping to explain the effect of
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:124.59kb
    • 提供者:Liu
  1. legendrefit.rar

    0下载:
  2. Legendre polynomial fitting(勒让德多项式拟合) 该算法程序找出N阶勒让德多项式你的的权值系数 ,Legendre polynomial fitting (Legendre polynomial fitting) procedures to identify the algorithm N-order Legendre polynomials your weight coefficient
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:2.22kb
    • 提供者:okboy
  1. shuxuejianmo_8.rar

    0下载:
  2. (拟合) 用给定的多项式,y=x3-6x2+5x-3,产生一组数据(xi,yi,i=1,2,…,n),再在yi上添加随机干扰(可用rand产生(0,1)均匀分布随机数,或用rands产生N(0,1)分布随机数),然后用xi和添加了随机干扰的yi作的3次多项式拟合,与原系数比较。 如果作2或4次多项式拟合,结果如何? ,(Fitting) with a given polynomial, y = x3-6x2+5 x-3, generated a set of data (xi, yi, i
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:26.4kb
    • 提供者:mazhen
  1. zernfun

    0下载:
  2. 波面的zernike多项式拟合,在光学测试领域应用相当广泛-Wave surface zernike polynomial fitting, in the field of application of a wide range of optical test
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:2.26kb
    • 提供者:zsz3961
  1. DPD_sim

    10下载:
  2. Digital Predistortion of Nonlieaner RF Power Amplifier with Memory Effects. This M code simulates a DPD technique linearization for a AB-class nonlinear HPA with memory effects. Here we consider a memory polynomial predistorter to modeling nonline
  3. 所属分类:matlab

    • 发布日期:2014-07-25
    • 文件大小:19.05mb
    • 提供者:shahram
  1. ols

    6下载:
  2. 最小二乘法原理及其MATLAB实现 线性拟合 多项式拟合 非线性拟合程序-Principle and MATLAB least squares linear fitting polynomial fitting nonlinear fitting procedure
  3. 所属分类:matlab

    • 发布日期:2015-01-05
    • 文件大小:836byte
    • 提供者:晓柳
  1. dechirp

    0下载:
  2. 关于离散多项式变换解线性调频信号的文献和matlab程序-On the discrete polynomial transform the solution of linear FM signal matlab program literature and
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.06mb
    • 提供者:wangwenw2
  1. CCITT_CRC16

    2下载:
  2. CCITT的CRC16代码,自己编写的已通过验证,注意和Matlab的CRC函数有所不同。-This scr ipt calculates the 16-bit ITU-T CRC. The generator polynomial is G(x)=1+ X^5+ X^12+ X^16
  3. 所属分类:matlab

    • 发布日期:2014-12-14
    • 文件大小:584byte
    • 提供者:张原
  1. Matlab

    1下载:
  2. Matlab函数逼近程序,包含下面所列多种算法的程序 。 Chebyshev 用切比雪夫多项式逼近已知函数 Legendre 用勒让德多项式逼近已知函数 Pade 用帕德形式的有理分式逼近已知函数 lmz 用列梅兹算法确定函数的最佳一致逼近多项式 ZJPF 求已知函数的最佳平方逼近多项式 FZZ 用傅立叶级数逼近已知的连续周期函数-Matlab function approximation process, including following the procedu
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2.98kb
    • 提供者:Wade
  1. Matlab

    0下载:
  2. Matlab数据统计和分析的程序,包含下面所列的多种算法的 MultiLineReg 用线性回归法估计一个因变量与多个自变量之间的线性关系 PolyReg 用多项式回归法估计一个因变量与一个自变量之间的多项式关系 CompPoly2Reg 用二次完全式回归法估计一个因变量与两个自变量之间的关系 CollectAnaly 用最短距离算法的系统聚类对样本进行聚类 DistgshAnalysis 用Fisher两类判别法对样本进行分类 MainAnalysis 对样本进行主成分
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3.45kb
    • 提供者:Wade
  1. polynomial

    2下载:
  2. 对滤波器耦合矩阵中的极点和零点位置进行编程,以求出表示零点极点的多项式-Coupling matrix of the filter pole and zero position programming has been calculated F (w) E (w) polynomial
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1.19kb
    • 提供者:eddiej
  1. numerical-methods-using-matlab--4th--Edition

    0下载:
  2. Numerical Methods Using Matlab (4th Edition),John H. Mathews (Author), Kurtis K. Fink (Author).This book provides a fundamental introduction to numerical analysis. This book covers numerous topics including Interpolation and Polynomial Approximation,
  3. 所属分类:matlab

    • 发布日期:2017-06-13
    • 文件大小:20.39mb
    • 提供者:wenhs
  1. prbs-matlab

    0下载:
  2. 基于Matlab 平台根据反馈数字逻辑给出了m 序列的计算机生成源程序和m 序列的基本性质的考察代码。可根据输入的八进制 本原多项式系数生成相应的m 序列。上机结果验证了程序的正确性和有效性-Matlab-based platform based on feedback digital logic m-sequence are given computer-generated source code and the basic properties of m-sequence code vi
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:104.19kb
    • 提供者:史培霖
  1. Polynomial-fitting-code

    1下载:
  2. 文件为采用matlab进行多项式拟合的程序及其详细讲解-File using matlab polynomial fitting program and explain in detail
  3. 所属分类:matlab

    • 发布日期:2015-10-22
    • 文件大小:7kb
    • 提供者:姜水
  1. zenilke.matlab

    1下载:
  2. 光机集成的泽尼克多项式拟合,采用matlab编程实现(Zernike polynomial fitting for Opto mechanical integration)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:5kb
    • 提供者:ADHL
  1. D 生成泽尼克多项式的matlab代码

    1下载:
  2. 拟合zernike多项式,这里给出了前35项的泽尼克像差。有需要的话可以继续添加像差。(Fitting zernike polynomial.The zernike aberrations of the first 35 terms are given here. Continue to add aberrations if necessary)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:1kb
    • 提供者:中苏
  1. 最小二乘法在商业活动中的应用及其在MATLAB的实现

    0下载:
  2. 利用基于最小二乘法的多项式拟合算法处理商业数据,包含源码(Using the polynomial fitting algorithm based on the least square method to deal with commercial data, including the source code)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1.7mb
    • 提供者:hgfji
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com