代码搜索:ESTIMATION

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

代码结果 3,786
www.eeworm.com/read/397111/8067065

m knn_optk.m

function k = knn_optk(D,d) %KNN_OPTK Optimization of k for the knndd % % k = knn_optk(D,d) % % Optimize the k for the knndd using leave-one-out density % estimation. D is the distance matrix of the or
www.eeworm.com/read/245180/12812758

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/245179/12812996

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/245179/12813056

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/244800/12843026

m out_of_sample_est.m

function t_points = out_of_sample_est(points, X, mappedX) %TRANSFORM_SAMPLE_EST Performs out-of-sample extension using estimation technique % % t_points = out_of_sample_est(points, X, mappedX) %
www.eeworm.com/read/143759/12847136

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/143759/12847193

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/143759/12847281

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/143759/12847331

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/244154/12880944

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