径向基函数插值使用一系列基函数我要分享

Radial basis function interpolation uses a series of basis functions

RBF 径向基函数插值

关注次数: 314

下载次数: 0

文件大小: 33KB

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

径向基函数插值使用一系列基函数,它们在每个采样点对称且居中。径向基函数是一类特殊的函数,其主要特征是它们的响应与中心点的距离单调地减小(或增加)。中心、距离刻度和精确的形状是模型的参数。


English Description:

Radial basis function interpolation uses a series of basis functions, which are symmetrical and centered at each sampling point. Radial basis functions are a special kind of functions whose main characteristic is that the distance between their response and the center point monotonically decreases (or increases). Center, distance scale and precise shape are the parameters of the model


代码预览

Changes.txt

gpl-2.0.txt

rbfbuild.m

rbfpredict.m

rbftest.m

RBF.pdf