csiread icon indicating copy to clipboard operation
csiread copied to clipboard

Restarting Kernal

Open weixijia opened this issue 2 years ago • 0 comments

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.

weixijia avatar Jul 10 '22 07:07 weixijia