登录
首页 » matlab » hanshuubijin

hanshuubijin

于 2020-08-24 发布 文件大小:6KB
0 238
下载积分: 1 下载次数: 50

代码说明:

  用切比雪夫多项式逼近已知函数 用勒让德多项式逼近已知函数 用帕德形式的有理分式逼近已知函数 用列梅兹算法确定函数的最佳一致逼近多项式 求已知函数的最佳平方逼近多项式 用傅立叶级数逼近已知的连续周期函数 离散周期数据点的傅立叶逼近 用自适应分段线性法逼近已知函数 用自适应样条逼近(第一类)已知函数 离散试验数据点的多项式曲线拟合 离散试验数据点的线性最小二乘拟合 离散试验数据点的正交多项式最小二乘拟合 (By using Chebyshev polynomial approximation of the known functionApproximation of the known functions by Legendre polynomialsApproximation by rational fraction of known function in the form of PadmaTo determine the best uniform function polynomial approximation with the Lemez algorithmThe best known polynomial square for function approximationContinuous periodic function with Fourier series approximation of the knownApproximation of discrete data points in the Fu Liye cycleApproximation of the known function with adaptive piecewise linear methodAdaptive spline approximation ( first class ) known functionPolynomial curve fitting of discrete data pointsLinear least squares fitting of discrete data pointsOrthogonal polynomial least squares fitting of discrete data points)

文件列表:

函数逼近
........\Chebyshev.m,588,2013-01-28
........\DFF.m,136,2006-11-25
........\FZZ.m,303,2007-03-17
........\Legendre.m,526,2006-11-25
........\lmz.m,2997,2008-04-09
........\LZXEC.m,408,2008-04-09
........\multifit.m,472,2007-02-26
........\Pade.m,780,2006-11-25
........\SmartBJ.m,1728,2008-04-09
........\SmartYTBJ.m,1991,2008-04-09
........\ZJPF.m,492,2008-04-09
........\ZJZXEC.m,1350,2008-04-09
........\新建文件夹

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • CalcActivationCode
    岩土数值模拟计算的程序,可以用来计算边坡、岩石稳定性。(Numerical simulation of geotechnical calculation program can be used to calculate the slope, rock stability.)
    2015-08-17 12:25:56下载
    积分:1
  • PatternRecognition3
    K均值算法实现二维点的聚类,可以手动选择分的类别数(K mean algorithm for clustering two dimensional points)
    2018-11-08 18:04:38下载
    积分:1
  • matlab转子有限元碰摩 pm
    matlab转子有限元碰摩计算,建模简单,自动判断碰摩与否(Maatlab finite element calculation of rotor rub-impact, modeling simple, automatic judgment rubbing or not)
    2012-11-15 13:31:00下载
    积分:1
  • Approximations_Finite_Element_Methods
    In this section we introduce the idea of Galerkin approximations by considering a simple 1-d boundary value problem
    2018-01-01 08:47:19下载
    积分:1
  • PISO-algorithm-source
    CFD数值模拟,经典PISO算法程序源程序代码。(CFD numerical simulation, classic PISO algorithm source code.)
    2013-05-15 08:24:02下载
    积分:1
  • energy-leakage--dual-tree
    首先根据高斯白噪声频率充满整个频带的特性,通过双树复小波包变换对高斯白噪声进行分解,利用频带能量泄漏的定量分析方法,验证了双树复小波包变换具有较低的频带能量泄漏特性;其次利用双树复小波包变换逐层分解信号,对每层分解所得分量求其FFT谱的峭度,得到基于双树复小波包变换的谱峭度图,根据图中峭度最大的原则,可以自动准确的选择信号分解最佳层数和最佳分量;最后将基于双树复小波包变换的谱峭度图的故障诊断方法应用于实际工程中,对齿轮故障振动信号进行分析,选择最佳分解层数和分量后利用希尔伯特包络解调,有效准确地提取了故障特征信息,验证了方法的可行性和有效性(The parameters of a filter were determined by experience, and that has a great influence on the results of signal processing. The discrete wavelet packet transform has a larger energy leakage of frequency band, which obviously affected the results of the envelope demodulation. It is necessary to have a method with a lower energy leakage of the frequency band before envelope demodulation. The dual tree complex wavelet packet transform (DT-CWPT) was a new signal processing method that had many good qualities. Because the energy leakage of the frequency band was smaller when the signal was decomposed by a dual tree complex wavelet packet transform, the dual tree complex wavelet packet transform was used to extract the fault feature information in the field of fault diagnosis. In this paper, first, according to the characteristics of Gaussian white noise, whose frequency was full of the whole frequency band, Gaussian white noise was decomposed by a dual-tree complex wavel)
    2014-05-28 17:13:41下载
    积分:1
  • transient-conduction
    非定常导热,附件包含3个源代码。分别对应着FTCE、BTCS和紧致格式的程序代码(unsteady conduction)
    2012-01-01 10:05:22下载
    积分:1
  • FDTD-
    把 Maxwell 方程式在时间和空间领域上进行差分化。利用蛙跳式(Leap frog algorithm)--空间领域内的电场和磁场进行交替计算,通过时间领域上更新来模仿电磁场的变化,达到数值计算的目的。(The Maxwell equations in time and space on the field differencing. Using the leapfrog (Leap frog algorithm)- Space field for alternating electric and magnetic fields calculated by the time domain electromagnetic field is updated to mimic the changes to achieve the purpose of numerical calculation.)
    2013-11-04 09:40:37下载
    积分:1
  • dpnewton_zuisu
    阻尼牛顿法、最速下降法、变尺度法的matlab程序。(Damped Newton' s method, steepest descent method, variable metric method matlab program.)
    2009-12-27 11:12:52下载
    积分:1
  • LU
    说明:  用Doolittle式的LU分解来求解线性方程组。(Solve the linear equations using Doolittle LU Decomposition!)
    2009-04-07 23:38:19下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载