代码搜索:interpolating
找到约 168 项符合「interpolating」的源代码
代码结果 168
www.eeworm.com/read/388173/8630538
m lagrange_interpolating.m
function y=lagrange(x,pointx,pointy)
%
%LAGRANGE approx a point-defined function using the Lagrange polynomial interpolation
%
% LAGRANGE(X,POINTX,POINTY) approx the function definited by t
www.eeworm.com/read/474492/6810869
c interpolating polynomial.c
// Write a computer program using a Lagrange interpolating polynomial of the 10th order to evaluate f(x)=lnx where [a, b]=[1,2], h=0.1, xi = 1+ih, i=0, 1, …, 10, and find the approximations of ln1.54
www.eeworm.com/read/388173/8630533
m fx_lagrange_interpolating.m
%tic
N=input('Enter the number of N:');
pointx=ones(1,N+1);
pointy=ones(1,N+1);
%*******************
for i=1:N+1
pointx(i)=(-1)+2.*(i-1)./N;
pointy(i)=(1+25.*(pointx(i).^2)).^(-1);
end
%******
www.eeworm.com/read/388173/8630541
m fx_lagrange_interpolating_chebyshev.m
N=input('Enter the number of N:');
pointx=ones(1,N+1);
pointy=ones(1,N+1);
%*******************
for i=1:N+1
pointx(i)=cos(((2.*i-1)./(2.*N+2)).*pi);
pointy(i)=(1+25.*(pointx(i).^2)).^(-1);
end
www.eeworm.com/read/324048/13293243
m contents.m
% Interpolating:Contents v802 -- Interpolating Refinements and Wavelet Transforms
%
% This directory contains tools for Deslauriers-Dubuc (interpolating)
% refinement for average-interpolating refi
www.eeworm.com/read/324048/13293253
m makeddfilter.m
function Filt = MakeDDFilter(D)
% MakeDDFilter -- Filter for interpolating (Deslauriers-Dubuc) Refinement
% Usage
% Filt = MakeDDFilter(D)
% Inputs
% D Degree of polynomial for in
www.eeworm.com/read/221024/14778828
html http:^^www.cs.caltech.edu^~ps^tgm^projects^projects.html
MIME-Version: 1.0
Server: CERN/3.0
Date: Tuesday, 14-Jan-97 20:34:33 GMT
Content-Type: text/html
Content-Length: 5836
Last-Modified: Wednesday, 17-Jan-96 21:39:01 GMT
www.eeworm.com/read/181714/9240356
m contents.m
% INCBOX Collection of Matlab functions from
% Lars Elden, Linde Wittmeyer-Koch, Hans Bruun Nielsen
% "Introduction to Numerical Computation
% - analysis and Matlab illustrations"
%
%
www.eeworm.com/read/158297/11627104
m interppoly.m
function y = interppoly(x,f,m)
% This function calculates the interpolating polynomial that goes
% through the points (x_j,f_j) in the vectors x and f
% The modulus is m
% The method used in this pro
www.eeworm.com/read/343046/11981739
m hfssinterpolatingsweep.m
% ----------------------------------------------------------------------------
% function hfssInterpolatingSweep(fid, Name, SolutionName, fStartGHz, ...
% fStopGHz, [n