搜索资源列表
changyongsuanfachengxuji
- 本程序针对工程中常用的行之有效的算法而编写,其主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。 书中所有算法均用C语言描述。 本程序集可供广大科研人员、工程技术人员以及管理工作者阅读使用,也可作为高等院校师生的参考程序。 与本程序配套的书为《C常用算法程序集》。也一同上传。可从本网站上下载。
spline
- 问题:用三次样条插值法求节点的函数值。 算法描述: 1. 以 为参数变量的方法(三弯矩方程) 用二阶导数值 来计算S(x)。 首由有条件构造函数 的线性表达式,然后对 积分,在利用连续性得到三次样条函数S(x)在区间[ ]上的表达式 式中 是未知参数。 由第一类边界 ,导出关于 的三对角方程组 = 式中, k=1,2,…n-1 , 求出 后再代入S(x)得到函数值。
sanyangtiao
- 简单的三次样条插值函数-simple cubic spline interpolation function
Romberg
- 龙贝格插值算法求积分下限为0,积分上限为1的,被积函数为4/1+x*x的积分-Romberg interpolation algorithm quadratures threshold of 0, points to a ceiling of the function of the plot was 4 / 1 x * x points
5_1_3
- 用拉格朗日插值多项式求函数近似值 在visual C++ 6.0可以查看源代码-Lagrange interpolation polynomial for function approximation in the visual C++ 6.0 can view the source code
sample-rate-conversion
- 内容包括:解线性代数方程组,插值,数值积分,特殊函数,函数逼近,特征值问题,数据拟合,方程求根和非线性方程组求解-VB -Include: solving linear algebraic equations, interpolation, numerical integration, special functions, function approximation, eigenvalue problem, the data fit the equation and non-linear eq
C_language_algorithms_for_Quick_Lookup_Manual
- 《C语言算法速查手册》用C语言编写了科研和工程中最常用的166个算法,这些算法包括复数运算、多项式的计算、矩阵运算、线性代数方程组的求解、非线性方程与方程组的求解、代数插值法、数值积分法、常微分方程(组)初值问题的求解、拟合与逼近、特殊函数、极值问题、随机数产生与统计描述、查找、排序、数学变换与滤波等。同时结合这些算法列举了将近100个应用实例,对其进行验证和分析。 -" C language algorithms for Quick Fact Manual" using
delphi_example_spline
- delphi三次样条插值函数程序源码,可以对任意个数的数据进行三次样条插值,数据以excel格式保存-delphi-Three times spline interpolation
yt
- 希尔伯特黄算法中EMD分界函数的三次样条插值函数的源程序。-Hilbert Huang algorithm the EMD boundaries function cubic spline interpolation function of the source.
chazhi
- 拉格朗日差值和牛顿(线性插值)函数示例,将结果输出到文本文件-Lagrangian difference and Newton (linear interpolation) function example, to output the results to a text file
kriging-toolbox
- 克里金插值工具箱函数 用于计算克里金插值计算问题-Kriging toolbox function is used to calculate the kriging interpolation calculation
matlab
- 在采样点之间的频率响应是由各采样点的加权内插函数叠加而形成的,因而有一定的逼近误差。该误差大小取决于理想频率响应的形状,理想频响特性变化越平缓,内插值越接近理想值,逼近误差越小;反之,如果采样点之间的理想频响特性变化越陡,则内插值与理想值之间的误差越大,因而在理想滤波器不连续点的两边,就会产生尖峰,而在通带和阻带就会产生波纹。用频率采样法设计的实际滤波器频率响应如图1所示。由图1可知,实际滤波器的阻带衰减取决于内插函数第一旁瓣幅度值的大小,其大小决定了所设计的滤波器的阻带性能。-Interpol
Newton
- 插值法利用函数f (x)在某区间中若干点的函数值,作出适当的特定函数,在这些点上取已知值,在区间的其他点上用这特定函数的值作为函数f (x)的近似值-Interpolation method using the function f (x) is the function value of a number of points in a certain interval, the specific function to make appropriate known values
daima
- 编写了几个函数,通过直接调用就可以插值显示绘制gis栅格图-Write several functions that can be called directly interpolation draw GIS raster maps
wave read
- 输入一wav格式声音信号 输出对声音信号进行抽取并插值后的频谱图(源程序为8倍重采样),并可使用play函数进行播放试听,如play(nearest),play(ori) 有ori原始音质、ups插值音质、downs抽取音质三种及以下五种重采样音质 重采样试听种类有nearest,linear,spline,pchip,cubic,插值算法详见interp1函数 可用过取消注释“高斯白噪声”、“高频噪声”对声音信号加入噪声-Wav format input-output
sectionspline
- 用于二维平面的闭合曲线三次插值,通过给定的几个坐标点,完成闭合曲线的三次插值函数-Closed curve cubic interpolation for two-dimensional plane, through a given number of coordinate points, complete the closed curve cubic interpolation function
Cpp4
- 三次样条插值求函数近似值;追赶法求解方程组。-Cubic spline interpolation for function approximation catching method for solving equations.
chizhi
- 画出地貌地形图,熟悉各个matlab语句的掌握与运用,掌握运用插值函数的调用格式,对各种调用函数的格式语句要能够熟练的应用-Draw terrain map, master and use the MATLAB statement, master the use of interpolation function call forms, application format statement of a function call to be able to
DTL
- 二元三节点拉格朗日插值函数源代码,用于二位数据插值和科学计算,适合学习matlab者参考。-Two yuan three-node Lagrange interpolation function source code for the two data interpolation and scientific computing for learning matlab reference.
double_fit
- 输入包含x,y,z信息的dat/txt/lvm数据库,通过双线性插值函数实现二维插值。(Two dimensional interpolation)