搜索资源列表
hmm
- 关于编码的,汉明(7,4)码的编码与译码,可以输入你想产生的二进制个数-About encoding, Hamming (7,4) code of the encoding and decoding, you can input you want to have a binary number
HAMMING.ZIP
- Here are the functions for Hamming code 7.4 and Extended Hamming code 8.4 encoding and decoding. For 7.4 code, one error per 7-bit codeword can be corrected. For 8.4 code, one error per 8-bit codeword can be corrected and not less than 2 err
74HammingCode
- 用VHDL语言编写的可以实现(7,4)汉明码编解码的程序。-Using VHDL language can be achieved (7,4) Hamming Code Codec procedures.
hamming_code
- 此程序实现无线信标定位,GPS产生的信号经过(7,4)汉明码编码后发送,接收端解码得到发送端坐标。程序分为发射和接收2部分,在Keil C下编译实现。-This procedure positioning wireless beacons, GPS signal generated by (7,4) hamming code is encoded to send, receive decoding client coordinates to be the sending end. Transmi
HANMINGMA
- 7,4汉明码的编译码原理,用VHDL语言实现的,需要的请下载-Hamming code encoding and decoding of 7,4 principle, using VHDL language and the clear need to download
74hanmingma
- 7,4汉明码的编码和译码程序,用MATLAB语言实现的-7,4 hamming code encoding and decoding process, using the MATLAB language
ma_CRC_files
- 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 =
hanming
- (7,4)汉明码的编码程序,实现4位信息位后加三位监督位,组成(7,4) 汉明码,外加第三位附加位,组成8比特数据-(7,4) Hamming code encoding process, after the realization of four information bits plus three supervisory position, composition (7,4) Hamming code, plus the third additional bits, composed of
MATLAB74hanming
- 通信原理 7,4汉明码的编码和译码 代码注释清楚 适合初学者 -Communication Theory 7,4 hamming code encoding and decoding comments clearly for beginners
encode
- (7 4)汉明编码源程序,简单实用,可供大家下载,如有问题,望大家多多包含!-(74) Hamming code source, simple and practical, available for everyone to download and, if problems, hope you lot included!
hamming
- (7,4)汉明码的编译码代码,可以作为参考-(7,4) hamming code encoding and decoding the code, can be used as reference
Desktop
- MATLAB实现(7,4)汉明码编码 生成矩阵可以更改有注释 方便更改-MATLAB implementation (7,4) hamming code generator matrix can be changed easily to change a comment
74-Hamming-code-encoder-and-decoder
- 基于VHDL实现(7,4)汉明码的编码器和译码器-VHDL-based implementation (7,4) Hamming code encoder and decoder
(7-4)-Hammingcodecodedesign
- (7,4)汉明码编解码器的设计,www.ebnar.cn推荐。-(7,4) Hamming code codec design, www.ebnar.cn recommended.
Hamming(7-4)
- scr ipt file for simulating BER with Hamming Code (7,4)
Hamming(7-4)
- BER for 8-QAM, bPSK, QPSK for CODED PERFORMANCE WITH SQRC PULSE SHAPING- Hamming(7,4)
BER-with-Hamming
- Code for computing BER with Hamming (7,4) code with soft and hard decision decoding -Code for computing BER with Hamming (7,4) code with soft and hard decision decoding
(7-4)HammingDecoding
- (7,4)汉明码译码性能程序,内含性能曲线图,包括未编码、硬判决、软判决、SPA迭代译码算法。-(7,4) Hamming decoding performance program, containing the performance curves, including non coding, hard decision and soft decision, SPA iterative decoding algorithm.
hanming
- 7-4汉明码的编码译码C语言程序,合肥工业大学(7-4 Hamming code encoding and decoding, C language program)
汉明编码
- 主要实现了一种典型的(7,4)汉明编码和汉明译码,能够正确纠错和检错,仿真正确。(It mainly realizes a typical (7,4) hamming code and hamming decoding, which can correct errors and errors correctly, and the simulation is correct.)