Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

焦博士你好,我想问一下关于openofdm_tx模块的dot11_tx.v中,关于BCC模块的reset机制问题。 #105

Open
wjq110 opened this issue Mar 22, 2024 · 0 comments

Comments

@wjq110
Copy link

wjq110 commented Mar 22, 2024

assign enc_reset = phy_tx_arest | state1 == S1_WAIT_PKT | plcp_bit_cnt == 23 | plcp_bit_cnt == 47;
您原来的代码中,会在SIG字段的第23bit和第47bit对BCC模块进行reset。当发送ht帧时,这个机制会导致在SIG字段中重置BCC模块,与接收机的解码机制是不是有一定区别。接收机中好像时直接把所有数据直接一起解码的,不会区分不同symbol。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant