代码搜索:interpolating

找到约 168 项符合「interpolating」的源代码

代码结果 168
www.eeworm.com/read/226035/14502620

h delayl.h

/***************************************************/ /*! \class DelayL \brief STK linear interpolating delay line class. This Delay subclass implements a fractional- length digital delay
www.eeworm.com/read/226035/14502794

cpp delayl.cpp

/***************************************************/ /*! \class DelayL \brief STK linear interpolating delay line class. This Delay subclass implements a fractional- length digital delay
www.eeworm.com/read/226035/14502831

cpp delaya.cpp

/***************************************************/ /*! \class DelayA \brief STK allpass interpolating delay line class. This Delay subclass implements a fractional-length digital delay
www.eeworm.com/read/407519/2262736

py demo.py

"""This demo demonstrates how to move the vertex coordinates of a boundary mesh and then updating the interior vertex coordinates of the original mesh by suitably interpolating the vertex coordinates
www.eeworm.com/read/201202/15413478

sci makeaibdryfilter.sci

function EdgeFilt = MakeAIBdryFilter(D) // MakeAIBdryFilter -- Edge filters for Average-Interpolating Wavelets // Usage // EdgeFilt = MakeAIBdryFilter(D) // Inputs // D Degree of
www.eeworm.com/read/324048/13293255

m makeaibdryfilter.m

function EdgeFilt = MakeAIBdryFilter(D) % MakeAIBdryFilter -- Edge filters for Average-Interpolating Wavelets % Usage % EdgeFilt = MakeAIBdryFilter(D) % Inputs % D Degree of polyn
www.eeworm.com/read/305390/13772300

m cheby.m

function [C,X,Y]=cheby(fun,n,a,b) %Input - fun is the function to be approximated % - n is the degree of the Chebyshev interpolating polynomial % - a is the left endpoint
www.eeworm.com/read/222288/14697998

m cheby.m

function [C,X,Y]=cheby(fun,n,a,b) %Input - fun is the function to be approximated % - n is the degree of the Chebyshev interpolating polynomial % - a is the left endpoint
www.eeworm.com/read/309003/3708287

m toon0112.m

% toon0112 -- Interpolating Wavelets % % Wavelet analysis begins by choosing a specific family of wavelets % to work with. % % The family is specified by a father and a mother wavelet, and
www.eeworm.com/read/419697/10842877

c alg033.c

/* * HERMITE INTERPOLATION ALGORITHM 3.3 * * TO OBTAIN THE COEFFICIENTS OF THE HERMITE INTERPOLATING * POLYNOMIAL H ON THE (N+1) DISTINCT NUMBERS X(0), ..., X(N) * FOR THE FUN