IEEE 802.11b 中的 CRC-16 计算

发布于 2024-10-19 17:10:00 字数 223 浏览 5 评论 0原文

我想了解 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

逐鹿 2024-10-26 17:10:00

Xilinx 提供了 IEEE 802.3 中 CRC 的应用说明和源代码。

Xilinx has an app note and source code for the CRC in IEEE 802.3.

幼儿园老大 2024-10-26 17:10:00

以下是关于 CRC 生成的文章的链接硬件描述语言(Verilog、VHDL)

Here is a link to an article on CRC generation for hardware description languages (Verilog , VHDL)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文