open-sdr / openwifi

open-source IEEE 802.11 WiFi baseband FPGA (chip) design: driver, software
GNU Affero General Public License v3.0
3.82k stars 647 forks source link

openwifi use TDD mode #365

Open wangdan25 opened 10 months ago

wangdan25 commented 10 months ago

Can openwifi use TDD mode?Because the SIFS time between each packet in the wifi protocol is 16us, and the VCO needs to be turned back on when switching between states in TDD mode, the synthesizer needs 20us time to achieve lock even in fast lock mode, which is not enough time relative to SIFS, so how to solve this problem?

JiaoXianjun commented 10 months ago

https://www.sciencedirect.com/science/article/abs/pii/S0140366423002244?via%3Dihub https://arxiv.org/abs/2204.07354

wangdan25 commented 10 months ago

openwifi reduces TX LO leakage by turning off TX LO in the receiving state, which also reduces turnaround time. However, VCO and DAC are always active, which increases the power consumption of the system.I am curious, is there any rf product on the market that can make the turnaround time meet the requirements of SIFS even if all paths are closed?

JiaoXianjun commented 10 months ago

In the paper I shared, there are some info (if I remember correctly).