Search found 1 match

by vincentxie
Thu Jan 03, 2019 8:27 am
Forum: General Discussion
Topic: ESP32 CSI question
Replies: 1
Views: 4079

ESP32 CSI question

Hi , We are using esp32 to get wifi CSI (Channel State Information) data. We want to know how the data structure of Buffer corresponding with subcarrier ID. ( is it this way : subcarrier-31~~subcarrier0~~subcarrier31,or other way?) typedef struct { wifi_pkt_rx_ctrl_t rx_ctrl;/**< received packet rad...