代码搜索:interpolating

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

代码结果 168
www.eeworm.com/read/257622/11919339

c alg031_c.c

/* * NEVILLE'S ITERATED INTERPOLATION ALGORITHM 3.1 * * To evaluate the interpolating polynomial P on the * (n+1) distinct numbers x(0), ..., x(n) at the number x * for the function f: *
www.eeworm.com/read/153044/12064409

m splinesafe.m

function theResult = splinesafe(t, z, ti, theSlopeFlag) % splinesafe -- Spline interpolation with end-slope control. % splinesafe(t, z, theSlopeFlag) returns "pp" coefficients for % interpolating
www.eeworm.com/read/151555/12201574

m interpgui.m

function interpgui(arg1,arg2) %INTERPGUI Behavior of interpolating functions. % Demonstrates interpolation by a piecewise linear interpolant, % a polynomial, a spline, and a shape preserving H
www.eeworm.com/read/309003/3708560

m aifig1.m

% aifig1 -- Average-Interpolating Refinement of a sequence of averages. % % The figure shows (as a step function) the block averages % of the function sin(t), and (as dashed and dotted curves) % seve
www.eeworm.com/read/202680/15375905

m interpgui.m

function interpgui(arg1,arg2) %INTERPGUI Behavior of interpolating functions. % Demonstrates interpolation by a piecewise linear interpolant, % a polynomial, a spline, and a shape preserving Herm
www.eeworm.com/read/386253/8759916

m alg031.m

% NEVILLE'S ITERATED INTERPOLATION ALGORITHM 3.1 % % To evaluate the interpolating polynomial P on the % (n+1) distinct numbers x(0), ..., x(n) at the number x % for the function f: % % I
www.eeworm.com/read/386253/8760102

m alg031.m

% NEVILLE'S ITERATED INTERPOLATION ALGORITHM 3.1 % % To evaluate the interpolating polynomial P on the % (n+1) distinct numbers x(0), ..., x(n) at the number x % for the function f: % % I
www.eeworm.com/read/168118/9937535

m contents.m

% The CREWES Project Misc Utilities toolbox % % more seismic plotting, digital editing engine, zooming, % selection box, interpolating, etc. % % clonefig --- clone a figure with 2-D graphics %
www.eeworm.com/read/140697/13066807

m alg031.m

% NEVILLE'S ITERATED INTERPOLATION ALGORITHM 3.1 % % To evaluate the interpolating polynomial P on the % (n+1) distinct numbers x(0), ..., x(n) at the number x % for the function f: % % I
www.eeworm.com/read/140697/13066994

m alg031.m

% NEVILLE'S ITERATED INTERPOLATION ALGORITHM 3.1 % % To evaluate the interpolating polynomial P on the % (n+1) distinct numbers x(0), ..., x(n) at the number x % for the function f: % % I