Euclid

共 12 篇文章
Euclid 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 12 篇文章,持续更新中。

RS编译码器的设计与FPGA实现

Reed-Solomon码(简称RS码)是一种具有很强纠正突发和随机错误能力的信道编码方式,在深空通信、移动通信、磁盘阵列以及数字视频广播(DVB)等系统中具有广泛的应用。 本文简要介绍了有限域基本运算的算法和常用的RS编码算法,分析了改进后的Euclid算法和改进后的BM算法,针对改进后的BM算法提出了一种流水线结构的译码器实现方案并改进了该算法的实现结构,在译码器复杂度和译码延时上作了折衷,降

rs码的Simulink仿真,将修正的euclid作为RS码的核心。

rs码的Simulink仿真,将修正的euclid作为RS码的核心。

In number theory, the Euclidean algorithm (also called Euclid s algorithm) is an algorithm to determ

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 inte

个人编的rsa的源代码

个人编的rsa的源代码,算出public—private key;其中有Euclid,Extend Euclid的实现,以及Millar-Rabin test的实现,和加密/解密

RS译码的Euclid算法及其FPGA实现

RS译码的Euclid算法及其FPGA实现,并通过仿真器的出结果,对于设计RS译码很有帮助

修正的euclid算法matlab程序

修正的euclid算法matlab程序,验证通过

RS译码的Euclid算法及其FPGA实现

RS译码的Euclid算法及其FPGA实现

带约束的蚁群算法的程序

带约束的蚁群算法的程序,用于欧几里德(Euclid)TSP问题,用c语言编写的,供大家借鉴

Extended euclid algorithm

Extended euclid algorithm

The package contains a Reed-Solomon coding and decoding program, derived partly from Phil Karn/Rob

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

RS译码的Euclid算法及其FPGA实现

RS译码的Euclid算法及其FPGA实现,并通过仿真器的出结果,对于设计RS译码很有帮助

RS编译码器的设计与FPGA实现

Reed-Solomon码(简称RS码)是一种具有很强纠正突发和随机错误能力的信道编码方式,在深空通信、移动通信、磁盘阵列以及数字视频广播(DVB)等系统中具有广泛的应用。 本文简要介绍了有限域基本运算的算法和常用的RS编码算法,分析了改进后的Euclid算法和改进后的BM算法,针对改进后的BM算法提出了一种流水线结构的译码器实现方案并改进了该算法的实现结构,在译码器复杂度和译码延时上作了折衷,降