代码搜索:logmap
找到约 79 项符合「logmap」的源代码
代码结果 79
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+
www.eeworm.com/read/246131/12753837
m logmap.m
function L_all = m_logmap(L_a,y)
global g alpha L L_info L_total
global m nstates FW0 FW1 BK0 BK1 X0 X1
Infty=1e10;
L = length(L_a);
% Initialization of Alpha and Beta
LogAlpha = -Infty*ones(n
www.eeworm.com/read/318048/13489114
c logmap.c
#include
#include
#include"ctc.h"
void logmap(float rec[],double L_a_1row[],int iter,int puncture,int L1,double L_all[],int *start_state)
{
double Alpha[4][L_total+1][nstates];
www.eeworm.com/read/318045/13489149
m logmap.m
function [L_all,start_state]=logmap(rec,state_map,L_a_1row,iter,start_state,L1)
%rec中包含A,B,parity1三部分,等长,因此网格图中经历的状态转移次数L_total=rec长度的1/3
L_total = length(rec)/3;
nstates = 8; % number of sta
www.eeworm.com/read/288989/8588286
txt turbo_logmap.txt
www.eeworm.com/read/429412/8809449
txt turbo_logmap.txt
www.eeworm.com/read/427380/8948908
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/178304/9408857
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/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/164031/10135008
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)
Please enter code generator: ( default: g = [1 1 1; 1 0 1 ] )