搜索资源列表
循环冗余校验CRC的算法分析和程序实现
- 循环冗余校验CRC(Cyclic Redundancy Check)是由分组线性码的分支而来,其主要应用是二元码组。编码简单且误判概率很低,在通信系统中得到了广泛的应用。重点介绍了CRC校验的原理及其算法实现。-Cyclic Redundancy Check (Cyclic Redundancy Check) is a linear code from the branch, its main application is binary codes. Coding simple misjudgm
通用库存管理系统
- 附所有源码和控件 MovingChar.ocx 循环移动的字幕 as97Popup.ocx 按钮 其中有使用data控件和数据环境设计器打开有密码的数据库的方法。-all MovingChar.ocx cycle and control the movement of subtitles as97Popup.ocx button which controls the use of data and data environment designed to open a password data
CordlessPhone
- 无绳电话模拟系统 应用到循环码的校验和纠错-Cordless telephone simulation system applied to the cycle of checking and correcting code
DPCM
- 通信原理课程设计:语音信号基带通信传输系统仿真基于DPCM编码和循环码 -Communication Theory Course Design: speech signal base-band telecommunication transmission system simulation Based on DPCM coding and cyclic codes
gsm_efs
- 用matlab实现的GSM TCH/EFS系统在高斯信道、瑞利信道下的性能仿真,其中用到了循环编码、卷积码、交织码等信道编码技术-Using matlab to achieve GSM TCH/EFS system in the Gaussian channel, Rayleigh channel the performance of simulation, which uses a loop encoding, convolutional codes, interleaving codes c
achieve(74)
- 使用MATLAB实现(7,4)循环码的编译码-Use MATLAB to achieve (7,4) coding and decoding of cyclic codes
xunhunmabianmaxitongmafeixitongma
- 循环码编码系统码与非系统码的实现 信息论与编码实现课后实验题-xunhunmabianmaxitongmafeixitongma
UHF-RFID-CRC
- 本文首先研究了IsO/IECl8000.6标准中A、B两类短程通讯的前向链路与返回 链路的数据编码方式,对(FMO)双相间隔编码、(PIE)脉冲间隔编码、曼切斯特码 的编解码方式和技术参数进行了深入的分析,并利用FPGA实验平台对这三种编 码的编、解码电路进行了设计和仿真。然后对UHF RFID系统的差错控制技术原理 进行了探讨,重点研究了ISo/IECl8000.6标准中采用的数据保护与校验技术,即 循环冗余校验(CRC)技术。分析了基于线性反馈移位寄存器(LFSR)实现C
XunHuanMaXULI
- 仿真计算出(15, 11)系统循环码和(15, 5)系统循环码两种码字在BSC信道下的误码率性能曲线-Simulation of the (15, 11) cyclic code and the system (15, 5) cyclic code system of two code words in the BSC channel BER performance curve
cyclic_coder
- (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
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_
BCH-code-_matlab
- 循环码是线性分组码中最重要的一种子类,是目前研究得比较成熟的一类码。它的检、纠错能力较强,编码和译码设备并不复杂,而且性能较好,不仅能纠正随机错误,也能纠正突发错误。循环码还有易于实现的特点,很容易用带反馈的移位寄存器实现其硬件 。循环码具有许多特殊的代数性质,这些性质有助于按照要求的纠错能力系统地构造这类码,并且简化译码算法,目前发现的大部分线性码与循环码有密切关系正是由于循环码具有码的代数结构清晰、性能较好、编译码简单和易于实现的特点,因此在目前的计算机纠错系统中所使用的线性分组码几乎都是循
Cyclic(73)
- 循环码的定义以及由生成多项式求解生成 矩阵和系统生成矩阵的过程,并在Matlab环境下写出了循 环码的编码器和解码器代码,实现了编码和译码功能。分析和讨论了 此码发现错误、纠正错误的能力,并讨论了其与线性分组码、Hamming 码等信道编码的区别与联系。 - Definition of cyclic codes generated by the polynomial generator matrix of the process of seeking system, writte
BCH
- BCH 是纠错能力可控的纠错编码,是循环码的子类. 介绍了BCH 码的编码原理和设计方法,在特定信道和调制方式下对经过BCH 编码的系统进行仿真,分析BCH 码在特定信道下的编码增益.-BCH is error correction ability of controllable error correction coding, is a subclass of cyclic code. Introduces BCH code coding principle and design method
code
- (7,4)系统循环码的编译码,用GUI进行演示-Cyclic code encoding and decoding,demonstrate by GUI
cyclecode
- 用matlab写的的循环码编解码程序,同时还有系统仿真的性能分析-Matlab write the loop encoding and decoding procedures, as well as system simulation and performance analysis
123
- 用matlab实现(7,4)系统循环码的编码和译码,g(x)=1+x+x3。 -(7,4) system encoding and decoding of cyclic codes, g (x) = 1+x+x3 using matlab.
cyclic_en_15_11
- 循环码(15, 11),该系统循环码编码器的生成多项式是g(x) x^4 + x + 1-cycle code(15, 11),generation polynomial is g(x) x^4+ x+ 1.
mod_demod
- 汉明码编码,通过移位寄存器实现系统循环码编码的过程(the simulation platform with systematic cyclic(7,4,3)HAMMING CODE by employing the shift register structure)
Q4_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