代码搜索:Approximation

找到约 1,542 项符合「Approximation」的源代码

代码结果 1,542
www.eeworm.com/read/228006/14403585

m idwt_2d.m

function Y = idwt_2D(A,H,V,D,wavelet) %Y = idwt_2D(A,H,V,D,wavelet) %Version: 1.00, Date: 2006/01/31, author: Nikola Sprljan %Two-dimensional separable IDWT % %Input: % A,H,V,D - approximation
www.eeworm.com/read/455463/1614705

m del2_9pt.m

function [output]=del2_9pt(input,delx); % DEL2_9PT ... compute the 9 point Laplacian % % [output]=del2_9pt(input,delx) % % DEL2_9PT computes the 9 point approximation to the laplacian operator o
www.eeworm.com/read/194440/8195050

m del2_9pt.m

function [output]=del2_9pt(input,delx); % DEL2_9PT ... compute the 9 point Laplacian % % [output]=del2_9pt(input,delx) % % DEL2_9PT computes the 9 point approximation to the laplacian operator o
www.eeworm.com/read/369473/9647361

m del2_9pt.m

function [output]=del2_9pt(input,delx); % DEL2_9PT ... compute the 9 point Laplacian % % [output]=del2_9pt(input,delx) % % DEL2_9PT computes the 9 point approximation to the laplacian operator o
www.eeworm.com/read/300464/13912142

m del2_9pt.m

function [output]=del2_9pt(input,delx); % DEL2_9PT ... compute the 9 point Laplacian % % [output]=del2_9pt(input,delx) % % DEL2_9PT computes the 9 point approximation to the laplacian operator o
www.eeworm.com/read/235612/14061742

m del2_9pt.m

function [output]=del2_9pt(input,delx); % DEL2_9PT ... compute the 9 point Laplacian % % [output]=del2_9pt(input,delx) % % DEL2_9PT computes the 9 point approximation to the laplacian operator o
www.eeworm.com/read/417705/10979816

m dspca.m

function [U,X,x,F,k,dualitygap,cputime,perceigs]=DSPCA(A,rho,gapchange,maxiter,info,algo,U0,F0,k0) % Wrapper function for sparse_rank_one_mex % DSPCA finds a sparse rank-one approximation to % a g
www.eeworm.com/read/195644/8136774

m dwtndn.m

function [y] = dwtndn(x,arg2,arg3) %DWT Single-level discrete N-D wavelet transform in all N dimension. %Here x is a N-D array. %[ca,cd] is the approximation coefficients vector CA and detail coeff
www.eeworm.com/read/101082/6242230

s badtan.s

# double tan(arg) # double arg; #method: range reduction to [0,pi/4] followed by polynomial # approximation: Hart&Cheney TAN 4285 D=19.74 .globl _tan .text .align 1 _tan: .word 0x07c0 bispsw $0xe0
www.eeworm.com/read/101082/6242235

s tan.s

# double tan(arg) # double arg; #method: range reduction to [0,pi/4] followed by polynomial # approximation: Hart&Cheney TAN 4285 D=19.74 .globl _tan .text .align 1 _tan: .word 0x07c0 bispsw $0xe0