代码搜索:ESTIMATION
找到约 3,786 项符合「ESTIMATION」的源代码
代码结果 3,786
www.eeworm.com/read/418304/10955215
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/417226/10999624
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/270946/11018920
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/270946/11018943
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/143425/6930480
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 estimat
www.eeworm.com/read/255967/7098214
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/456193/7355053
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/451547/7461883
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/451487/7462933
m rx_demodulate.m
function [soft_bits_out] = rx_demodulate(rx_symbols, modulation)
% We make 'soft' bit estimation for viterbi.
if ~isempty(findstr(modulation, 'BPSK'))
soft_bits = rx_bpsk_demod(rx_symbols
www.eeworm.com/read/449504/7502803
m contents.m
% spatial error model estimation functions
%
% compare_models : An example of using sar_g() sem_g() Gibbs sampling
% compare_models2 : An example of using sar_g() sem_g() Gibbs sampling
% compa