Location:
Search - INTERP1
Search list
Description: 曲线的平滑,应用贝塞尔曲线进行平滑,点击要平滑的点即可-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.
Platform: |
Size: 10240 |
Author: 李继 |
Hits:
Description: 它包含了数据拟合、interp1 - 一元函数插值、 spline - 样条插值、polyfit - 多项式插值或拟合、curvefit - 曲线拟合、caspe - 各种边界条件的样条插值、casps - 样条拟合(没有)、interp2 - 二元函数插值、griddata - 不规则数据的二元函数插值、interp - 不单调节点插值和lagrange - 拉格朗日插值法的代码.-It contains code of data fitting, interp1- unary function interpolation, spline- spline interpolation, polyfit- polynomial interpolation or fitting, curvefit- curve fitting, caspe- a variety of boundary conditions of the spline interpolation, casps- spline fitting (no), interp2- binary function interpolation, griddata- the dual function of irregular data interpolation, interp- interpolation nodes is not monotonous, and lagrange- Lagrange interpolation.
Platform: |
Size: 20480 |
Author: 温娟 |
Hits:
Description: 插值计算 底质遥感反射率 水面之下遥感反射率-interp1 bottom reflectance underwater irradaince reflectance
Platform: |
Size: 1024 |
Author: 杨狰狞 |
Hits:
Description: Performs nearest-neighbor or linear interpolation much faster than interp1 when an evenly-spaced lib
Platform: |
Size: 2048 |
Author: nnmb |
Hits:
Description: C语言实现Matlab中interp1和interp2中的功能。-Interp1 and interp2 in Matlab, C language the function.
Platform: |
Size: 1024 |
Author: duyanxu |
Hits:
Description: interp1.m、interp2.m和interp3.m分别为一维、二维和三维的插值函数-interp1.m, interp2.m and interp3.m are one-dimensional, two-dimensional and three-dimensional interpolation function
Platform: |
Size: 15360 |
Author: wangxusi |
Hits:
Description: 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.
Platform: |
Size: 456704 |
Author: thancolun |
Hits:
Description: 简单的一维插值例子,可以简单的学习一下,通过这样,能理解一维插值。-a simple interp1
Platform: |
Size: 113664 |
Author: shihoubao |
Hits:
Description: 一个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.
Platform: |
Size: 4096 |
Author: 杜玉麟 |
Hits:
Description: 一元函数插值
根据数据(x,y)给出在xi的线性插值结果yi-Unary function interpolation
Platform: |
Size: 4096 |
Author: 张百乐 |
Hits:
Description: 输入一wav格式声音信号
输出对声音信号进行抽取并插值后的频谱图(源程序为8倍重采样),并可使用play函数进行播放试听,如play(nearest),play(ori)
有ori原始音质、ups插值音质、downs抽取音质三种及以下五种重采样音质
重采样试听种类有nearest,linear,spline,pchip,cubic,插值算法详见interp1函数
可用过取消注释“高斯白噪声”、“高频噪声”对声音信号加入噪声-Wav format input-output audio signal and extracting the sound signal spectrum after interpolation (resampling source 8 times), and can be played using the play function audition, such as play (nearest), play (ori) with ori original sound, ups interpolation quality, downs and extracted three kinds of sound quality resampling the following five types of resampling audition with nearest, linear, spline, pchip, cubic, interpolation algorithm described interp1 function can be used to abolish the comment " Gaussian white noise" , " frequency noise " of the sound signal to the noise
Platform: |
Size: 1024 |
Author: jiamenghan |
Hits:
Description: Matlab插值法应用示例,元胞数组的应用-the method of interp1 in Matlab
Platform: |
Size: 2048 |
Author: 孟飞 |
Hits:
Description: 数据拟合
interp1 - 一元函数插值
spline - 样条插值
polyfit - 多项式插值或拟合
curvefit - 曲线拟合
caspe - 各种边界条件的样条插值
casps - 样条拟合(没有)
interp2 - 二元函数插值
griddata - 不规则数据的二元函数插值
*interp - 不单调节点插值
*lagrange - 拉格朗日插值法- Data fitting interp1- one yuan function interpolation spline- Spline polyfit- polynomial interpolation or fitting curvefit- Curve fitting caspe- various boundary conditions spline interpolation casps- spline fitting (not ) interp2- binary function interpolation griddata- irregular data binary function interpolation * interp- not monotonous Interplating * lagrange- Lagrange polynomial
Platform: |
Size: 20480 |
Author: lxc |
Hits:
Description: GRIDFIT是一个曲面建模工具,它的形式为z(x; y)分散(或定期)数据。 由于它不是插值,它允许在您的数据中存在重复,没有问题。 我的意思是什么由“插值”? 插值是一个总是被设计的代码准确预测所有提供的数据。 GRIDDATA和INTERP1就是例子
插值。 GRIDFIT更准确地描述为近似值。它产生一个表面,表示所提供数据的行为
尽可能接近,允许数据中的噪声和复制数据。(GRIDFIT is a surface modeling tool, fitting a surface of the form z(x; y) to scattered (or regular) data. As it is not an interpolant, it allows the existence of replicates in your data with no problems. What do I mean by an "interpolant"? An interpolant is a code that is designed to always exactly predict all supplied data. GRIDDATA and INTERP1 are examples of interpolants. GRIDFIT is more accurately described as an approximate. It produces a surface which represents the behavior of the supplied data as closely as possible, allowing for noise in the data and for replicate data.)
Platform: |
Size: 2655232 |
Author: xjx1021 |
Hits: