搜索资源列表
RBDS
- The decoding algorithm used in RBDS.c is based on error trapping. The program emulates the operation of the encoder and decoder of a binary cyclic codes, using bitwise shifts and xor for modulo g(x) operations. -The decoding algorithm used in RBDS.c
sim.rar
- 通用的循环码编码器和(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
1
- 循环码纠错译码器,简单易学,十分适合初学者使用-Cyclic code error correction decoder, easy to learn, very suitable for beginners to use
cyclic
- Implementation of cyclic coder and decoder using matlab
mejit
- 信息论循环码梅吉特译码器matlab实现-Mejit cyclic code decoder of information theory by matlab implementation
cyclic_decoder
- (7,4)系统循环码译码器 decode_out = cyclic_decoder(decode_in) 该系统循环码译码器的生成多项式是g(x) = x^3 + x + 1 输入参数decode_in是接收到的循环码字,是1×7的行向量;输出decode_out是解 码后的信息码字,是1×4的行向量。 函数运行时,同时画出接收循环码字和译出码字的波形图。 - (7,4) system cycle Decoder decode_out = cyclic_
Cyclic(73)
- 循环码的定义以及由生成多项式求解生成 矩阵和系统生成矩阵的过程,并在Matlab环境下写出了循 环码的编码器和解码器代码,实现了编码和译码功能。分析和讨论了 此码发现错误、纠正错误的能力,并讨论了其与线性分组码、Hamming 码等信道编码的区别与联系。 - Definition of cyclic codes generated by the polynomial generator matrix of the process of seeking system, writte
CyclicCode
- The Decoder of differential cyclic code using in the broadcasting receiver.
LTE-Physical-Layer--Downlink-Simulink
- This model discribes the LTE Physical Layer to a one user, because its implementation is above OFDM. Lte simulator using turbo encoder and decoder Cyclic Redundancy Check and the other LTE´ s blocks-This model discribes the LTE Physical Layer to
cyclic
- scr ipt for simulating BER with Cyclic Hamming Code (7,4) with G=1+X+X^3 and Meggitt decoder
Mjtdecoder1
- 为解决信道编码中循环码译码问题 编写了严格尊崇实际电路的(15,7)码梅吉特译码器-In order to solve channel coding middle cyclic codes decoding the problem prepared a strict revered actual circuit' s (15,7) yards Mejit decoder
Mjtder
- 为解决信道编码中循环码译码问题,特编写(15,7)码梅吉特译码器-In order to solve channel coding problem decoding cyclic codes, special preparation (15,7) code Meggitt decoder
Cyclic-codes-and-decode-GUI
- 循环编码,校验子译码,梅吉特译码,GUI界面设计。程序完整,可以良好运行,注释清晰。-Cyclic codes, check subdecode, Meggitt decoder, GUI interface design. Integrity of the process, you can run a good, clear notes
bianyima
- 循环码编译码器 运行后在输入信息码字后的四个框中输入四位二进制数用于编码-Cyclic code decoder
xunhuanmabianma
- 在Matlab环境下写出了(15,7)循环码的编码器和解码器代码,实现了编码和译码功能。-Wrote in Matlab environment (15,7) cyclic code encoder and decoder code to achieve the encoding and decoding functions.
Encoder-decoder-cyclic-code
- Encoder and Decoder Cyclic Code is important to analyze Digital Communication System. So, it s easy to study
QC-LDPC-decoder-FPGA
- 文章提出了一种可以兼容不同码率规则和非规则准循环低密度校验码(LDPC)的部分并行译码结构, 用Verilog语言开发,基于该部分并行结构在Altera公司的StratixII-EP2S90器件上验-This paper presents a part of different bit rates can be compatible with the rules and irregular quasi-cyclic low density parity check code (LDPC) de
cyclic_encoder_decoder
- Encode and Decode messages using the cyclic encoder and decoder based on polynomial generator.
74cyclic-code
- 信息论中(7,4)循环码的编译码器,能够自动检错,附带GUI界面.-In information theory (7, 4) cyclic code of the decoder, can check automatically, with GUI interface.
cyclic_decoder
- CYCLIC DECODING ALGORITHM