代码搜索:Approximation

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

代码结果 1,542
www.eeworm.com/read/219216/14891764

vhd r2p_post.vhd

-- -- post.vhd -- -- Cordic post-processing block -- -- Compensate cordic algorithm K-factor; divide Radius by 1.6467, or multiply by 0.60725. -- Approximation: Ra = Ri/2 + Ri/8 - Ri/64 - Ri/512 --
www.eeworm.com/read/116890/14950449

m fsfind.m

function [Fn,nwo,f,t]=fsfind(fun,T,N,P) %FSFIND Find Fourier Series Approximation. % Fn=FSFIND(FUN,T,N) computes the Complex Exponential % Fourier Series of a signal described by the function 'FUN'. %
www.eeworm.com/read/214923/15082943

m eign.m

function [V,D,Ann] = eign(A1, A2,A3, args) % Find the principal eigenvalues and eigenvectors of a matrix with Nystr鰉's low rank approximation method % % >> D = eign(A, nb) % >> [V, D] = eign(A,
www.eeworm.com/read/213114/15142295

m fsfind.m

function [Fn,nwo,f,t]=fsfind(fun,T,N,P) %FSFIND Find Fourier Series Approximation. % Fn=FSFIND(FUN,T,N) computes the Complex Exponential % Fourier Series of a signal described by the function 'FUN'. %
www.eeworm.com/read/210975/15189271

m fsfind.m

function [Fn,nwo,f,t]=fsfind(fun,T,N,P) %FSFIND Find Fourier Series Approximation. % Fn=FSFIND(FUN,T,N) computes the Complex Exponential % Fourier Series of a signal described by the function 'FUN'. %
www.eeworm.com/read/461213/1553872

vfb strela.order4.2x2.3-5.vfb

VFB0.17 # # Strela.Order4.2x2.3-5.vfb # # Biorothogonal multiwavelet coefficient matrices, obtained from a # Hermite cubic filter. Approximation order 4. # # Reference: # V. Strela, "A Note on
www.eeworm.com/read/209919/4956060

m fsfind.m

function [Fn,nwo,f,t]=fsfind(fun,T,N,P) %FSFIND Find Fourier Series Approximation. % Fn=FSFIND(FUN,T,N) computes the Complex Exponential % Fourier Series of a signal described by the function 'FUN'. %
www.eeworm.com/read/186672/5230407

c poly_2xm1.c

/* * poly_2xm1.c * * Function to compute 2^x-1 by a polynomial approximation. * * * Copyright (C) 1992,1993,1994 * W. Metzenthen, 22 Parker St, Ormond, Vic 3163, *
www.eeworm.com/read/182780/5262880

m fsfind.m

function [Fn,nwo,f,t]=fsfind(fun,T,N,P) %FSFIND Find Fourier Series Approximation. % Fn=FSFIND(FUN,T,N) computes the Complex Exponential % Fourier Series of a signal described by the function 'FUN'. %
www.eeworm.com/read/175689/5343555

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: % [inx,Alpha,kercnt,mserr,maxerr]=... %