与二维奇偶校验相比,CRC 有什么优势吗?
与二维奇偶校验相比,CRC 有什么优势吗?
are there any advantage for CRC when compared with 2 dimensional parity?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
与二维奇偶校验相比,CRC 有什么优势吗?
are there any advantage for CRC when compared with 2 dimensional parity?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
通过 CRC,您可以检测“突发”错误,即任何错误序列。
CRC 使用较少的位数。
使用 CRC,您可以纠正一位错误。
2 暗奇偶校验,您可以检测 1、2 和 3 位错误,有时还可以检测 4 位错误
未检测到的 4 个位错误是位于 4 个角(形成矩形)的位错误
with CRC, you can detect "burst" errors, that is any sequence of errors.
CRC uses fewer bits.
with CRC you can correct one bit errors.
2 dim parity you can detect 1, 2 and 3 bit errors and sometimes 4 bit errors
4 bit errors that are not detected are ones on 4 corners (forming a rectangle)