当前位置:
首页 资源下载
搜索资源 - interpolation matl
搜索资源列表
-
7下载:
克里金插值matlab源程序,采用高斯模型,简单有效。,Kriging interpolation matlab source code, the use of Gaussian models, simple and effective.
-
-
2下载:
MATLAB双线性插值法对图像进行放大和缩小,MATLAB bilinear interpolation image zoom in and out
-
-
6下载:
matlab各种插值算法应用实例,包括:拉格朗日插值、艾特肯插值法、牛顿插值法、 高斯插值法、 埃尔米特插值法、 分段埃尔米特插值法、样条插值、有理分式插值法、分片双线性插值、二元三点拉格朗日插值及分片双三次埃尔米特插值-a variety of interpolation algorithm matlab application examples include: Lagrange interpolation, Aitken interpolation, Newton interpolatio
-
-
0下载:
% Nevill等插值算法地实现
不会花费大家的时间的
不希望其他人没有帐号自由下载此源码- Nevill, such as interpolation algorithm to realize they would not spend the time we do not want to see other people do not have an account free download the source code
-
-
0下载:
Matlab实现对正弦波采样的线性内插,及上采样过程。-Matlab to achieve sampling sinusoidal linear interpolation, and the sampling process.
-
-
0下载:
1.n个节点分段Lagrange插值多项式;
2.使用格式y=lagrange(x0,y0,x,k);
3.输入项x0为n维插值节点向量,y0为n维被插函数值向量;
4.x为m维插值点向量,k为分段插值多项式次数,不超过3,缺省为k=1;
5.输出y为插值点x处的函数值;- 1.n a sub-node Lagrange interpolation polynomial 2. The use of the format y = lagrange (x0, y0,
-
-
0下载:
用matlab实现对黑白以及彩色图象的放大缩小功能.其中包括三种算法:nearest neibor,Bilenear Interpolation 以及Bicubic Interpolation-Matlab achieved with black-and-white and color images zoom function. Which includes three algorithms: nearest neibor, Bilenear Interpolation and Bicubic
-
-
0下载:
一个空间点P绕一个中心点C旋转可用接续的三个变换来实现:第1个变换平移点C到坐标系原点位置,第2个变换将点P绕原点旋转,第3个变换平移点C回到其相对于坐标系原点的原始位置。当原始图像点乘以变换矩阵,得到新的图像位置点时,其位置可能不是整数值,该位置的灰度值需要通过灰度插值获得。在不改变输出图像大小的情况下,超出原始图片范围的区域,MATLAB原有函数imrotate的处理方法为将其灰度值全部置零,本文通过取模操作对超出区域进行了另外一种控制方法imrotate_my函数,能够较好的显示出图像旋转
-
-
0下载:
Image Zooming with Bilinear Interpolation in MATLAB
-