当前位置:
首页
资源下载

搜索资源 - cyclic code encoder
搜索资源列表
-
1下载:
基于VHDL语言的循环码编码器的程序,以一个(15,6)循环码为例,VHDL language based on the cycle of the program code encoder to a (15,6) cyclic code as an example
-
-
2下载:
通用的循环码编码器和(7,4)循环码译码器。采用VERILOG HDL编写,通过硬件验证。需使用modelsim 5.6仿真,Common cyclic code encoder and (7,4) cyclic code decoder. VERILOG HDL preparation used by the hardware verification. Need to use simulation modelsim 5.6
-
-
0下载:
使用QUARTUS2写的循环码编码器源代码-Writing of the use of cyclic codes QUARTUS2 encoder source code
-
-
0下载:
基于VHDL设计的在quarters2上的循环码编码器-VHDL-based design at quarters2 on the cyclic code encoder
-
-
1下载:
(7,4)系统循环码编码器
code_out = cyclic_coder(code_in)
该系统循环码编码器的生成多项式是g(x) = x^3 + x + 1
输入参数code_in是信息码字,是1×4的行向量;输出code_out是编码后的系统
循环码字,是1×7的行向量。
函数运行时,同时画出输入信息码字和循环码字的波形图。- (7,4) cyclic code system Encoder code_out = cyclic_coder (code
-
-
0下载:
奇偶校验码作为一种检错码虽然简单,但是漏检率太高。在计算机网络和数据通信中用E得最广泛的检错码,是一种漏检率低得多也便于实现的循环冗余码CRC (Cyclic Redundancy .Code),CRC码又称为多项式码。-Parity error detection code as a simple, but the missing rate is too high. In computer networking and data communications using the most wi
-
-
0下载:
循环码的定义以及由生成多项式求解生成 矩阵和系统生成矩阵的过程,并在Matlab环境下写出了循
环码的编码器和解码器代码,实现了编码和译码功能。分析和讨论了
此码发现错误、纠正错误的能力,并讨论了其与线性分组码、Hamming
码等信道编码的区别与联系。
- Definition of cyclic codes generated by the polynomial generator matrix of the process of seeking system, writte
-
-
0下载:
计算输入字符串的CRC编码。CRC编码即循环冗余码,它是利用除法及余数的原理来作错误侦测的。-Calculate the CRC coding of the input string. The CRC encoder that cyclic redundancy code, which is the principle of the division and the remainder for error detection.
-
-
0下载:
信道编码中 基于电路结构的 循环码 N-K级编码器 -Channel coding circuit structure of cyclic code based on NK-level encoder
-
-
0下载:
在Matlab环境下写出了(15,7)循环码的编码器和解码器代码,实现了编码和译码功能。-Wrote in Matlab environment (15,7) cyclic code encoder and decoder code to achieve the encoding and decoding functions.
-
-
0下载:
用vhdl语言采用时序电路(移位寄存器)的方式实现(7,4)循环码编码器-Vhdl language used by the timing circuit (shift register) way to achieve (7,4) cyclic code encoder
-
-
0下载:
Encoder and Decoder Cyclic Code is important to analyze Digital Communication System. So, it s easy to study
-
-
0下载:
环码:无权码,每位代码无固定权值,任何相邻的两个码组中,仅有一位代码不同。
一个(n,k)线性分组码C,若它的任一码字的每一循环移位寄存器都是C的一个码字,则称C是一个循环码
给出了循环码的定义以及由生成多项式求解生成矩阵和系统生成矩阵的过程,并在Matlab环境下写出了循环码的编码器代码,实现了编码功能-
Ring Code: no right code, each code is no fixed weight, any two adjacent code groups,
-
-
1下载:
已知(10,6)系统循环码的生成多项式为:g(x)=x4+x+1,请设计该循环码的编码器。输入随机码元序列长度至少1000位。按照错误概率Pe随机产生差错图样,得到实际接收码字。 根据接收到的码字进行译码,计算误码率。调整Pe的大小,画出误码率与Pe之间的关系曲线。程序难度不大,如需要其他参数请自行调整。有问题可以私聊。(The generating polynomial of known (10, 6) system cyclic codes is g (x) =x4+x+1, please
-