代码搜索:ESTIMATION
找到约 3,786 项符合「ESTIMATION」的源代码
代码结果 3,786
www.eeworm.com/read/194767/8186718
m ols.m
function [beta,se,resid,r2,rb2]=ols(X,y);
%OLS Ordinary least-square estimation
% [beta,se,resid,r2] calculates the ordinary least squares
% estimates, beta, for the equation(s):
%
www.eeworm.com/read/194440/8194739
m gardnerexp.m
function gardnerexp(arg1,arg2,arg3,arg4,arg5)
% gardnerexp(v,rho,z,tops,ztops)
%
% GARDNEREXP allows interactive estimation of the Gardner parameters
% empirically linking density and instantaneous
www.eeworm.com/read/393873/8256382
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/170937/9779034
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/414662/11106888
m channel_est.m
%Channel Estimation
%
%
%****************************************
function [chan_coeff_est,h_est] = channel_est(data,TS_vector,numcarr,Nr,Nt,Num_Path)
%tao ma tran duong cheo kenh F(LNum_R
www.eeworm.com/read/414143/11126359
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/147862/12513606
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/147862/12513666
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/248862/12537188
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/248862/12537246
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)
%