搜索资源列表
matlab
- 课程设计:编写连续函数最佳平方逼近的算法程序(以函数形式)。并用此程序进行数值实验,并提交相应的实验结果数据与报告。 内附详细的课程设计报告与源代码
hanshubijin
- 用随机方法逼近sin函数的matlab的源程序
suijifangfabijin
- 用随机的方法逼近函数的matlab源程序
MATLAB-algorithm
- 插值 函数逼近 数值微分 数值积分 非线性方程求解 解线性方程组的直接解法 解线性方程组的迭代法 随机数生成 特殊函数计算 常微分方程的初值问题 偏微分方程的数值解法 数据统计和分析-Interpolation function approximation numerical integration of nonlinear differential equations numerical solution of linear equations
shuzhifenxikechengsheji
- 考虑在一个固定区间上用插值逼近一个函数。显然,Lagrange插值中使用的节点越多,插值多项式的次数就越高。我们自然关心插值多项式增加时,Ln(x)是否也更加靠近被逼近的函数。龙格(Runge)给出的一个例子是极著名并富有启发性-Consider a fixed-interval interpolation using a function approximation. Obviously, Lagrange interpolation nodes are used the more the n
yzcherry
- matlab的函数逼近算法,常用的里面都有,希望对你会有帮助-matlab interpolation algorithms, which are commonly used, in the hope you will help
MATLAB
- 文件里是MATLAB语言常用算法程序集,包括插值、函数逼近、数值微分、数值积分、线性方程组的求解等程序-File is a MATLAB algorithm for the assembly language used, including interpolation, function approximation, numerical differentiation, numerical integration, linear equations and other procedures
cheng-xu
- (1)认真复习第七章中用窗函数法和等波纹最佳逼近法设计FIR数字滤波器的原理; (2)调用信号产生函数xtg产生具有加性噪声的信号xt,并自动显示xt及其频谱,如图10.5.1所示; 图10.5.1 具有加性噪声的信号x(t)及其频谱如图 (3)请设计低通滤波器,从高频噪声中提取xt中的单频调幅信号,要求信号幅频失真小于0.1dB,将噪声频谱衰减60dB。先观察xt的频谱,确定滤波器指标参数。 (4)根据滤波器指标选择合适的窗函数,计算窗函数的长度N,调用MATLAB函
approximate-principle
- 介绍了一些函数插值方面的方法,主要用于通过matlab实验函数逼近打基础,-Some function interpolation method is mainly used for laying the foundation by matlab experimental function approximation
gaussfitpara
- matlab中使用gauss基函数逼近抛物线及其误差分析-matlab gauss basis function approximation using parabola and its error analysis
matlab-math-caculate-methods
- MATLAB语言常用算法程序集,包含了插值、函数逼近、矩阵特征值计算、数值微分和积分、方程求根、非线性方程组求解、特殊函数计算、常微分方程和偏微分方程的数值解法、以及数据统计和分析等等。-MATLAB language commonly used algorithm for assembly, including interpolation, function approximation, eigenvalue calculations, numerical differentiation an
funappr
- 数值计算中函数逼近MATLAB实现,其中包括拉格朗日逼近、切比雪夫逼近等.-Numerical calculation function MATLAB program, including Lagrange approximation, Chebyshev approximation .
matlab-hanshubijin
- 该算法包含的程序可实现对离散点进行拟合与函数逼近的功能-The algorithm contains a program can be realized on the discrete points are fitted with the function approximation function
yangtiao3
- 三次样条逼近函数的matlab求解实现 数值分析课程代码-Cubic spline approximation of functions for solving matlab realization Numerical Analysis Course Code
golden_section_sethod
- matlab用程序,通过黄金分割法逼近函数极大或极小值(The procedure is applicable to Matlab, which uses the golden section method to compute maximum or minimum values of functions)