VREMSoftwareDevelopment / WiFiAnalyzer

Android application to analyze WiFi signals.

Home Page:https://vremsoftwaredevelopment.github.io/WiFiAnalyzer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How channel graph displays 20/40/80/160 MHz channel width?

JJWatMyself opened this issue · comments

Many thanks for the update to 1.6.4 yesterday. On AT&T Samsung GS6 running 6.0.1 the control channel is now displaying correctly. The width is not displaying correctly on 2.4GHz or 5GHz. 2.4GHz HT shows 60Hz instead of 40Hz, and 5GHz VHT shows 140Hz instead of 80Hz. Screenshots are below. I believe the width issue was present on the previous version. Screenshot of that are on the bug report that you closed at the weekend.
2-4ghz
2-4ghzcapture
2-4ghzcapture1
5ghz
5ghzcapture
5ghzcapture1

5MHz per channel

  • 20MHz width = 4 channels, -/+2 channels from center
  • 40MHz width = 8 channels, -/+4 channels from center
  • 80MHz width = 16 channels, -/+8 channels from center
  • 160MHz width = 32 channels, -/+16 channels from center

Your example:

  • hamster-n 11+9 with 40MHz width: Primary Channel 11, Center Channel 9. With center channel 9, covers channels 5(9-4) to 13(9+4)
  • hamster-ac 132+138 with 80MHz width: Primary Channel 132, Center Channel 138. With center channel 138, covers channels 130(138-8) to 146(138+8)

Looks like channel graph is correct.

How right you are. Sorry about that.. I'm was a bit confuded again. :)