Having a WiFi emitter sending a frame, how much time does each symbol take? And therefore, what distance do they spread over?
This depends on the Modulation Coding Scheme. I would like to know which of the various 802.11 norms has the shortest symbols.
Here is an example with 802.11b:
- at 11Mb/s using DQPSK it encodes one symbol per chip, each symbol carry 2 bits
- this means roughly 5.5M symbol/s
- 1.81818182e-7 s per symbol
- 54.5 m per symbol
We could note that one symbol spreads over 436 periods, each one spreading over 12.5 cm at the speed of light.
Am I right? Are there any other 802.11 norms that have shorter symbols?