代码搜索:interp
找到约 3,295 项符合「interp」的源代码
代码结果 3,295
www.eeworm.com/read/168924/9888198
h interp.h
void Interpolate(
float lsf[ORDER],
float lsfint[NUM_SF][ORDER],
int where,
int frame_num);
www.eeworm.com/read/168924/9888270
h interp.h
void Interpolate(
float lsf[ORDER],
float lsfint[NUM_SF][ORDER],
int where,
int frame_num);
www.eeworm.com/read/362941/9974101
p interp.p
/* Protogen Version 1.00 Monday September 16, 1996 10:36:23 */
/* Phitext.c */
void PhiInit(void);
void BadString(void);
BOOL phichar(BYTE *ch, FILE *file);
www.eeworm.com/read/362941/9974257
h interp.h
#ifndef _INTERP_H_
#define _INTERP_H_
#define SYM_VAC (0x7f)
#define SYM_EQ ((4
www.eeworm.com/read/166573/10015802
p interp.p
/* Protogen Version 1.00 Monday September 16, 1996 10:36:23 */
/* Phitext.c */
void PhiInit(void);
void BadString(void);
BOOL phichar(BYTE *ch, FILE *file);
www.eeworm.com/read/166573/10015919
h interp.h
#ifndef _INTERP_H_
#define _INTERP_H_
#define SYM_VAC (0x7f)
#define SYM_EQ ((4
www.eeworm.com/read/166306/10024430
m interp.m
function yi=interp(x,y,xi,method)
% 一维非单调数据插值
% 用法参考interp1,唯一区别是interp不要求节点是单调的
% L.J.HU 4-15-1999
x=x(:);y=y(:);
z=[x,y];
z=sortrows(z);
yi=interp1(z(:,1),z(:,2),xi,method);
www.eeworm.com/read/358694/10181612
m interp.m
function yi=interp(x,y,xi,method)
% 一维非单调数据插值
% 用法参考interp1,唯一区别是interp不要求节点是单调的
% L.J.HU 4-15-1999
x=x(:);y=y(:);
z=[x,y];
z=sortrows(z);
yi=interp1(z(:,1),z(:,2),xi,method);
www.eeworm.com/read/355417/10267110
p interp.p
/* Protogen Version 1.00 Monday September 16, 1996 10:36:23 */
/* Phitext.c */
void PhiInit(void);
void BadString(void);
BOOL phichar(BYTE *ch, FILE *file);
www.eeworm.com/read/355417/10267304
h interp.h
#ifndef _INTERP_H_
#define _INTERP_H_
#define SYM_VAC (0x7f)
#define SYM_EQ ((4