摘要:
预备知识:多项式除法 上一节我们讲了checksum 这一节我们来讲CRC How do CRCs work CRC: the cyclic redundancy check 从下面几个章节来讲, 首先是讲一下如何通过 模除运算 来检测错误,为了给你后面学习CRC提供一些sense 现在有hello 阅读全文
摘要:
this type of error where you have multiple bit errors in a row is called burst error 除了为每一行添加一个奇偶校验位,还可以为每一列添加 parity bits per row parity bits per col 阅读全文