代码搜索:Approximation
找到约 1,542 项符合「Approximation」的源代码
代码结果 1,542
www.eeworm.com/read/145329/12735773
m vtb3_3.m
function [ap,bp]=vtb3_3(dat,t,n)
%VTB3_3 Fourier series approximation to a function.
%[a,b]=VTB3_3(dat,t,n) returns Fourier coefficients of a function
% The coefficients are numerical approximations
www.eeworm.com/read/212794/15149127
m vtb3_3.m
function [ap,bp]=vtb3_3(dat,t,n)
%VTB3_3 Fourier series approximation to a function.
%[a,b]=VTB3_3(dat,t,n) returns Fourier coefficients of a function
% The coefficients are numerical approximations
www.eeworm.com/read/212794/15149160
m~ vtb3_3.m~
function [ap,bp]=vtb3_3(dat,t,n)
%VTB3_3 Fourier series approximation to a function.
%[a,b]=VTB3_3(dat,t,n) returns Fourier coefficients of a function
% The coefficients are numerical approximations
www.eeworm.com/read/393976/8252679
m vtb3_3.m
function [ap,bp]=vtb3_3(dat,t,n)
%VTB3_3 Fourier series approximation to a function.
%[a,b]=VTB3_3(dat,t,n) returns Fourier coefficients of a function
% The coefficients are numerical approximations
www.eeworm.com/read/356507/10225442
ppt chapter 15-approximation algorithms.ppt
www.eeworm.com/read/403190/2314069
svn-base test_distance_approximation.m.svn-base
K 14
svn:executable
V 0
END
www.eeworm.com/read/403190/2314111
svn-base test_distance_approximation.m.svn-base
% test for influence of sampling strategy on the
% decreasing of the error
n = 80;
rep = 'images/distance_approx/';
rep_eps = [rep 'eps/'];
if exist(rep)~=7
mkdir(rep);
end
if exist(
www.eeworm.com/read/238243/13901338
pdf ch13-3 approximation.pdf
www.eeworm.com/read/475765/6777782
m ex12_7.m
% EX12_7.M Plot Taylor series approximation and
% function f(x,y)= sqrt(1+x^2+y^2); Input y value.
clear % Clear variables
clf % and figures
x=[-2:0.2:2];
y=input('I