Location:
Search - SOVA
Search list
Description: 卷积码译码器,采用sova算法译码-Convolutional Decoder, decoding algorithm used SOVA
Platform: |
Size: 1024 |
Author: 李齐 |
Hits:
Description: 程序包括Turbo 码的编码与译码算法.Turbo 码译码算法包括LOG-MAP和SOVA.-procedures include the Turbo Code encoding and decoding algorithm. Turbo Decoding algorithm including LOG-MAP and SOVA.
Platform: |
Size: 12288 |
Author: 尹伟 |
Hits:
Description: 这是log-map或者说是软输出维特比算法的一个实现。-This is the log-map or the soft output Viterbi Algorithm in a realization.
Platform: |
Size: 7168 |
Author: 逄玉叶 |
Hits:
Description: 第一个编码的程序调出来了,1/2的码率,用的是8×8行列交织器,rsc用的是 g0=[1 1 1],g1=[1 0 1]。算法是根据网格图来编写的。
信息输入是64bit的(0,1,0,1,0,1,0,1,0,0,、、、、、),最后结果是stream[128]=[00100110011000100101000001010101000001010101000001000101000101000101000101000101000001000100000001000100000001010100000101011011]
第二个译码程序用的是sova译码算法,迭代次数选的6,现在解码出来的信息是对的,和原输入编码器的信息位一致。
然后我有意把译码器输入stream序列打错几个bit都能正确译码。-err
Platform: |
Size: 2048 |
Author: 刘文 |
Hits:
Description: 包括turbo码编译码程序,译码算法包括sova及max-log-map算法,并有完整链路验证其性能。-including turbo coding- decoding procedures, SOVA including decoding algorithm and max-log-map algorithm, and link integrity test its performance.
Platform: |
Size: 13312 |
Author: tanbo |
Hits:
Description: SOVA matlab译码程序,一个老外博士写的,
挺不错的,可输出软信息。-SOVA Matlab decoding procedures, a foreigner written by Dr Ting good, soft output information.
Platform: |
Size: 3072 |
Author: dina |
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: Turbo编解码,可以使用Logmap或者SOVA解码算法-Turbo codec, you can use Logmap or SOVA decoding algorithm
Platform: |
Size: 9216 |
Author: sunwind |
Hits:
Description: sova.wuyufeng的译码程序,还可以,需要的可以下载看看,不需要的也可以-sova.wuyufeng the decoding process can also be required can be downloaded to see, do not need can also be
Platform: |
Size: 2048 |
Author: 政委 |
Hits:
Description: turbo码的译码,以及包含LOGMAP和SOVA两种算法-turbo code decoding, and includes two algorithms LOGMAP and SOVA
Platform: |
Size: 61440 |
Author: tang |
Hits:
Description: turbo码的译码,以及包含LOGMAP和SOVA两种算法-turbo code decoding, and includes two algorithms LOGMAP and SOVA
Platform: |
Size: 61440 |
Author: tang |
Hits:
Description: [LDPC码]是LDPC码相关论文
[WuYuFei]中是WuYuFei的论文
[WuYufei_matlab]是WuYufei做Turbo码的Matlab程序
程序实现在固定信噪比和卷积长度的条件下,计算不同正常的帧错误概率和比特错误概率
turbo_sys_demo.m是主程序
其中trellis.m是构造网格的子程序
logmapo.m是LOGMAP译码算法子程序
sova0.m是SOVA译码算法子程序
encoderm.m是编码子程序
[22]是以WuYufei程序的改动,实现在帧长、信噪比和迭代次数固定的情况下,获得两个译码器的先验信息的变化情况
http://www.pudn.com
-[LDPC Code] LDPC code is a relevant paper [WuYuFei] is WuYuFei paper [WuYufei_matlab] is to do WuYufei procedures Turbo Codes Matlab program signal to noise ratio at a fixed length and convolution conditions, different normal frame error probability and the bit error probability is turbo_sys_demo.m main structure of which is trellis.m grid is logmapo.m Subroutine Subroutine LOGMAP decoding algorithm is the SOVA decoding algorithm sova0.m Subroutine Subroutine encoderm.m coding [22 ] WuYufei procedure is based on changes in帧长realize, signal to noise ratio and a fixed number of iterations circumstances, the acquisition of two decoder a priori information changes http://www.pudn.com
Platform: |
Size: 1771520 |
Author: 李灵 |
Hits:
Description: 该代码不仅实现了编码的仿真,还在多种条件下实现了译码的仿真,包括MAP,LOG-MAP,SOVA下的单双滑动窗口。-The code not only to achieve a coding simulation, is also a wide range of conditions to achieve the decoding of the simulation, including MAP, LOG-MAP, SOVA under single-and double-sliding window.
Platform: |
Size: 441344 |
Author: |
Hits:
Description: SOVA Soft out put viterbi Algorithm
Platform: |
Size: 1024 |
Author: Imran |
Hits:
Description: GSM信道均衡的SOVA算法,用在飞思卡尔的MSC8126的维特比协处理器上。-GSM Channel Equalizatino Decoding and SOVA on the MSC8126 Viterbi Copprocessor
Platform: |
Size: 408576 |
Author: 盖仁天 |
Hits:
Description: tuobo码的编码,以及tuobo码的译码算法,其中包括log-map算法和sova算法-tuobo code encoding and decoding algorithm tuobo code, including algorithms and log-map algorithm sova
Platform: |
Size: 2503680 |
Author: 沈晓光 |
Hits:
Description: This matlab code for hard SOVA decoding of convolutional code. very useful for understaing and simulation-This is matlab code for hard SOVA decoding of convolutional code. very useful for understaing and simulation
Platform: |
Size: 204800 |
Author: waheed |
Hits:
Description: 使用log-map sova 进行turbo 并有完整-use log-map sova decode the turbo code
Platform: |
Size: 72704 |
Author: page |
Hits:
Description: Turbo码编译码的matlab源代码,包括logMAP算法与SOVA算法。可设置信道SNR参数,帧长度,删余系数等。-Turbo Codes Encoding and Decoding of the matlab source code, including logMAP algorithm and SOVA algorithms. Parameters can be set to channel SNR, frame length, deleted I coefficient.
Platform: |
Size: 9216 |
Author: nostalgia |
Hits:
Description: turbo码的译码,以及包含logmap和sova两种算法-turbo_logmapturbo,logmap and sova
Platform: |
Size: 64512 |
Author: 孙长梅 |
Hits: