Open sderonneTCS opened 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.
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.
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.