代码搜索:Decoding
找到约 6,356 项符合「Decoding」的源代码
代码结果 6,356
www.eeworm.com/read/461152/7232517
m rx_gen_chan_amps.m
% Channel amplitudes corresponding to bits for Viterbi decoding
function channel_amps = rx_gen_chan_amps(data_len, channel_est, sim_options)
global sim_consts;
bits_per_subc = get_bits_per_sy
www.eeworm.com/read/460676/7243518
m rx_gen_chan_amps.m
% Channel amplitudes corresponding to bits for Viterbi decoding
function channel_amps = rx_gen_chan_amps(data_len, channel_est, sim_options)
global sim_consts;
bits_per_subc = get_bits_per_sy
www.eeworm.com/read/451487/7462909
m vertibi.m
% Initialize trellis tables for Viterbi decoding
rx_init_viterbi;
% counters for information bits
num_inf_bits = 0;
num_inf_bit_errors = 0;
num_inf_packet_errors = 0;
inf_ber = 0;
inf_per = 0;
www.eeworm.com/read/448021/7541761
m rx_gen_chan_amps.m
% Channel amplitudes corresponding to bits for Viterbi decoding
function channel_amps = rx_gen_chan_amps(data_len, channel_est, sim_options)
global sim_consts;
bits_per_subc = get_bits_per_sy
www.eeworm.com/read/198140/7949868
m huffdecode1.m
function [valq,runq]= huffDecode1(X,MatAC)
%huffman decoding
i=1;
j=1;
p=1;
v=1;
aa=[];
xSize=length(X);
while i~=xSize+1
basecode=X(p:i);
%aa=strcat(aa,basecode);
k=str
www.eeworm.com/read/198140/7950013
m huffdecode1.m
function [valq,runq]= huffDecode1(X,MatAC)
%huffman decoding
i=1;
j=1;
p=1;
v=1;
aa=[];
xSize=length(X);
while i~=xSize+1
basecode=X(p:i);
%aa=strcat(aa,basecode);
k=str
www.eeworm.com/read/397375/8053744
m rx_gen_chan_amps.m
% Channel amplitudes corresponding to bits for Viterbi decoding
function channel_amps = rx_gen_chan_amps(data_len, channel_est, sim_options)
global sim_consts;
bits_per_subc = get_bits_per_sy
www.eeworm.com/read/296160/8119242
m rx_gen_chan_amps.m
% Channel amplitudes corresponding to bits for Viterbi decoding
function channel_amps = rx_gen_chan_amps(data_len, channel_est, sim_options)
global sim_consts;
bits_per_subc = get_bits_per_sy
www.eeworm.com/read/246758/12706148
m rx_gen_chan_amps.m
% Channel amplitudes corresponding to bits for Viterbi decoding
function channel_amps = rx_gen_chan_amps(data_len, channel_est, sim_options)
global sim_consts;
bits_per_subc = get_bits_per_sy
www.eeworm.com/read/331529/12822444
m rx_gen_chan_amps.m
% Channel amplitudes corresponding to bits for Viterbi decoding
function channel_amps = rx_gen_chan_amps(data_len, channel_est, sim_options)
global sim_consts;
bits_per_subc = get_bits_per_sy