代码搜索:插值算法
找到约 10,000 项符合「插值算法」的源代码
代码结果 10,000
www.eeworm.com/read/202203/15389506
m funfminu.m
options(6)=1;%拟牛顿法的DFP公式
options(7)=0;%混合的二次型和三次型插值
[x,options]=fminu('funrosen',[-1.2,2],options)
y=options(8) %输出在最后极值点的函数值
n=options(10)%给出函数计算次数
www.eeworm.com/read/201083/15416610
dat plccs2.dat
1#鼓风量插值1,10,1,0ACD,130,1#鼓风量插值2,20,1,159A,132,1#鼓风量插值3,30,1,2066,134,1#鼓风量插值4,40,1,2B33,136,1#鼓风量插值5,50,1,3600,138,1#鼓风量插值6,60,1,40CD,140,1#鼓风量插值7,0,1,0000,142,1#鼓风量插值8,0,1,0000,144,1#鼓风量插值9,0,1,0000,
www.eeworm.com/read/200130/15440738
m interpft_example.m
%interpft_example.m
%一维快速傅立叶插值实现数据增采样
x = 0:1.2:10;
y = sin(x);
n = 2*length(x); %增采样1倍
yi = interpft(y,n); %一维快速傅立叶插值
xi = 0:0.6:10.4;
hold on;
www.eeworm.com/read/200130/15440739
m interp2_example.m
%interp2_example
%采用二次插值对三维高斯型分布函数进行插值
[X,Y] = meshgrid(-3:0.8:3); %原始数据
Z = peaks(X,Y);
[XI,YI] = meshgrid(-3:.125:3); %插值点
ZI = interp2(X,Y,Z,XI,YI,'cubic');
www.eeworm.com/read/103612/15728021
h interpolation.h
// Interpolation.h 插值头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝(HE Yu) 2002
// 最后修改: 2002.5.31.
#ifndef _INTERPOLATION_H //避免多次编译
#define _INTERPOLATION_H
#include //数组模板类标准头文件
#incl
www.eeworm.com/read/103611/15728066
h interpolation.h
// Interpolation.h 插值头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝(HE Yu) 2002
// 最后修改: 2002.5.31.
#ifndef _INTERPOLATION_H //避免多次编译
#define _INTERPOLATION_H
#include //数组模板类标准头文件
#incl
www.eeworm.com/read/103610/15728107
h interpolation.h
// Interpolation.h 插值头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝(HE Yu) 2002
// 最后修改: 2002.5.31.
#ifndef _INTERPOLATION_H //避免多次编译
#define _INTERPOLATION_H
#include //数组模板类标准头文件
#incl
www.eeworm.com/read/103609/15728157
h interpolation.h
// Interpolation.h 插值头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝(HE Yu) 2002
// 最后修改: 2002.5.31.
#ifndef _INTERPOLATION_H //避免多次编译
#define _INTERPOLATION_H
#include //数组模板类标准头文件
#incl
www.eeworm.com/read/103608/15728200
h interpolation.h
// Interpolation.h 插值头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝(HE Yu) 2002
// 最后修改: 2002.5.31.
#ifndef _INTERPOLATION_H //避免多次编译
#define _INTERPOLATION_H
#include //数组模板类标准头文件
#incl
www.eeworm.com/read/428933/8827978
mht 第5节 分段低次插值.mht
From:
Subject: =?gb2312?B?tdrO5b3a?=
Date: Sun, 8 Mar 2009 09:42:56 +0800
MIME-Version: 1.0
Content-Type: text/html;
charset="gb2312"
Content-Transfer-Encodin