搜索资源列表
用matlab实现多次最佳一致的函数逼近
- 用matlab实现多次最佳一致的函数逼近,算法由本人独立完成,经过实践检验-using Matlab best to achieve the same number of function approximation algorithm independent, I will be completed through the test of practice
shuzhiniheyubijin
- 数值拟合与逼近方面的,包括:最小二乘曲线拟合,切比雪夫曲线拟合,最佳一致逼近多项式里米慈法,矩形域的最小二乘曲面拟合-numerical fitting with the approximation, including : least squares curve fitting, Chebyshev curve fitting, best polynomial approximation centimeters chee, rectangular region of least-squares
why
- 分别用窗函数法和等波纹最佳一致逼近法分别对FIR数字滤波器进行设计和仿真,并通过具体实例进行实现-respectively window function method and the best Bellows were consistent approximation of FIR digital filter design and simulation , and through concrete examples for achieving
最佳一致逼近的里米兹算法
- 最佳一致逼近的里米兹算法-best approximation algorithm Meads Lane
exa070501
- 共轭正交镜像滤波器组的设计。令N=22,wp=0.45pi,用切比雪夫最佳一致逼近法设计单带滤波器G(z),在得到半带滤波器Hlf(z). -conjugate mirror filters orthogonal design. Order N = 22, wp = 0.45pi. Chebyshev with the best approximation consistent single-band filter design G (z), with the half-band filte
signal
- 利用最佳一致逼近设计数字滤波器的程序,根据提示输入参数,程序输出单位取样响应h[n]-use the best approximation of the digital filter design process, according to suggest input parameters, output units sampling procedures response h [n]
多项式逼近之最佳一致逼近
- 多项式逼近之最佳一致逼近-polynomial approximation best approximation
CH7
- 一些很有用的数值计算程序:包括多种数值逼近算法的C语言程序,如龙格逼近算法,里米兹一致逼近算法等
Chapter03.FunctionApproximation
- 清华大学《数值分析A》-第03章.函数逼近 最佳一致逼近 最佳平方逼近 最小二乘法曲线拟合
numerical_analysis_classic
- 数值分析中最常用的14个程序: 01_N皇后问题 01_循环赛程表 02_分段线性插值 02_牛顿插值法 03_构造正交多项式 03_最佳一致逼近多项式 04_简单迭代法求方程根[1+1;x] 04_简单迭代法求方程根[sqrt(x+1)] 05_复化梯形公式求积 06_尤拉公式解初值问题 08_高斯消去法解方程组 09_连分式法求积 10_迭代法解线性方程组 10_雅可比方法
finest_multinomial_new
- 数值分析中的最佳一致逼近多项式问题,程序中含多项式输入界面。
FIRdesign
- FIR数字滤波器的设计方法主要是建立在对理想滤波器频率特性作某种近似的基础上的。这些近似方法有窗函数法、频率抽样法、最佳一致逼近法。在这里只讨论窗函数法。程序中也是采用了这种方法。-FIR digital filter design method is mainly based on the frequency characteristics of the ideal filter for some kind of approximation on the basis of. These app
fitting_criterion
- 实现对函数的拟合与逼近 hpirl 最小二乘曲线拟合 hchir 切比雪夫曲线拟合 hremz 最佳一致逼近的里米兹方法 hpir2 矩形域的最小二乘曲面拟合-asdf
fit
- 数值拟合与逼近 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
DEFIRC
- defirC.for 用切比雪夫最佳一致逼近法设计FIR滤波器,调用子程序remez1。-Chebyshev defirC.for with the best uniform approximation FIR filter design, call subroutine remez1.
Matlab
- Matlab函数逼近程序,包含下面所列多种算法的程序 。 Chebyshev 用切比雪夫多项式逼近已知函数 Legendre 用勒让德多项式逼近已知函数 Pade 用帕德形式的有理分式逼近已知函数 lmz 用列梅兹算法确定函数的最佳一致逼近多项式 ZJPF 求已知函数的最佳平方逼近多项式 FZZ 用傅立叶级数逼近已知的连续周期函数-Matlab function approximation process, including following the procedu
CH8
- 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
FIR_c
- 用切比雪夫最佳一致逼近设计fir滤波器并用lattice实现-fir
chebyshev-original
- 用切比雪夫最佳一致逼近法实现函数最优近似-a chebyshev algorithm
5
- Chebyshev 用切比雪夫多项式逼近已知函数 Legendre 用勒让德多项式逼近已知函数 Pade 用帕德形式的有理分式逼近已知函数 lmz 用列梅兹算法确定函数的最佳一致逼近多项式 ZJPF 求已知函数的最佳平方逼近多项式 FZZ 用傅立叶级数逼近已知的连续周期函数 DFF 离散周期数据点的傅立叶逼近 SmartBJ 用自适应分段线性法逼近已知函数 SmartBJ 用自适应样条逼近(第一类)已知函数 multifit 离散试验数据点的多项式曲线拟合