代码搜索:Approximation
找到约 1,542 项符合「Approximation」的源代码
代码结果 1,542
www.eeworm.com/read/472943/1402639
m millsm.m
function m = MillsM(s)
% m = MillsM(s)
% using an approximation due to W. Bryc, eqn (14) in his article
%
z = -s;
m = sqrt(2*pi) .*( z.^3 + 5.575192695 .* z.^2 + 12.77436324 .* z)
www.eeworm.com/read/472943/1402704
m millsm.m
function m = MillsM(s)
% m = MillsM(s)
% using an approximation due to W. Bryc, eqn (14) in his article
%
z = -s;
m = sqrt(2*pi) .*( z.^3 + 5.575192695 .* z.^2 + 12.77436324 .* z)
www.eeworm.com/read/303435/3811171
lib mkdiff.cwp.lib
MKDIFF - Make an n-th order DIFFerentiator via Taylor's series method.
mkdiff make discrete Taylor series approximation to n'th derivative.
Function Prototype:
void mkdiff (int n, float a, float h,
www.eeworm.com/read/193434/8226902
m qcamie.m
function K_eff=qcamie(freq,epsilon_p,f,k0a,n_max)
%QCAMIE computes the effective propagation constant using the quasi-crystalline %approximation (QCA) for a medium consisting of densely distributed M
www.eeworm.com/read/391275/8413196
di test1.di
17:19:56.2 27-Aug-1999
-- >> %% QMG test 1
17:19:56.3 27-Aug-1999
-- >> %% This is an approximation to the mesh on the cover of Claes
17:19:56.3 27-Aug-1999
-- >> %% Johnson's book ``Numerical solu
www.eeworm.com/read/428849/8834723
m~ greedyappx.m~
function [sel_inx,Alpha,Z,kercnt,MsErr,MaxErr]=...
greedyappx(X,ker,arg,m,p,mserr,maxerr,verb)
% GREEDYAPPX Kernel greedy data approximation.
%
% Synopsis:
% [Sel_inx,Alpha,Z,Kercnt,MsErrors,MaxEr
www.eeworm.com/read/428849/8834741
m greedyappx.m
function [sel_inx,Alpha,Z,kercnt,MsErr,MaxErr]=...
greedyappx(X,ker,arg,m,p,mserr,maxerr,verb)
% GREEDYAPPX Kernel greedy data approximation.
%
% Synopsis:
% [Sel_inx,Alpha,Z,Kercnt,MsErrors,MaxEr
www.eeworm.com/read/379733/9179975
m feedback_taylor.m
function [dm, dv, dmv, dev] = ...
feedback_taylor(dgm0, dgv0, dgmv, dgev, m_in, v_in, mv_in, ev_in, nonlin)
% FEEDBACK_TAYLOR Evaluate the gradients of Taylor
% approximation of nonlinearity
[
www.eeworm.com/read/366144/9828737
di test1.di
17:19:56.2 27-Aug-1999
-- >> %% QMG test 1
17:19:56.3 27-Aug-1999
-- >> %% This is an approximation to the mesh on the cover of Claes
17:19:56.3 27-Aug-1999
-- >> %% Johnson's book ``Numerical solu
www.eeworm.com/read/168625/9904336
tcl teledesic-288.tcl
#
# Approximation of 288-satellite Boeing Teledesic design.
#
# this script for SaVi 1.2, by Lloyd Wood (L.Wood@surrey.ac.uk)
# http://www.ee.surrey.ac.uk/Personal/L.Wood/constellations/
#
# $Id: tele