Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是来自 IEEE Std 802.11-2012 Clause 8.2.4.8 FCS 字段:
我无法理解最后两段:
“除法的初始余数预设为全1”是什么意思,为什么我们需要这样做?
“......计算字段和FCS的串行输入位......”是什么意思?
将 CRC 初始化为全 1 避免了任何长度的零字符串给出零 CRC 的问题。
阅读罗斯威廉姆斯 CRC 教程。