csiread
csiread copied to clipboard
A fast channel state information parser for Intel, Atheros, Nexmon, ESP32 and PicoScenes
get_scaled_csi_sm
csidata = csiread.Intel(dat_file, nrxnum=3, ntxnum=1) I use the above code to read CSI .dat file. There are 30 carriers. I want to know the indexes and their corresponding frequency. Does...
Thank you so much for this amazing project. I was able to extract CSI values using ```csiread``` when the data was collected using Nexmon and ASUS RT-AC86U router. However, when...
Hello, I have this problems, what i should do to fix it ? ./recvCSI: 1: ./recvCSI: Syntax error: "(" unexpected ~/Athero-CSI-tool-Python-RemoteReceive-Liveview-AmplitudeScaled-master/Client-Router/recvCSI$ Thanks,
Thank you for your development. This is a very nice tool and helps many researcher to conduct related works conveniently. There is an annotation, when the running code econtering `csidata.read()`....
Thanks so much for this excellent project. I would like to obtain the SNR using nexmon patch and I found that the noise attribute is not existed. Could you please...
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...
Hello, could you please tell me, how i can fix it? hicham@hicham-Pc:/Atheros_CSI_tool_OpenWRT_UserSpaceApp_src/sendData$ ls Makefile Makefile send_Data sendData.c send_Data_loop hicham@hicham-Pc:~/Atheros_CSI_tool_OpenWRT_UserSpaceApp_src/sendData$ sudo ./send_Data_loop wlan0 xx:xx:xx:xx:xx:xx 1000 [sudo] password for hicham: ./send_Data_loop: 1:...
Im collecting CSI based on the Atheros library. Im using csiread to parse the binary data and get the readings. The shape Im having is [40,56,2,2]. As far as I...
Thanks for your tool! I simply compared csiread with [CSIKit](https://github.com/Gi-z/CSIKit), yours is much faster. However, I am facing one weird issue: I used this [Atheros CSI Tool Python RemoteReceive](https://github.com/shuspieler/Athero-CSI-tool-Python-RemoteReceive-Liveview-AmplitudeScaled) to...