代码搜索:INTERPOLATION
找到约 2,917 项符合「INTERPOLATION」的源代码
代码结果 2,917
www.eeworm.com/read/255967/7098276
h interpolation.h
/*
* G. Rilling, last modification: 3.2007
* gabriel.rilling@ens-lyon.fr
*
* code based on a student project by T. Boustane and G. Quellec, 11.03.2004
* supervised by P. Chainais (ISIMA - LIMOS - Univ
www.eeworm.com/read/249164/7118371
cpp interpolation.cpp
#include "globalMacro.h"
#include "global_var.h"
#include "interpolation.h"
void interpolation (Int16 *pInterpIn, Uint16 interpInLength,
Uint8 interplRate, Int16 *pInterpOut)
{
In
www.eeworm.com/read/249164/7118450
h interpolation.h
#include "typedef.h"
void interpolation (Int16 *pInterpIn, Uint16 interpInLength,
Uint8 interplRate, Int16 *pInterpOut);
www.eeworm.com/read/463300/7183866
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/463300/7183874
inl interpolation.inl
// Interpolation.inl 插值函数定义(实现)头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝(HE Yu) 2002
// 最后修改: 2002.5.31.
#ifndef _INTERPOLATION_INL //避免多次编译
#define _INTERPOLATION_INL
#include //数组模
www.eeworm.com/read/461862/7215370
m interpolation.m
% function x3=interpolation(x1,x2)
% function varargout=interpolation(x1,x2)
clc
tic
nargout=3;
x1=0;x2=1;
k=0;
while k1e-6)
% while (abs(x2-x1)>1e-4) | (abs(fx3)>1e-6)
fx
www.eeworm.com/read/459061/7283051
ncb interpolation.ncb
www.eeworm.com/read/459061/7283058
dsw interpolation.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/459061/7283062
h interpolation.h
// Interpolation.h 插值头文件
// Ver 1.0.0.0
#ifndef _INTERPOLATION_H //避免多次编译
#define _INTERPOLATION_H
#include //数组模板类标准头文件
#include "Matrix.h" //矩阵类头文件
#include "comm.h" //
www.eeworm.com/read/459061/7283063
dsp interpolation.dsp
# Microsoft Developer Studio Project File - Name="Chap9" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con