CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - code interpolation matlab
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - code interpolation matlab - List
[
matlab
]
2D CUDA-based bilinear interpolation
DL : 0
This MEX performs 2d bilinear interpolation using an NVIDIA graphics chipset. To compile and run this software, one needs the NVIDIA CUDA Toolkit (http://www.nvidia.com/object/cuda_get.html) and, of course, an NVIDIA graphics card of reasonably modern vintage. BUILDING INSTRUCTIONS: Change the 'MATLAB' (and if necessary, 'MEX') variables in the Makefile to appropriate values, then simply run 'make' at a prompt and an executable (mex/mexmac/mexmaci/dll?) file will be created. This code uses your GPU's built-in bilinear texture interpolation capability, and is very fast. For reasonably sized operations (taking, say, a 50x50 matrix up to 1000x1000) CUDA-based code is 5-10x faster than linear interp2 (as tested on a MBP 2.4GHz C2D, GeForce 8600M GT). With very (VERY) large matrices, however, it has the capability of completely crashing your computer or giving bizarre results. Be careful!
Update
: 2010-09-10
Size
: 36.99kb
Publisher
:
whitewalter
[
Mathimatics-Numerical algorithms
]
method
DL : 0
MatLab的拉格朗日插值法-MatLab Lagrange interpolation
Update
: 2025-02-19
Size
: 3kb
Publisher
:
胡志超
[
matlab
]
图象插值方法的研究和实现
DL : 3
这是双线性插值法的MATLAB程序,实现了图像插值方法-This is bilinear interpolation MATLAB program, realized the Image Interpolation Method
Update
: 2025-02-19
Size
: 3kb
Publisher
:
张正
[
Special Effects
]
Code
DL : 0
用matlab编写的线性插值,最近邻域插值,和双三次样条插值。-using Matlab prepared by the linear interpolation, the recent neighborhood interpolation and bicubic spline interpolation.
Update
: 2025-02-19
Size
: 18kb
Publisher
:
周萍
[
Windows Develop
]
bbb
DL : 0
用MATLAB画出三次样条插值函数曲线图(先用C++求出M)-Using MATLAB to draw cubic spline interpolation function curves (first C++ Calculated M)
Update
: 2025-02-19
Size
: 3kb
Publisher
:
ren
[
Special Effects
]
nedi
DL : 0
New Edge-Directed Interpolation
Update
: 2025-02-19
Size
: 178kb
Publisher
:
徐朝阳
[
Picture Viewer
]
scr
DL : 0
自己编写的程序,实现dicom文件显示,窗宽窗位调整;利用双线性插值完成图像的缩放。-I have written procedures, to achieve DICOM documents show that window-width window level adjustment the use of bilinear interpolation image scaling.
Update
: 2025-02-19
Size
: 43kb
Publisher
:
lu
[
matlab
]
Hermite
DL : 0
Matlab中没有现成的Hermite插值函数,必须编写一个M文件实现插值。 设n个节点的数据以数组x0 (已知点的横坐标), y0(函数值), y1(导数值)输入(注意Matlat的数组下标从1开始), m个插值点以数组x 输入,输出数组y 为m 个插值。编写一个名为hermite.m的M文件。 -Matlab is not off-the-shelf Hermite interpolation function, we must realize the preparation of a document M interpolation. N nodes for the data to an array x0 (known point of abscissa), y0 (function value), y1 (numerical derivative) input (note the subscript Matlat array starting at 1), m to the array of interpolation points x input and output array y for m months interpolation. Hermite.m the preparation of a M-file.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
贺鼎宏
[
matlab
]
Lagrange-polynomial-interpolation
DL : 0
拉格朗日(Lagrange)多项式插值算法源代码这是一个Matlab实现的拉格朗日多项式插值算法,它使用拉格朗日多项式插值的方法近似点定义函数。-Lagrange (Lagrange) polynomial interpolation algorithm source code This is a Matlab realization of Lagrange polynomial interpolation algorithm, which uses the Lagrange polynomial interpolation method similar to the definition of function points.
Update
: 2025-02-19
Size
: 35kb
Publisher
:
杨霄
[
matlab
]
Matlab-Newton-Interpolation-Code
DL : 0
这个matlab程序实现了牛顿插值 (Newton s Interpolation )算法-The matlab program Interpolation Newton (Newton s Interpolation) algorithm
Update
: 2025-02-19
Size
: 46kb
Publisher
:
liyuedsg
[
Special Effects
]
code
DL : 0
此原碼是兩種比較常見的內插法,分別是鄰近內插法及雙線性內插法,希望可以幫助到大家-The original code is the more common two types of interpolation, which are adjacent interpolation and bilinear interpolation, I hope you can help to
Update
: 2025-02-19
Size
: 1kb
Publisher
:
林大鈞
[
Windows Develop
]
Kringing
DL : 0
克里金插值matlab源程序,采用高斯模型,简单有效。-Kriging interpolation matlab source code, the use of Gaussian models, simple and effective.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
zd
[
matlab
]
Matlab
DL : 0
MATLAB最近临插值算法和线性插值算法,完全代码,关于matlab的插值算法图像放大-MATLAB interpolation algorithm and a recent clinical linear interpolation algorithm, complete code, matlab interpolation algorithm on the image to enlarge
Update
: 2025-02-19
Size
: 3kb
Publisher
:
matlab
[
Multimedia Develop
]
ba_interpolation
DL : 0
the given code is used for matlab image interpolation techniques
Update
: 2025-02-19
Size
: 575kb
Publisher
:
LOKESH
[
Other
]
Triangle_view
DL : 0
Matlab code to view the image of a triangle under different views given the coordinates and color of its vertices. Colors inside triangle are found by interpolation
Update
: 2025-02-19
Size
: 3kb
Publisher
:
ruchir
[
matlab
]
selfspline
DL : 0
第一,二种边界条件的三次样条插值法matlab代码-First, the two kinds of boundary conditions of the cubic spline interpolation matlab code
Update
: 2025-02-19
Size
: 1kb
Publisher
:
张米
[
Documents
]
功能强大的牛顿插值matlab程序代码1
DL : 0
功能强大的牛顿插值matlab程序代码,后续会更新基于C++的MEX和MAT的文件(Powerful Newton interpolation matlab program code, the subsequent updates will be based on the C++ MEX and MAT files)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
汉斯小木屋
[
Algorithm
]
精密星历内插 matlab代码
DL : 0
精密星历内插 matlab代码,包含误差分析(Precise ephemeris interpolation matlab code, including error analysis)
Update
: 2025-02-19
Size
: 87kb
Publisher
:
小小沫
[
matlab
]
interpolation
DL : 0
3个插值方法matlab代码,monomial的,lagrange的,chebyshev的(interpolation matlab code, include monomial, lagrange, chebyshev)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
tian126vip
[
matlab
]
MATLAB实现自定义的拉格朗日插值
DL : 0
MATLAB源程序代码分享:MATLAB实现自定义的拉格朗日插值(Matlab source code sharing: Matlab to achieve custom Joseph-Louis Lagrange interpolation)
Update
: 2025-02-19
Size
: 181kb
Publisher
:
迷茫的超级兵
«
1
2
3
4
5
6
7
8
9
10
...
16
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.