搜索资源列表
click2smooth
- 曲线的平滑,应用贝塞尔曲线进行平滑,点击要平滑的点即可-With this program you can smooth your data automatically only by selecting the area to be smoothed with 2 clicks. Then INTERP1 is used to smooth. The operation is repeated until you press ENTER.
Datafitting
- 它包含了数据拟合、interp1 - 一元函数插值、 spline - 样条插值、polyfit - 多项式插值或拟合、curvefit - 曲线拟合、caspe - 各种边界条件的样条插值、casps - 样条拟合(没有)、interp2 - 二元函数插值、griddata - 不规则数据的二元函数插值、interp - 不单调节点插值和lagrange - 拉格朗日插值法的代码.-It contains code of data fitting, interp1- unary functio
factorg
- 插值计算 底质遥感反射率 水面之下遥感反射率-interp1 bottom reflectance underwater irradaince reflectance
qinterp123
- Performs nearest-neighbor or linear interpolation much faster than interp1 when an evenly-spaced lib
interp1_interp2
- C语言实现Matlab中interp1和interp2中的功能。-Interp1 and interp2 in Matlab, C language the function.
interp
- interp1.m、interp2.m和interp3.m分别为一维、二维和三维的插值函数-interp1.m, interp2.m and interp3.m are one-dimensional, two-dimensional and three-dimensional interpolation function
pscnc
- Matlab has a lot of functions for interpolate, depending on what you re trying to do. You don t need a toolbox for it, either. Type "doc interp1" to get started and navigate the help file from there.
interp1
- 一个MATLAB源函数,用来计算插值,可以选择使用线性,三次样条插值,Hermite插值等方法,希望对大家有用。-A MATLAB source function, used to calculate the interpolation, you can choose to use linear, cubic spline interpolation, Hermite interpolation, in the hope that useful.
INTERP1
- 一元函数插值 根据数据(x,y)给出在xi的线性插值结果yi-Unary function interpolation
wave read
- 输入一wav格式声音信号 输出对声音信号进行抽取并插值后的频谱图(源程序为8倍重采样),并可使用play函数进行播放试听,如play(nearest),play(ori) 有ori原始音质、ups插值音质、downs抽取音质三种及以下五种重采样音质 重采样试听种类有nearest,linear,spline,pchip,cubic,插值算法详见interp1函数 可用过取消注释“高斯白噪声”、“高频噪声”对声音信号加入噪声-Wav format input-output
Matlab1
- Matlab插值法应用示例,元胞数组的应用-the method of interp1 in Matlab
Data-fitting
- 数据拟合 interp1 - 一元函数插值 spline - 样条插值 polyfit - 多项式插值或拟合 curvefit - 曲线拟合 caspe - 各种边界条件的样条插值 casps - 样条拟合(没有) interp2 - 二元函数插值 griddata - 不规则数据的二元函数插值 *interp - 不单调节点插值 *lagrange - 拉格朗日插值法- Data fitting interp1- one yu
gridfitdir
- GRIDFIT是一个曲面建模工具,它的形式为z(x; y)分散(或定期)数据。 由于它不是插值,它允许在您的数据中存在重复,没有问题。 我的意思是什么由“插值”? 插值是一个总是被设计的代码准确预测所有提供的数据。 GRIDDATA和INTERP1就是例子 插值。 GRIDFIT更准确地描述为近似值。它产生一个表面,表示所提供数据的行为 尽可能接近,允许数据中的噪声和复制数据。(GRIDFIT is a surface modeling tool, fitting a surface of