You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi jiao, thank you for your project.
I'm trying to simulate the openofdm_tx , openofdm_rx and some interface IP simultaneously.
I don't know much about 802.11. I'm trying to modify the length of the psdu what I want to send in the openwifi-hw\ip\openofdm_tx\unit_test\test_vec\ht_tx_intf_mem_mcs7_gi1_aggr0_byte100.mem. For example,
100byte psdu, len_ht = 100
I changed it to 24byte,
For the two-header generation method I refer to the Verilog code in tx_intf.
I tried different dbps_ht but all failed, the receiver couldn't demodulate correctly.
The fcs_out_strobe didnt valid.
I tried to find the 802.11n protocol, but there are so many things that I haven't found the problem yet.
Do I need to consider specific things in psdu? Do you have to follow 802.11?
Is there a reference for generating variable length packets?
The text was updated successfully, but these errors were encountered:
Hi jiao, thank you for your project.
I'm trying to simulate the openofdm_tx , openofdm_rx and some interface IP simultaneously.
I don't know much about 802.11. I'm trying to modify the length of the psdu what I want to send in the openwifi-hw\ip\openofdm_tx\unit_test\test_vec\ht_tx_intf_mem_mcs7_gi1_aggr0_byte100.mem. For example,
100byte psdu, len_ht = 100
I changed it to 24byte,
For the two-header generation method I refer to the Verilog code in tx_intf.
I tried different dbps_ht but all failed, the receiver couldn't demodulate correctly.
The fcs_out_strobe didnt valid.
I tried to find the 802.11n protocol, but there are so many things that I haven't found the problem yet.
The text was updated successfully, but these errors were encountered: