当前位置:
首页
资源下载

搜索资源 - hamming code table
搜索资源列表
-
1下载:
7,4汉明码的编码和译码程序,用MATLAB语言实现的-7,4 hamming code encoding and decoding process, using the MATLAB language
-
-
0下载:
decoder of Hamming
Use a [7,4] Hamming code.
m = 3 n = 2^m-1 k = n-m
parmat = hammgen(m) Produce parity-check matrix.
trt = syndtable(parmat) Produce decoding table.
recd = [1 0 0 1 1 1 1] Suppose this is the received vector.
syndrome =
-
-
0下载:
It generates the hamming code table
-
-
0下载:
Aim: do walsh coding with hamming distance.To compare WALSH decoding for synchronous CDMA with decoding using hamming distance.
a) System should be supplied with correct/ corrupted version (one/ two bit) of transmitted walsh code(s)
-
-
0下载:
查表法计算汉明码,适用于DSP28335(calculate hamming code by table look-up method)
-