三次样条小波插值,采用第一类边界值我要分享

Cubic spline wavelet interpolation, using the first kind of boundary value

wavelet 三次样条插值 Spline

关注次数: 298

下载次数: 0

文件大小: 1KB

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

三次样条插值(简称Spline插值)是通过一系列形值点的一条光滑曲线,数学上通过求解三弯矩方程组得出曲线函数组的过程。本函数中采用第一类边界值。


English Description:

Cubic spline interpolation (spline interpolation for short) is a process of obtaining a set of curve functions by solving three moment equations through a series of smooth curves with shape value points. The first boundary value is used in this function.


代码预览

cubic_spline_wavelet_interpolation.m