xieyaxiongfly / Atheros-CSI-Tool-UserSpace-APP

The user-space applications for our Atheros-CSI-Extraction-TOOL
56 stars 62 forks source link

Intrepret CSI without Matlab #43

Open sderonneTCS opened 6 years ago

sderonneTCS commented 6 years ago

Hi,

Is there a way to interpret data without Matlab? The content of the generated file when using recv_csi is unreadable in a text editor, how could I interpret CSI data?

Thanks for your help.

xieyaxiongfly commented 6 years ago

You can do it in c program. I already include the related function in recv_csi.

Take a look at the csi_fun.c and csi_fun.h.