代码搜索:ESTIMATION
找到约 3,786 项符合「ESTIMATION」的源代码
代码结果 3,786
www.eeworm.com/read/283135/9041016
m emd_sampling.m
% EMD_SAMPLING.M
%
% P. Flandrin, Mar. 13, 2003
%
% computes and plots an error measure in the EMD
% estimation of a single tone
%
% produces Figure 3 in
%
% G. Rilling, P. Flandrin and P. Gon鏰lv鑣
% "
www.eeworm.com/read/176269/9510055
m emd_sampling.m
% EMD_SAMPLING.M
%
% P. Flandrin, Mar. 13, 2003
%
% computes and plots an error measure in the EMD
% estimation of a single tone
%
% produces Figure 3 in
%
% G. Rilling, P. Flandrin and P. Gon鏰lv鑣
% "
www.eeworm.com/read/164634/10099483
m emd_sampling.m
% EMD_SAMPLING.M
%
% P. Flandrin, Mar. 13, 2003
%
% computes and plots an error measure in the EMD
% estimation of a single tone
%
% produces Figure 3 in
%
% G. Rilling, P. Flandrin and P. Gon鏰lv鑣
% "
www.eeworm.com/read/161908/10357666
m emd_sampling.m
% EMD_SAMPLING.M
%
% P. Flandrin, Mar. 13, 2003
%
% computes and plots an error measure in the EMD
% estimation of a single tone
%
% produces Figure 3 in
%
% G. Rilling, P. Flandrin and P. Gon鏰lv鑣
% "
www.eeworm.com/read/160598/10515837
m emd_sampling.m
% EMD_SAMPLING.M
%
% P. Flandrin, Mar. 13, 2003
%
% computes and plots an error measure in the EMD
% estimation of a single tone
%
% produces Figure 3 in
%
% G. Rilling, P. Flandrin and P. Gon鏰lv鑣
% "
www.eeworm.com/read/330846/12865447
m emd_sampling.m
% EMD_SAMPLING.M
%
% P. Flandrin, Mar. 13, 2003
%
% computes and plots an error measure in the EMD
% estimation of a single tone
%
% produces Figure 3 in
%
% G. Rilling, P. Flandrin and P. Gon鏰lv鑣
% "
www.eeworm.com/read/302667/13829396
m rx_demodulate.m
function [soft_bits_out] = rx_demodulate(rx_symbols)
global sim_consts;
% We make 'soft' bit estimation for viterbi.
if ~isempty(findstr(sim_consts.Modulation, 'BPSK'))
soft_bits = rx_
www.eeworm.com/read/302667/13829444
m rx_demodulate.m
function [soft_bits_out] = rx_demodulate(rx_symbols)
global sim_consts;
% We make 'soft' bit estimation for viterbi.
if ~isempty(findstr(sim_consts.Modulation, 'BPSK'))
soft_bits = rx_
www.eeworm.com/read/489609/6466682
r jackknife.r
### jackknife.R: Jackknife variance estimation of regression coefficients.
### $Id: jackknife.R 142 2007-10-01 13:10:25Z bhm $
## var.jack: Calculate jackknife variance (or covariance) estimates
var.