RS译码的Euclid算法及其FPGA实现,并通过仿真器的出结果,对于设计RS译码很有帮助
上传时间: 2013-08-17
上传用户:leawon947
RS译码的Euclid算法及其FPGA实现
上传时间: 2016-05-10
上传用户:shinesyh
修正的Euclid算法matlab程序,验证通过
上传时间: 2016-05-24
上传用户:LouieWu
RS译码的Euclid算法及其FPGA实现,并通过仿真器的出结果,对于设计RS译码很有帮助
上传时间: 2016-09-22
上传用户:cc1915
Extended Euclid algorithm
上传时间: 2013-12-17
上传用户:hj_18
In number theory, the Euclidean algorithm (also called Euclid s algorithm) is an algorithm to determine the greatest common divisor (GCD) of two elements of any Euclidean domain (for example, the integers). Its major significance is that it does not require factoring the two integers, and it is also significant in that it is one of the oldest algorithms known, dating back to the ancient Greeks.
标签: algorithm Euclidean Euclid number
上传时间: 2017-07-17
上传用户:恋天使569
rs码的Simulink仿真,将修正的Euclid作为RS码的核心。
上传时间: 2017-07-30
上传用户:invtnewer
Reed-Solomon码(简称RS码)是一种具有很强纠正突发和随机错误能力的信道编码方式,在深空通信、移动通信、磁盘阵列以及数字视频广播(DVB)等系统中具有广泛的应用。 本文简要介绍了有限域基本运算的算法和常用的RS编码算法,分析了改进后的Euclid算法和改进后的BM算法,针对改进后的BM算法提出了一种流水线结构的译码器实现方案并改进了该算法的实现结构,在译码器复杂度和译码延时上作了折衷,降低了译码器的复杂度并提高了译码器的最高工作频率。在Xilinx公司的Virtex-Ⅱ系列FPGA上设计实现了RS(255,239)编译码器,证明了该方案的可行性。
上传时间: 2013-06-11
上传用户:奇奇奔奔
带约束的蚁群算法的程序,用于欧几里德(Euclid)TSP问题,用c语言编写的,供大家借鉴
上传时间: 2015-06-15
上传用户:rocketrevenge
The package contains a Reed-Solomon coding and decoding program, derived partly from Phil Karn/Robert Morelos-Zaragoza "new_rs_erasures.c". In particular the Berlekamp-Massey algorithm has not been modified. New features compared to "new_rs_erasures.c" are: - fully parameterized: code parameters (n,k,m) can be selected via command line options. - decoding optional by Euclid or Belekamp-Massey algorithm - efficient support of shortened codes - extensive verbose levels for hardware verification
标签: Reed-Solomon contains decoding package
上传时间: 2013-12-11
上传用户:shinesyh