代码搜索:ESTIMATION
找到约 3,786 项符合「ESTIMATION」的源代码
代码结果 3,786
www.eeworm.com/read/448259/7535653
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/448259/7535660
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/447973/7542887
m viewrmsposition.m
%%% DynaEst 3.032 10/22/2000
% Copyright (c) 2000 Yaakov Bar-Shalom
%
% ViewRMSPosition, View RMS Position Estimation Error
subplot(1,1,1) ; % After filter gain
set(view_legend_menu,'Enable','o
www.eeworm.com/read/447973/7542897
m viewrmsvelocity.m
%%% DynaEst 3.032 10/22/2000
% Copyright (c) 2000 Yaakov Bar-Shalom
%
% ViewRMSVelocity, View RMS Velocity Estimation Error
subplot(1,1,1) ; % After filter gain
set(view_legend_menu,'Enable','o
www.eeworm.com/read/446533/7577218
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/441967/7662278
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/441178/7675096
m arstepfit.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/437944/7739065
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/437944/7739075
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/299955/7818814
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