代码搜索:ESTIMATION
找到约 3,786 项符合「ESTIMATION」的源代码
代码结果 3,786
www.eeworm.com/read/461152/7232547
m rx_demodulate.m
function [soft_bits_out] = rx_demodulate(rx_symbols, sim_options)
% We make 'soft' bit estimation for viterbi.
if ~isempty(findstr(sim_options.Modulation, 'BPSK'))
soft_bits = rx_bpsk_dem
www.eeworm.com/read/460676/7243548
m rx_demodulate.m
function [soft_bits_out] = rx_demodulate(rx_symbols, sim_options)
% We make 'soft' bit estimation for viterbi.
if ~isempty(findstr(sim_options.Modulation, 'BPSK'))
soft_bits = rx_bpsk_dem
www.eeworm.com/read/448021/7541791
m rx_demodulate.m
function [soft_bits_out] = rx_demodulate(rx_symbols, sim_options)
% We make 'soft' bit estimation for viterbi.
if ~isempty(findstr(sim_options.Modulation, 'BPSK'))
soft_bits = rx_bpsk_dem
www.eeworm.com/read/437944/7739088
m qpctor.m
function [ar_vec,Bspec] = qpctor(y,maxlag,ar_order,nfft,nsamp,overlap,flag)
%QPCTOR Estimation of quadratic-phase coupling using third-order cumulants.
% [arvec,Bspec] = qpctor(y, maxlag,ar_order,
www.eeworm.com/read/299239/7870617
c instf.c
#include
#include
#include
#include "rtdspc.h"
/* LMS Instantaneous Frequency Estimation Program 7-31-93 PME */
#define L 127 /* filter order, L+1 coeffici
www.eeworm.com/read/397375/8053820
m rx_demodulate.m
function [soft_bits_out] = rx_demodulate(rx_symbols, sim_options)
% We make 'soft' bit estimation for viterbi.
if ~isempty(findstr(sim_options.Modulation, 'BPSK'))
soft_bits = rx_bpsk_dem
www.eeworm.com/read/296160/8119322
m rx_demodulate.m
function [soft_bits_out] = rx_demodulate(rx_symbols, sim_options)
% We make 'soft' bit estimation for viterbi.
if ~isempty(findstr(sim_options.Modulation, 'BPSK'))
soft_bits = rx_bpsk_dem
www.eeworm.com/read/246758/12706251
m rx_demodulate.m
function [soft_bits_out] = rx_demodulate(rx_symbols, sim_options)
% We make 'soft' bit estimation for viterbi.
if ~isempty(findstr(sim_options.Modulation, 'BPSK'))
soft_bits = rx_bpsk_dem
www.eeworm.com/read/245179/12812999
m qpctor.m
function [ar_vec,Bspec] = qpctor(y,maxlag,ar_order,nfft,nsamp,overlap,flag)
%QPCTOR Estimation of quadratic-phase coupling using third-order cumulants.
% [arvec,Bspec] = qpctor(y, maxlag,ar_order,
www.eeworm.com/read/331529/12822544
m rx_demodulate.m
function [soft_bits_out] = rx_demodulate(rx_symbols, sim_options)
% We make 'soft' bit estimation for viterbi.
if ~isempty(findstr(sim_options.Modulation, 'BPSK'))
soft_bits = rx_bpsk_dem