Viterbi-Decoder-in-Matlab-master

所属分类:通讯编程
开发工具:matlab
文件大小:57KB
下载次数:3
上传日期:2019-07-07 09:22:37
上 传 者alling
说明:  基于卷积码的Viterbi解码器。MATLAB
(Viterbi decoder based on convolutional code. MATLAB)

文件列表:
b213 (0, 2018-04-09)
b213\B2D.m (477, 2018-04-09)
b213\BSC_CHANNEL.m (914, 2018-04-09)
b213\CHANNEL_ERRORS.m (737, 2018-04-09)
b213\D2B.m (507, 2018-04-09)
b213\DISPLAY_BER.m (750, 2018-04-09)
b213\INITIALIZE.m (1683, 2018-04-09)
b213\VIT_ENC.m (1067, 2018-04-09)
b213\bACSU_213.m (2504, 2018-04-09)
b213\bACS_213.m (778, 2018-04-09)
b213\bBMU_213.m (659, 2018-04-09)
b213\bTBDECISION_213.m (597, 2018-04-09)
b213\bTRACEBACK_213.m (1635, 2018-04-09)
b213\bTRELLIS_213.m (2730, 2018-04-09)
b213\bVITERBI_213.m (2319, 2018-04-09)
b322 (0, 2018-04-09)
b322\B2D.m (653, 2018-04-09)
b322\BSC_CHANNEL.m (924, 2018-04-09)
b322\D2B.m (507, 2018-04-09)
b322\DISPLAY_BER.m (750, 2018-04-09)
b322\DecoderInput.dat (119, 2018-04-09)
b322\DecoderInput.dat.$$$ (126, 2018-04-09)
b322\INITIALIZE.m (2519, 2018-04-09)
b322\VIT_ENC.m (1067, 2018-04-09)
b322\b322_tback1 (14397, 2018-04-09)
b322\bACSU_322.m (3152, 2018-04-09)
b322\bACS_322.m (1007, 2018-04-09)
b322\bBMU_322.m (1185, 2018-04-09)
b322\bTBDECISION_322.m (603, 2018-04-09)
b322\bTRACEBACK_322.m (1954, 2018-04-09)
b322\bVITERBI_322.m (2440, 2018-04-09)
b322\findmem.m (541, 2018-04-09)
b322\values_before1st_tback (16625, 2018-04-09)
e213 (0, 2018-04-09)
e213\B2D.m (571, 2018-04-09)
e213\BSC_CHANNEL_ERRORS.m (711, 2018-04-09)
e213\D2B.m (579, 2018-04-09)
e213\DISPLAY_BER.m (778, 2018-04-09)
... ...

# Matlab implementation of the Viterbi Decoder Algorithm The Viterbi algorithm is renowned as a maximum likelihood (ML) decoding technique for convolutional codes. The path memory unit in an (n,k,m) Viterbi Decoder is responsible for keeping track of the information bits associated with the surviving paths designated by the path metric unit. A binary convolutional code is denoted by a three-tuple (n, k, m), where: - n output bits are generated whenever k input bits are received. - k is the number of input sequences (and hence, the encoder consists of k shift registers). - m designates the number of previous k-bit input blocks that must be memorized in the encoder. Viterbi decoders are typically ASIC based and therefore have a upper bound on the size of the path memory. A novel approach to achieving path memory savings is proposed in Viterbi Decoders. A number of traceback Viterbi decoders using this path memory were successfully developed It is shown that Viterbi decoders using this storage efficient path memory unit require a smaller chip area and achieves a faster decoding time without loss of decoding performance. A Viterbi decoder utilizing this novel path memory achieves savings of 20% in storage for (n,1,m) codes, and <=20% for general (n,k,m) codes without loss of decoding performance. There is also a similar increase decoding performance with the novel path memory.

近期下载者

相关文件


收藏者