代码搜索:ESTIMATION

找到约 3,786 项符合「ESTIMATION」的源代码

代码结果 3,786
www.eeworm.com/read/231622/14225814

m emd_sampling.m

% EMD_SAMPLING.M % % P. Flandrin, Mar. 13, 2003 - modified Mar. 2, 2006 % % computes and plots an error measure in the EMD % estimation of a single tone % % produces Figure 3 in % % G. Rilling, P. Fla
www.eeworm.com/read/223154/14652340

m mvaar.m

function [x,e,Kalman,Q2] = mvaar(y,p,UC,mode,Kalman) % Multivariate (Vector) adaptive AR estimation base on a multidimensional % Kalman filer algorithm. A standard VAR model (A0=I) is implemented. T
www.eeworm.com/read/220370/14802586

m emd_sampling.m

% EMD_SAMPLING.M % % P. Flandrin, Mar. 13, 2003 - modified Mar. 2, 2006 % % computes and plots an error measure in the EMD % estimation of a single tone % % produces Figure 3 in % % G. Rilling, P. Fla
www.eeworm.com/read/218840/14904415

m d_tdeb.m

%D_TDEB HOSA Demo: Time-delay estimation using cross-bispectrum (tdeb) % echo off % A. Swami Oct 18, 1997. % Copyright (c) 1991-2001 by United Signals & Systems, Inc. % $Revision:
www.eeworm.com/read/218840/14904490

m d_tder.m

%D_TDER HOSA Demo: Time-delay estimation using cross-correlation (tder) % echo off % A. Swami Oct 18, 1997. % Copyright (c) 1991-2001 by United Signals & Systems, Inc. % $Revision
www.eeworm.com/read/218840/14904517

m d_tde.m

%D_TDE HOSA Demo: Time Delay Estimation using cross-cumulant method (tde) echo off % A. Swami April 15, 1993 % Copyright (c) 1991-2001 by United Signals & Systems, Inc. % $Revision: 1.7
www.eeworm.com/read/218840/14904564

m tdeb.m

function [delay,ctau] = tdeb (x,y, max_delay, nfft, wind, nsamp, overlap) %TDEB Time Delay Estimation using conventional bispectrum method. % [delay,ctau] = tdeb (x,y, max_delay, nfft, wind, segsa
www.eeworm.com/read/218840/14904601

m maest.m

function bvec = maest(y,q, norder,samp_seg,overlap,flag) %MAEST MA parameter estimation via the GM-RCLS algorithm, with Tugnait's fix % bvec = maest (y, q, norder, samp_seg, overlap, flag) %
www.eeworm.com/read/216698/14997328

m tdeb.m

function [delay,ctau] = tdeb (x,y, max_delay, nfft, wind, nsamp, overlap) %TDEB Time Delay Estimation using conventional bispectrum method. % [delay,ctau] = tdeb (x,y, max_delay, nfft, wind, segsa
www.eeworm.com/read/216698/14997372

m maest.m

function bvec = maest(y,q, norder,samp_seg,overlap,flag) %MAEST MA parameter estimation via the GM-RCLS algorithm, with Tugnait's fix % bvec = maest (y, q, norder, samp_seg, overlap, flag) %