文件名称:convolutional code with python
下载1 (15.62kb)
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
his metric is the sum of all pathMetricDifferences required to decode from
# the detourNode to the beginning of the Trellis. This value is exactly equal
# to the squared Euclidean distance between the optimal path and the path
# associated with these detours.
# priorMsgSequence_: This is the message bits corresponding to all of the edges taken to get to
# this specific detourNode. Taking the 'optimal' path back from here will
# yield the correct message sequence.
# rowIndex_ & colIndex_: These variables hold the value in the Trellis corresponding to detourNode
#
# end_state_: Stores the final state coinciding with the node in order to be able to check
# the tail-biting constraint for TBCCs.
# the detourNode to the beginning of the Trellis. This value is exactly equal
# to the squared Euclidean distance between the optimal path and the path
# associated with these detours.
# priorMsgSequence_: This is the message bits corresponding to all of the edges taken to get to
# this specific detourNode. Taking the 'optimal' path back from here will
# yield the correct message sequence.
# rowIndex_ & colIndex_: These variables hold the value in the Trellis corresponding to detourNode
#
# end_state_: Stores the final state coinciding with the node in order to be able to check
# the tail-biting constraint for TBCCs.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : convolutional_code_final.rar 列表 convolutional_code_final.py