代码搜索:log-map

找到约 86 项符合「log-map」的源代码

代码结果 86
www.eeworm.com/read/461382/7228205

m sisodecode.m

% SisoDecode performs soft-in/soft-out decodeing of a convolutional code. % % The calling syntax is: % [output_u, output_c] = SisoDecode(input_u, input_c, g_encoder, [code_type], [dec_type] )
www.eeworm.com/read/258131/11882747

m sisodecode.m

% SisoDecode performs soft-in/soft-out decodeing of a convolutional code. % % The calling syntax is: % [output_u, output_c] = SisoDecode(input_u, input_c, g_encoder, [code_type], [dec_type] )
www.eeworm.com/read/223481/14639183

m sisodecode.m

% SisoDecode performs soft-in/soft-out decodeing of a convolutional code. % % The calling syntax is: % [output_u, output_c] = SisoDecode(input_u, input_c, g_encoder, [code_type], [dec_type] )
www.eeworm.com/read/461382/7228219

m somap.m

% Somap performs soft demapping (converts M-ary symbol likelihoods to bitwise LLRs). % % The calling syntax is: % [output] = Somap( input, [demod_type], [extrinsic_info] ) % % output
www.eeworm.com/read/258131/11882784

m somap.m

% Somap performs soft demapping (converts M-ary symbol likelihoods to bitwise LLRs). % % The calling syntax is: % [output] = Somap( input, [demod_type], [extrinsic_info] ) % % output
www.eeworm.com/read/223481/14639211

m somap.m

% Somap performs soft demapping (converts M-ary symbol likelihoods to bitwise LLRs). % % The calling syntax is: % [output] = Somap( input, [demod_type], [extrinsic_info] ) % % output
www.eeworm.com/read/176193/9512745

m logmap.m

function result=logmap(logp) % Log-Map and recursive correction method to compute log(sum(exp(logp))) num=length(logp); result=logp(1); for loop=2:num result = max(logp(loop),result) + log(1+