Description: 这是log-map或者说是软输出维特比算法的一个实现。-This is the log-map or the soft output Viterbi Algorithm in a realization. Platform: |
Size: 7944 |
Author:逄玉叶 |
Hits:
Description: 本程序是采用维特比算法的软输入软输出的仿真程序-this procedure is used Viterbi Algorithm soft-input soft-output of the simulation program Platform: |
Size: 3332 |
Author:cqj |
Hits:
Description: 这是log-map或者说是软输出维特比算法的一个实现。-This is the log-map or the soft output Viterbi Algorithm in a realization. Platform: |
Size: 7168 |
Author:逄玉叶 |
Hits:
Description: 本程序是采用维特比算法的软输入软输出的仿真程序-this procedure is used Viterbi Algorithm soft-input soft-output of the simulation program Platform: |
Size: 3072 |
Author:cqj |
Hits:
Description: 软输出维特比译码算法的C语言详细实现,程序效率高,比MATLAB快多了.-Soft-output Viterbi algorithm realize the C language in detail, procedures efficient and quicker than MATLAB. Platform: |
Size: 5120 |
Author:李华 |
Hits:
Description: % decode with soft-input viterbi algorithm 硬判决
% //k=4,r=1/2
%输入数据为软信息,并且数据为均值为1的BPSK调制,如果均值为MEAN,那么62,63,103,104行应做相应修改- Decode with soft-input viterbi algorithm hard-decision// k = 4, r = 1/2 input data for the soft information and data for the average one of BPSK modulation, if the average for the MEAN, then the line should 62,63103104 make consequential amendments to Platform: |
Size: 2048 |
Author:陈富龙 |
Hits:
Description: 在GSM通信系统中,Viterbi检测是一个及其重要的部分,许多的研究人员在这里花费了大量的心血。参考各种资料,我们总结得出以下Viterbi软输出算法,与传统的硬判决方法相比,可以提高2~3个db的增益:-In GSM communication systems, Viterbi detection is an important part of many researchers here spent a lot of effort. Reference to a variety of information, we summarize the following soft-output Viterbi algorithm, with the traditional hard-decision method, can be raised by 2 ~ 3 db gain: Platform: |
Size: 2048 |
Author:戴浩 |
Hits:
Description: Simulation of Turbo Encoding and Decoding" A randomly generated information bits are encoded with Turbo Encoder (which uses two RSC Encoders in parallel along with an interleaver) and added with AWG Noise then decoded with Turbo Decoder (Soft Output Viterbi Algorithm). We have understood/used TI TMS320C55x Processor and its assembly instruction set. Platform: |
Size: 291840 |
Author:satya |
Hits:
Description: SOVADEC is an implementation of the soft input soft output Viterbi
algorithm. The algorithm can be called using
DEC = SOVADEC( MSG, LLR, TRELLIS, WIN )-SOVADEC is an implementation of the soft input soft output Viterbi algorithm. The algorithm can be called using DEC = SOVADEC (MSG, LLR, TRELLIS, WIN) Platform: |
Size: 3072 |
Author:aeou607 |
Hits:
Description: This function implememts Soft Output Viterbi Algorithm in trace back mode
Input:
rec_s: scaled received bits. rec_s(k) = 0.5 * L_c(k) * y(k)
L_c = 4 * a * Es/No, reliability value of the channel
y: received bits
g: encoder generator matrix in binary form, g(1,:) for feedback, g(2,:) for feedforward
L_a: a priori information about the info. bits. Extrinsic info. from the previous
component decoder
ind_dec: index of the component decoder.
=1: component decoder 1 The trellis is terminated to all zero state
=2: component decoder 2 The trellis is not perfectly terminated.
Output:
L_all: log ( P(x=1|y) ) / ( P(x=-1|y) )
Frame size, info. + tail bits- This function implememts Soft Output Viterbi Algorithm in trace back mode
Input:
rec_s: scaled received bits. rec_s(k) = 0.5 * L_c(k) * y(k)
L_c = 4 * a * Es/No, reliability value of the channel
y: received bits
g: encoder generator matrix in binary form, g(1,:) for feedback, g(2,:) for feedforward
L_a: a priori information about the info. bits. Extrinsic info. from the previous
component decoder
ind_dec: index of the component decoder.
=1: component decoder 1 The trellis is terminated to all zero state
=2: component decoder 2 The trellis is not perfectly terminated.
Output:
L_all: log ( P(x=1|y) ) / ( P(x=-1|y) )
Frame size, info. + tail bits Platform: |
Size: 1024 |
Author:yk |
Hits: