搜索资源列表
BCH-MPS430
- c语言写的用于单片机mps430的底层通信协议,包含了bch编解码,交织编解码,和crc校验。经过简单的修改即可用于其他的单片机。-write for the MCU mps430 underlying communication protocol includes the BCH encoding and decoding, codecs are intertwined, and crc check. After a simple modifications can be used in ot
BCH_codec
- BCH编解码的源代码,码长192,纠错能力为10,c语言编写。
4bit_BCH_code
- 4bit BCH ECC 代码 512字节可纠4bit错-4bit BCH ECC code correct 4bit error in every 512 bit
bch-code
- this a bch code wich is in visual c-this is a bch code wich is in visual c++
brcm_nand_ecc
- BRCM 平台ECC算法(C语言),该算法可以产生3字节的ECC,每512字节一组-BRCM NAND Flesh Memory ECC Encoder (Hamming code and BCH codes)
BCH-dec
- 基于C的BCH纠错码研究,已经做了调试,和你好用。-C-based study of the BCH error correction code, debugging has been done, and Hello to use.
bch
- 用C语言实现BCH码的编码和译码,译码是用BM迭代算法。-BCH codes in C language coding and decoding, iterative decoding algorithm with BM.
bch
- 信息通信工程中信息论编码的BCH码的C语言程序代码的运行-Information and Communication Engineering Information Theory BCH code C-code operation code
bchbianma
- 基于pic单片机系列的BCH(15,7)编码文件,-code of c for bch
new_rs_erasures
- ECC算法C代码,用于flash控制器等相关的一些纠错功能。-ECC algorith C code: include read-solomn and BCH code, especially for flash controller.
BCH_VLSI
- 使用HLS完成BCH编码的运算通路的设计,纯组合逻辑,对于65nm工艺可跑上1GHz。已经组合逻辑分为了多个部分,可在每一个部分之间插流水线。 附上可综合的纯RTL Code以及C++代码,以及Modelsim仿真。 可通过我的优化选项来学习如何优化HLS工具生产的代码。(BCH Encoder realized using HLS tool. Combinational logic.)