代码搜索:interpolates
找到约 165 项符合「interpolates」的源代码
代码结果 165
www.eeworm.com/read/330414/12895279
h int_lsf.h
/*
********************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Ve
www.eeworm.com/read/142034/12969469
m interpol2.m
function y= interpol2(x)
% function y= interpol2(x)
% This file is part of the TFPM toolbox v1.0 (c)
% michael.jachan@tuwien.ac.at and underlies the GPL.
%
% Interpolates x by 2, filtering?
%%%%
www.eeworm.com/read/148157/12488702
m raterp.m
function y=raterp(a,b,x)
% y=raterp(a,b,x) interpolates using coefficients
% from function ratcof.
% by H.B. Wilson, Oct 1988
a=fliplr(a(:)'); b=fliplr(b(:)');
y=polyval(a,x)./(1+x.*polyval(b,x))
www.eeworm.com/read/201202/15413473
sci interpol2.sci
function g = Interpol2(f);
//
// Interpolates signal f (length N ) to a signal g (length 2N)
// such that g(2*n) = f(n)
//
//
// Copyright Aldo I Maalouf
f0 = f;
f = f(:);
N = l
www.eeworm.com/read/406932/11432473
c move.c
/**************************************************************
** This routine interpolates the field at the grids back to the
** particles and then determines the new velocities, from the
** Lore
www.eeworm.com/read/203071/15365782
c move.c
/**************************************************************
** This routine interpolates the field at the grids back to the
** particles and then determines the new velocities, from the
** Lore
www.eeworm.com/read/291895/8389199
h interp.h
/****************************************************************************
*
* Name: interp.h
*
* Synopsis:
*
* Interpolates a real or complex signal. For more information, about
* inte
www.eeworm.com/read/126084/14446455
h interp.h
/****************************************************************************
*
* Name: interp.h
*
* Synopsis:
*
* Interpolates a real or complex signal. For more information, about
* inte
www.eeworm.com/read/291895/8389193
c interp.c
/*****************************************************************************
*
* Name: interp.c
*
* Synopsis: Interpolates a signal.
*
* Description: See interp.h.
*
* by Grant R. Griffin
*
www.eeworm.com/read/126084/14446442
c interp.c
/*****************************************************************************
*
* Name: interp.c
*
* Synopsis: Interpolates a signal.
*
* Description: See interp.h.
*
* by Grant R. Griffin
*