代码搜索:sova

找到约 147 项符合「sova」的源代码

代码结果 147
www.eeworm.com/read/429412/8809455

m test1111.m

% Choose decoding algorithm dec_alg = input(' Please enter the decoding algorithm. (0:Log-MAP, 1:SOVA) default 0 '); if isempty(dec_alg) dec_alg = 0; end %no. of information bits L_tot
www.eeworm.com/read/363231/9964596

txt turbo_logmap.txt

Please enter the decoding algorithm. (0:Log-MAP, 1:SOVA) default 0 1 Please enter the frame size (= info + tail, default: 400) 378 Please enter code generator: ( default: g = [1 1 1; 1 0 1
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/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/475347/6796738

txt turbo.txt

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

txt turbo-decode.txt

% rec ----接收序列,(加入了噪声的1 -1 序列) % niter ---迭代次数 % method ---译码方案 0--logmapo % 1--sova0 % 程序最终输出 x_decode_msg 为1 0 行向量 function x_decode_msg=turbo_decode(rec,g,Alpha,puncture,n
www.eeworm.com/read/310205/13655491

m turbo_decode.m

% rec ----接收序列,(加入了噪声的1 -1 序列) % niter ---迭代次数 % method ---译码方案 0--logmapo % 1--sova0 % 程序最终输出 x_decode_msg 为1 0 行向量 function x_decode_msg=turbo_decode(rec,g,Alpha,puncture,n