代码搜索:Approximation

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

代码结果 1,542
www.eeworm.com/read/222288/14698011

m fixpt.m

function [k,p,err,P] = fixpt(g,p0,tol,max1) %Input - g is the iteration function % - p0 is the initial guess for the fixed-point % - tol is the tolerance % - max1
www.eeworm.com/read/221024/14761317

html http:^^www.cs.wisc.edu^~deboor^ma887.html

Date: Mon, 11 Nov 1996 01:52:28 GMT Server: NCSA/1.5 Content-type: text/html Last-modified: Tue, 30 Apr 1996 16:31:44 GMT Content-length: 475 MA887 - Approximation Theory
www.eeworm.com/read/221024/14773929

html^ http:^^www.cs.cornell.edu^info^people^rick^tr.html^

MIME-Version: 1.0 Server: CERN/3.0 Date: Sunday, 24-Nov-96 23:07:58 GMT Content-Type: text/html Content-Length: 1711 Last-Modified: Tuesday, 24-Oct-95 13:56:23 GMT Online Tech Reports
www.eeworm.com/read/221024/14778580

html http:^^athos.rutgers.edu^dcs_library^510^syllabus.html

Date: Tue, 14 Jan 1997 20:02:34 GMT Server: NCSA/1.5.2 Last-modified: Thu, 01 Feb 1996 17:13:18 GMT Content-type: text/html Content-length: 2967 Computer Science 510 - Nume
www.eeworm.com/read/216262/15022669

m example2_3_1.m

load leleccum; %装载信号 s=leleccum(1:3920); ls=length(s); [cA1,cD1]=dwt(s,'db1'); %采用db1基本小波来分解信号 A1=upcoef('a','cA1','db1',1,ls); %第三步中产生的系数cA1和cD1构造第一层的低频和高频(A1和D1)系数 D1=upcoef('d','cD1','db1',1,l
www.eeworm.com/read/215911/15034257

m example2_3_1.m

load leleccum; %装载信号 s=leleccum(1:3920); ls=length(s); [cA1,cD1]=dwt(s,'db1'); %采用db1基本小波来分解信号 A1=upcoef('a','cA1','db1',1,ls); %第三步中产生的系数cA1和cD1构造第一层的低频和高频(A1和D1)系数 D1=upcoef('d','cD1','db1',1,l
www.eeworm.com/read/213492/15133729

m contents.m

% Kernel feature extraction. % % gda - Generalized Discriminant Analysis. % greedyappx - Kernel greedy data approximation. % greedykpca - Greedy kernel PCA. % kpca - Kernel Principal
www.eeworm.com/read/212794/15149072

m vtb3.m

function vtb3 % VTB3 % % VTB3_1 Impulse response of a SDOF system. % VTB3_2 Step response of a SDOF system. % VTB3_3 Fourier Series approximation. % VTB3_4 Response spectrum for a SDOF system.
www.eeworm.com/read/212791/15149576

vtb3

function vtb3 % VTB3 % % VTB3_1 Impulse response of a SDOF system. % VTB3_2 Step response of a SDOF system. % VTB3_3 Fourier Series approximation to a triangle wave. % VTB3_4 Response spectrum for a
www.eeworm.com/read/210619/15195147

m mest.m

function line = MEst(X, Y, eps,varargin) %MEST line interpolation by M-Estimation % line = MEst(X, Y, eps [,L0] ) % X,Y - coordinates of points % eps - delta value for difference bet