StevenMHernandez / ESP32-CSI-Tool

Extract Channel State Information from WiFi-enabled ESP32 Microcontroller. Active and Passive modes available. (https://stevenmhernandez.github.io/ESP32-CSI-Tool/)
https://stevenmhernandez.github.io/ESP32-CSI-Tool/
MIT License
268 stars 73 forks source link

CSI amplitudes #62

Closed rockmanexe4 closed 2 years ago

rockmanexe4 commented 2 years ago

Hello. I have successfully obtained the CSI signal. But as in this question "https://githubmemory.com/repo/StevenMHernandez/ESP32-CSI-Tool/issues/23" CSI is in one cell with real and imaginary parts . So how can I get all amplitudes from real and imaginary parts? I know I can calculate the absolute value, but I don't know how to do it because they are in one cell. I would like to automatically determine the amplitude from a csv file and graph it. Sorry for my bad English, English is not my native language.

23

rockmanexe4 commented 2 years ago

I found that I could just run parse_csi.py. However, it seems that windows does not allow me to run it, so I have to start anew and run it again.