代码搜索:logmap
找到约 79 项符合「logmap」的源代码
代码结果 79
www.eeworm.com/read/161839/10366044
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/161357/10422111
m test_logmap.m
%****************************************************************
% 内容概述:AWGN信道测试
% 每个SNR采样点的测试帧数是随snr指数上升的,
% 这样不仅减少了计算量而且可以保证精度。
% 每帧的输入是相同的,(不是每帧都不一样,这样可以大幅降低计算量)
%
www.eeworm.com/read/161357/10422374
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/161357/10422541
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/161357/10422874
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/160718/10504691
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/300681/7088897
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/437728/7741829
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/437551/7746164
m logmap1.m
function L_all = logMap(rec_s, g, L_a, ind_dec)
% Turbo code decoding
% Create trellis structure
[next, nextSt, prev, prevSt] = trellisMex(g);
% Decode using Log Map algorithm
L_all = logMap
www.eeworm.com/read/247236/12671919
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 ] )