GNU Radio SDR raw .bin format into Matlab .bb baseband format.
SSID beacon decoder from Mathworks example.
REQUIRES non-free Matlab toolboxes including:
- record 20 MHz wide WiFi channel with SDR and GNU Radio, save to .bin file in complex 32-bit float
- use bin2bb.m to convert .bin to Matlab .bb
- use decode_wifi_beacon.m to display WiFi SSID beacons
I did not yet test this because I'm waiting for WLAN Toolbox license.