citysu / csiread

A fast channel state information parser for Intel, Atheros, Nexmon, ESP32 and PicoScenes
MIT License
110 stars 29 forks source link

Restarting Kernal #25

Open weixijia opened 2 years ago

weixijia commented 2 years ago

When loading csi.dat collected by atheros csi tool, commond window shows restaring kernal.

Atheros CSI Tool

csifile = "../material/atheros/dataset/ath_csi_1.dat" csidata = csiread.Atheros(csifile, nrxnum=3, ntxnum=2, pl_size=10, tones=56) csidata.read(endian='little') #ERROR happened at this line print(csidata.csi.shape)

The dat file can be correctly parsed by the matlab code.