搜索资源列表
bilinear
- its interpolate an image by bilinear method
EasyKrig3.0
- Usage: yi=akimai(x,y,xi) Given vectors x and y (of the same length) and the array xi at which to interpolate, fits piecewise cubic polynomials and returns the interpolated values yi at xi. Ref. : Hiroshi Akima, Journal of the ACM,
Interpolate
- 这是直线插补的上位机程序,里面是整个工程文件,可以直接浏览学习-This is a linear interpolation of the host computer program, which is the whole project file, you can browse directly to learn
netcdf
- 一个程序调用点图形例程为目的的可视化输出网格的气象数据集,主要由中尺度数值模式。它最初是设计用于sigma-coordinate-level输出从电源点(网格/ MM 5中尺度模式)-RIP (which stands for Read/Interpolate/Plot) is a Fortran program that invokes NCAR Graphics routines for the purpose of visualizing output from gridded meteo
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.
inpaint_nans
- 缺失数据的填补函数,用来估计缺失的数据。 single and mutiple imputation-Solves approximation to one of several pdes to interpolate and extrapolate holes in an array
interpolate
- 利用插值方法编写一个图像变形程序,可以对图像进行几何形变,即:图像大小不变,但其中某些部分发生扭曲变形。包括水平扭曲,竖直扭曲和球面扭曲-Interpolation method to write an image deformation procedure, geometric distortion of the image, that is: the same image size, but some distortion occurs. Including the level of dis
Neville
- Neville’s method can be applied in the situation that we want to interpolate f(x) at a given point x = p with increasingly higher order Lagrange interpolation polynomials.
dace
- 克里金法假定采样点之间的距离或方向可以反映可用于说明表面变化的空间相关性。克里金法工 具可将数学函数与指定数量的点或指定半径内的所有点进行拟合以确定每个位置的输出值。克里金法是一个多步过程;它包括数据的探索性统计分析、变异函数建模 和创建表面,还包括研究方差表面。当您了解数据中存在空间相关距离或方向偏差后,便会认为克里金法是最适合的方法。该方法通常用在土壤科学和地质中。-This function completes what I have started with the functions
Console1
- 可用于复数的实部和虚部同时进行插值计算,是对徐士良版本的改进-The real and imaginary parts of the complex can be used to simultaneously interpolate, is an improved version of XU Shi-liang
interpolate
- OFDM系统仿真函数,可用于信道估计以及物理层安全领域-OFDM system simulation functions for channel estimation and physical layer security field
geoid
- Program to interpolate geoidal heights at given data c point (specified by latitude and longitude) c a 2-d geoid model. -Program to interpolate geoidal heights at given data c point (specified by latitude and longitude) c a 2-d geoid mod
joint_histogram
- super resolution reconstruction interpolation histogram
chazhi
- 双线性插值,又称为双线性内插。在数学上,双线性插值是有两个变量的插值函数的线性插值扩展,其核心思想是在两个方向分别进行一次线性插值。双线性插值作为数值分析中的一种插值算法,广泛应用在信号处理,数字图像和视频处理等方面。(Bilinear interpolation is also called bilinear interpolation. In mathematics, bilinear interpolation is a linear interpolation expansion of
SEIR
- 一般的线性方程我们可以用最小二乘来解,一般的非线性方程我们可以用LM来解。 这里是线性微分方程组,所以我们采用最小二乘来解。 关键是构造出最小二乘形式,微分可以通过前后数据差分的方法来求。 不过这里还有一个技巧就是如果数据前后帧间隔过大,可以先插值,再对插值后的数据差分如果实际测量数据抖动过大导致插值后差分明显不能反映实际情况,可以先对数据平滑(拟合或是平均)再求差分。(We can use least squares to solve general linear equat
