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

搜索资源列表

  1. VB_NUM5

    0下载:
  2. 用VB实现函数逼近的数值方法算法集。包括级数求和,切比雪夫逼近,积分和导数的切比雪夫逼近等五种函数逼近数值方法。-VB function approximation algorithm for the numerical method sets. Including the series, Chebyshev approximation, integral and derivative of Chebyshev approaching the five function approximatio
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2706
    • 提供者:李春波
  1. shuzhiniheyubijin

    0下载:
  2. 数值拟合与逼近方面的,包括:最小二乘曲线拟合,切比雪夫曲线拟合,最佳一致逼近多项式里米慈法,矩形域的最小二乘曲面拟合-numerical fitting with the approximation, including : least squares curve fitting, Chebyshev curve fitting, best polynomial approximation centimeters chee, rectangular region of least-squares
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:15221
    • 提供者:wgq0426
  1. Chebeshev.rar

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

    • 发布日期:2017-03-28
    • 文件大小:141743
    • 提供者:dreamhunter
  1. methods-of-function-approach

    1下载:
  2. 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
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-10
    • 文件大小:3581
    • 提供者:ldg
  1. A_Direct_Method_for_Chebyshev_Approximation_by_Rat

    0下载:
  2. 用有理多项式做Chebyshev逼近的一种直接方法的matlab程序-Direct Method for Chebyshev Approximation by Rational Functions
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:31336
    • 提供者:俞哲
  1. fit

    0下载:
  2. 数值拟合与逼近 hpirl 最小二乘曲线拟合 hchir 切比雪夫曲线拟合 hremz 最佳一致逼近的里米兹方法 hpir2 矩形域的最小二乘曲面拟合-Hpirl numerical approximation least-squares fitting and curve fitting hchir Chebyshev curve fitting hremz best uniform approximation method hpir2 meads in the rectang
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:6127
    • 提供者:lionel
  1. Matlab

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

    • 发布日期:2017-03-27
    • 文件大小:3049
    • 提供者:Wade
  1. CH8

    2下载:
  2. 8.1 最小二乘曲线拟合hpir1.c 8.2 切比雪夫曲线拟合hchir.c 8.3 最佳一致逼近的里米兹法hremz.c 8.4 矩形域的最小二乘曲面拟合hpir2.c-8.1 Least-squares curve-fitting hpir1.c 8.2 Chebyshev curve fitting the best uniform approximation hchir.c 8.3 years Meeds law hremz.c 8.4 rectangular domain
  3. 所属分类:Algorithm

    • 发布日期:2016-01-24
    • 文件大小:5523
    • 提供者:yangasdtat
  1. LATTICE

    1下载:
  2. (1)文档中描述了应用窗函数法和切比雪夫逼近法设计FIR滤波器的原理和过程,给出了相应的MATLAB程序。 (2)讨论了线性相位FIR滤波器的LATTICE结构实现方法,并给出了MATLAB程序-(1) document describes the application of window function method and Chebyshev design of FIR filters approximation theory and the process gives the co
  3. 所属分类:matlab

    • 发布日期:2016-05-01
    • 文件大小:260033
    • 提供者:huwei
  1. Function_approximation

    1下载:
  2. 本压缩包包含了13个重要的函数逼近计算程序,包括切比雪夫分逼近,勒让德逼近,傅里叶逼近,自适应逼近等经典的逼近算法。-This archive contains 13 important function approximation computer program, including sub-approximation Chebyshev, Legendre approximation, Fourier approximation, adaptive approximation and ot
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:7945
    • 提供者:zhangnijin
  1. yizhi

    0下载:
  2. 科学计算上的函数逼近的最佳一致逼近多项式。用勒让德多项式、切比雪夫多项式。-Function approximation on scientific computing best uniform approximation polynomial. With Legendre polynomials, Chebyshev polynomials.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:492845
    • 提供者:Shirley
  1. cheby

    1下载:
  2. 构造N次切比雪夫逼近多项式,实现多项式插值-Structure N times Chebyshev polynomial approximation
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:525
    • 提供者:prh
  1. Interpolation

    0下载:
  2. Chapter 4. Interpolation and Polynomial Approximation Algorithm 4.1 Evaluation of a Taylor Series Algorithm 4.2 Polynomial Calculus Algorithm 4.3 Lagrange Approximation Algorithm 4.4 Nested Multiplication with Multiple Centers Algor
  3. 所属分类:matlab

  1. chebyshevpade

    0下载:
  2. chebyshev pade 逼近,采用了chebyshev多项式-chebyshev pade approximation, using the chebyshev polynomial
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:925
    • 提供者:xuefangtang
  1. FIR_filter_design

    1下载:
  2. FIR数字滤波器设计。包括常用窗函数及其MATLAB实现、基于频率抽样法的FIR滤波器设计、基于切比雪夫逼近法的FIR滤波器设计。-FIR digital filter design. Including the common window function and its MATLAB, based on frequency sampling FIR filter design, based on Chebyshev approximation of FIR filter design.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:14660
    • 提供者:cd
  1. gsl-1.15.tar

    1下载:
  2. GNU Scientific Library (GSL) 是一个用于科学计算的 C 语言类库。有超过1000个函数。 该类库提供了关于数学计算的很多方面,包括: Complex Numbers Roots of Polynomials Special Functions Vectors and Matrices Permutations Sorting BLAS Support Linear Algebra Eigensystems Fast Fourier
  3. 所属分类:Algorithm

    • 发布日期:2017-11-10
    • 文件大小:3185838
    • 提供者:mou
  1. 6_3CM

    0下载:
  2. 数字信号处理中关于切比雪夫逼近方法计算的程序-Digital signal processing methods on Chebyshev approximation calculation procedures
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:50079
    • 提供者:zhaoyang
  1. funappr

    1下载:
  2. 数值计算中函数逼近MATLAB实现,其中包括拉格朗日逼近、切比雪夫逼近等.-Numerical calculation function MATLAB program, including Lagrange approximation, Chebyshev approximation .
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:22911
    • 提供者:huadong
  1. bijin

    0下载:
  2. 椭圆加工作业中的四圆弧切比雪夫逼近 玻璃加工-Processing operations in four elliptical arc Chebyshev approximation- glass processing
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:213180
    • 提供者:帅英琦
  1. IIR滤波器

    1下载:
  2. 模拟低通滤波器的巴特沃思逼近、切比雪夫型逼近方法;从模拟低通到模拟高通、带通、带阻的频率变换法;从模拟滤波器到数字滤波器的脉冲响应不变法、双线性变换法的基本概念、基本理论和基本方法。 巴特沃思、切比雪夫模拟低通滤波器的设计方法;利用模拟域频率变换设计模拟高通、带通、带阻滤波器的方法。 利用脉冲响应不变法、双线性变换法设计数字滤波器的基本方法;能熟练设计巴特沃思、切比雪夫低通、带通、高通、带阻数字滤波器。 利用 MATLAB 直接进行各类数字滤波器的设计方法。(The basic conce
  3. 所属分类:matlab例程

    • 发布日期:2020-04-16
    • 文件大小:8192
    • 提供者:无_kkx
« 12 »
搜珍网 www.dssz.com