搜索资源列表
循环冗余校验CRC的算法分析和程序实现
- 循环冗余校验CRC(Cyclic Redundancy Check)是由分组线性码的分支而来,其主要应用是二元码组。编码简单且误判概率很低,在通信系统中得到了广泛的应用。重点介绍了CRC校验的原理及其算法实现。-Cyclic Redundancy Check (Cyclic Redundancy Check) is a linear code from the branch, its main application is binary
通用库存管理系统
- 附所有源码和控件 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 de
通用库存管理系统
- 附所有源码和控件 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 de
FormRead2.5
- 源码附所有源码和控件 MovingChar.ocx 循环移动的字幕 as97Popup.ocx 按钮 其中有使用data控件和数据环境设计器打开有密码的数据库的方法。 [qc.rar] - 此压缩文件是关于实现汽车销售管理系统的数据库设计。包括代码 可执行文件 和说明等等 - The source code attaches the active code and controls MovingChar.ocx the c
simulate
- 循环冗余校验CRC (Cyclic Redundancy Check)码是由分组线性码的分支而来,其主要应用是二元码字。编码简单且误判概率很低,在通信系统中得到了广泛的应用。循环冗余校验码是属于分组码中的一类重要的线性码,它不仅在理论上具有很好的代数结构,而且其编码和译码可以通过线性移位寄存器很容易地实现。 通过对CRC的分析和基于MATLAB工具的仿真,充分证明了CRC的检错能力很强,编码简单。 -Cyclic Redunda
ProgrammingEmbeddedSystemsinCandC++
- 本书内容包括: 快速有效的测试存储器芯片 如何写入和擦除快闪存储器 用循环冗余校验码验证非易失性存储器数据 与芯片的内部外设和外部外设接口 设计和实现设备驱动 优化嵌入式软件 最大限度高性能的应用C++特性 本书适用于嵌入式系统程序员、设计师和项目管理人员 -This book include: rapid and efficient ways to test memory chips write a
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, convolution
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标准中采用的数据保护与校验技术,即 循环冗余校验(
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
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
code
- (7,4)系统循环码的编译码,用GUI进行演示-Cyclic code encoding and decoding,demonstrate by GUI
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 c