代码搜索:logmap

找到约 79 项符合「logmap」的源代码

代码结果 79
www.eeworm.com/read/209499/15218096

m test_logmap.m

%**************************************************************** % 内容概述:AWGN信道测试 % 每个SNR采样点的测试帧数是随snr指数上升的, % 这样不仅减少了计算量而且可以保证精度。 % 每帧的输入是相同的,(不是每帧都不一样,这样可以大幅降低计算量) %
www.eeworm.com/read/209499/15218182

m deturbo_logmap.m

function [hard_out,soft_out]=deturbo_logmap(in,alphain,num_iterate) %**************************************************************** % 内容概述:turbo解码器,in是RSC编码器输出 % 利用硬件化的方式实现TURBO码的p-MAX-L
www.eeworm.com/read/209499/15218242

m decoder_logmap.m

function [hard_out,soft_out]=decoder_logmap(in,alphain,num_iterate) %**************************************************************** % 内容概述:turbo解码器,in是RSC编码器输出 % 利用硬件化的方式实现TURBO码的p-MAX-L
www.eeworm.com/read/209499/15218335

txt turbo_logmap.txt

Please enter the decoding algorithm. (0:Log-MAP, 1:SOVA) default 0 Please enter the frame size (= info + tail, default: 400) Please enter code generator: ( default: g = [1 1 1; 1 0 1 ] )
www.eeworm.com/read/206264/15297507

txt turbo_logmap.txt

Please enter the decoding algorithm. (0:Log-MAP, 1:SOVA) default 0 Please enter the frame size (= info + tail, default: 400) Please enter code generator: ( default: g = [1 1 1; 1 0 1 ] )
www.eeworm.com/read/474097/1395551

txt turbo_logmap.txt

Please enter the decoding algorithm. (0:Log-MAP, 1:SOVA) default 0 0 Please enter the frame size (= info + tail, default: 400) 1024 Please enter code generator: ( default: g = [1 1 1; 1 0 1
www.eeworm.com/read/268255/11148432

txt turbo_logmap.txt

www.eeworm.com/read/268219/11149330

txt turbo_logmap.txt

Please enter the decoding algorithm. (0:Log-MAP, 1:SOVA) default 0 Please enter the frame size (= info + tail, default: 400) Please enter code generator: ( default: g = [1 1 1; 1 0 1 ] )
www.eeworm.com/read/174810/9573468

m constituent_decoder_logmap.m

function [soft_out,ex_info]=constituent_decoder_logmap(in,app) %**************************************************************** % 内容概述:子译码器。 % 利用硬件化的方式实现TURBO码的LOG-MAP译码 % 生成矩阵按
www.eeworm.com/read/161357/10422412

m com_decoder_logmap.m

function [soft_out,ex_info]=com_decoder_logmap(in,app) %**************************************************************** % 内容概述:子译码器。 % 利用硬件化的方式实现TURBO码的LOG-MAP译码 % 生成矩阵按照3GPP标准为