Description: 解码器,利用差错控制算法解汉明码,BCH码等多种码字-Decoder, error control algorithm using Hamming Code, BCH Code and other code words Platform: |
Size: 2048 |
Author:傲然寒风 |
Hits:
Description: 64路OFDM系统MATLAB仿真,采用桢头同步,信道编码采用(7,4)汉明码,信道估计及修正采用LS方法,峰均抑制采用直接削波的方法,希望对大家有所帮助。-64 Road OFDM system MATLAB simulation, using the first-ching synchronization, channel coding used (7,4) hamming code, channel estimation and the amendment to the use of LS method, peak-to-average direct clipping suppression method, and they hope to be helpful to everyone. Platform: |
Size: 6144 |
Author:xiaoyuer |
Hits:
Description: 一个很有用的函数,功能是产生规定字长以及规定汉明重量的码字,常用于channel coding开发-A useful function, function is to have the provisions of word length and weight of the provisions of Hamming code word, commonly used in the development of channel coding Platform: |
Size: 1024 |
Author:于凯 |
Hits:
Description: Hamming码编译码的算法及实现 海军工程大学电子工程学院学报-Hamming code encoding and decoding algorithm and the realization of the Naval University of Engineering School of Electronic Engineering Journal Platform: |
Size: 93184 |
Author:peng |
Hits:
Description: 7,4汉明码的编码和译码程序,用MATLAB语言实现的-7,4 hamming code encoding and decoding process, using the MATLAB language Platform: |
Size: 1024 |
Author:mayuan |
Hits:
Description: AWGN信道环境下,信道编码的性能分析(包括误码率BER和开销即运行时间),运用了Hamming Code Golay Code Circle Code and Converlute Code-channel encode including Hamming Code Golay Code Circle Code and Converlute Code in AWGN channel Platform: |
Size: 31744 |
Author:Hongyuan Li |
Hits:
Description: 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 = rem(recd * parmat ,2)
syndrome_de = bi2de(syndrome, left-msb ) Convert to decimal.-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 = rem(recd* parmat ,2)
syndrome_de = bi2de(syndrome, left-msb ) Convert to decimal. Platform: |
Size: 69632 |
Author:le thanh tan |
Hits: