搜索资源列表
atm
- atm信元检测,CRC循环冗余码编码和校验
xunhuanma
- (7,3)循环码的编码和译码,还可以纠错一位,检错两位。在ketang-(7,3) cyclic code encoding and decoding, error correction can also be one of two error. In ketang
chfadianlubianma
- 除法电路编码,用于生成(63,57)循环码-Divider circuit encoding, used to generate (63,57) cyclic code
bianma
- 使用QUARTUS2写的循环码编码器源代码-Writing of the use of cyclic codes QUARTUS2 encoder source code
74xunhuanbianmawumalvfenxi
- 对(7,4)循环码的误码率进行了matlab的仿真,通过对比两条曲线,直观对比出未经过信道编码和经过信道编码的误码率比较。-Of (7,4) cyclic code error rate of the matlab simulation, by comparing the two curves, a direct comparison has not been after channel coding and channel coding the bit-error rate.
xindaobianmafangzhen
- 实现信道编码仿真,有卷积码,汉明码,循环码,比较器误码率-Achieving channel coding simulation, there are convolutional codes, Hamming codes, cyclic codes, error rate comparator
Cyclic-code
- 循环码的编码和解码过程,用c++实现此过程-Cyclic code encoding and decoding process, using c++ to implement this process
4bits-BCH-C-CODE
- 在VC的环境下实现BCH编码和译码函数产生BCH编码和译码,BCH码是循环码的一种。-BCH encoding and decoding functions in the VC environment to produce the BCH encoding and decoding, the BCH is the kind of CYCLIC codes.
CRC
- 循环码的编码与译码器(支持一位的纠错) 编码(n,k可调) 测试用例1: input:n=7 k=3 g=11101 m=101 output:1010011 input:n=7 k=3 g=11101 m=010 output:0100111 测试用例2: input:n=7 k=4 g=1011 m=1101 output:1101001 input:n=7 k=4 g=1011 m=1010 output:1010