代码搜索:Decoding

找到约 6,356 项符合「Decoding」的源代码

代码结果 6,356
www.eeworm.com/read/177129/9468855

m hmm_decoding.m

www.eeworm.com/read/176193/9512772

m map_decoding.m

function [LLR_app_d]=map_decoding(init_state,state_num,info_num,LLR_apr_c) % MAP decoding for convolutional code Infty = 1e10; % load trellis load next_out.mat; load next_state.mat; load l
www.eeworm.com/read/372113/9521183

m hmm_decoding.m

www.eeworm.com/read/362008/10023872

m hmm_decoding.m

www.eeworm.com/read/357874/10199107

m hmm_decoding.m

www.eeworm.com/read/349842/10796792

m hmm_decoding.m

www.eeworm.com/read/418924/10891500

m conv_decoding.m

function output_bit = conv_decoding(input_bit,reset) % convolutional decoding for IEEE802.11a % Input: input_bit is a 1-by-4 matrix represents 4 bits input. % Output: output_bit is a 1-by-2 ma
www.eeworm.com/read/418830/10894767

m conv_decoding.m

function output_bit = conv_decoding(input_bit,reset) % convolutional decoding for IEEE802.11a % Input: input_bit is a 1-by-4 matrix represents 4 bits input. % Output: output_bit is a 1-by-2 ma
www.eeworm.com/read/468584/6985443

m channel_decoding.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 根据不同用户的信道编码参数,进行信道解码 function decoded_user_bit = channel_decoding ( demod_user_bit , UserRS_Coding , UserTrellis,...
www.eeworm.com/read/466875/7022649

p sga_decoding.p