Open weixijia opened 2 years ago
When loading csi.dat collected by atheros csi tool, commond window shows restaring kernal.
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.
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.