代码搜索:ESTIMATION
找到约 3,786 项符合「ESTIMATION」的源代码
代码结果 3,786
www.eeworm.com/read/216263/15022132
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/216263/15022140
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/114454/15052874
m arfit.m
function [w, A, C, sbc, fpe, th]=arfit(v, pmin, pmax, selector, no_const)
%ARFIT Stepwise least squares estimation of multivariate AR model.
%
% [w,A,C,SBC,FPE,th]=ARFIT(v,pmin,pmax) produces esti
www.eeworm.com/read/214301/15107006
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/213240/15139945
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/212602/15152297
m fm_lssest.m
function [Vest, angest, rangoH] = fm_lssest(pmu_con, I_idx, cal_inv)
% FM_LSSEST linear static state estimation using current PMU placement
%
% (...) = FM_LSSEST(...)
%
%This function is generally cal
www.eeworm.com/read/210919/15189897
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/210619/15195152
m line_ex.m
function line_ex(varargin)
%LINE_EX - Example of different RANSAC functions line estimation
% Need NO arguments.
g_nSampLen = 2;
g_nIter = 50;
g_dThreshold = 2;
g_nTestLen = 10;
if
www.eeworm.com/read/206661/15292431
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/206661/15292449
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)
%