IEEE 802.11b 中的 CRC-16 计算
我想了解 IEEE 802.11b PHY 标头字段中的 CRC 计算。我在文献中读到,使用了 CRC-16 以及(生成器多项式的 e 信号、服务和长度)提醒的 1 补码,
但我想了解,给定一个比特流,该计算是如何完成的。
我试图了解如何使用移位寄存器在硬件中或在 Matlab 中实现。
在这个方向上的任何建议或有用的指示都会有所帮助。
谢谢,
基兰
I would like to understand the CRC compuation in the Header field of IEEE 802.11b PHY. I read in the literature, CRC-16 is used and the 1's compliment of the reminder of the (e SIGNAL, SERVICE, and LENGTH by Generator Polynomial)
But I want to understand, given a bit stream, how this computation is done.
I am trying to understand, how to implement in Hardware using Shift registers or in Matlab.
Any suggestions or useful pointers in this direction would be helpful.
Thanks,
Kiran
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Xilinx 提供了 IEEE 802.3 中 CRC 的应用说明和源代码。
Xilinx has an app note and source code for the CRC in IEEE 802.3.
以下是关于 CRC 生成的文章的链接硬件描述语言(Verilog、VHDL)
Here is a link to an article on CRC generation for hardware description languages (Verilog , VHDL)