代码搜索:Approximation
找到约 1,542 项符合「Approximation」的源代码
代码结果 1,542
www.eeworm.com/read/113483/6131360
m upwindfirstweno5.m
function [ derivL, derivR ] = upwindFirstWENO5(grid, data, dim, generateAll)
% upwindFirstWENO5: fifth order upwind approx of first derivative.
%
% [ derivL, derivR ] = upwindFirstWENO5(grid, dat
www.eeworm.com/read/480200/6668170
m kld.m
function KLD = kld(p1,p2,type,varargin)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% kld An estimate of the KL-Divergence between two density estimates
%
%
www.eeworm.com/read/410134/11301065
m gtls2.m
function [r,p,M,dh] = gtls2(d,wl,wr,m,tol)
% GTLS2 - Global Total Least Squares approximation
% with two side weighting.
%
% [r,p,M,dh] = gtls2(d,wl,wr,m,tol)
%
% D = [d1 ... dN] - data matrix, sd :=
www.eeworm.com/read/410134/11301074
m mtlsr.m
function [m,dh] = mtlsr(d,r)
% MTLSR - Total Least Squares misfit computation.
% [M,DH] = MTLSR(D,R) gives the TLS misfit M and the TLS
% approximation DH of the data D by the model ker(R).
% Compute
www.eeworm.com/read/410134/11301112
m mtlsp.m
function [m,dh] = mtlsp(d,p)
% MTLSP - Total Least Squares misfit computation.
% [M,DH] = MTLSP(D,P) gives the TLS misfit M and the TLS
% approximation DH of the data D by the model image(P).
% Compu
www.eeworm.com/read/154092/11989886
m ex6_9.m
%
% This program compares the saturation drain current
% of a FET computed by using the exact formula versus
% the quadratic law approximation
%
% Copyright (c) 1999 by P.Bretchko and R
www.eeworm.com/read/339293/12244319
m padesys.m
% function padesys = padesys(theta,n)
%
% Pade approximation of order n of delay theta (actually this is
% n first-order Pade approximations in series).
%
% This gives a transfer function approxima
www.eeworm.com/read/128751/14279792
m ex6_9.m
%
% This program compares the saturation drain current
% of a FET computed by using the exact formula versus
% the quadratic law approximation
%
% Copyright (c) 1999 by P.Bretchko and R
www.eeworm.com/read/228652/14371504
m example_mw.m
% Example calls to subroutines in mw
% Copyright (c) 2004 by Fritz Keinert (keinert@iastate.edu),
% Dept. of Mathematics, Iowa State University, Ames, IA 50011.
% This software may be freely used
www.eeworm.com/read/124283/14581349
c lambert.c
/* specfunc/lambert.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU