Linux 802.11n CSI Tool




英文参考

Linux 802.11n CSI Tool




笔记

【1】list station mac address

1
2
$ sudo ls /sys/kernel/debug/ieee80211/phy0/netdev:wlan0/stations/
00:0f:34:9d:01:a0

【2】Parsing the CSI trace file

1
$ cd linux-80211n-csitool-supplementary/matlab

In MATLAB or Octave

// use the sample_data or use the generated data 
csi_trace = read_bf_file('sample_data/log.all_csi.6.7.6');