espressif / esp-csi

Applications based on Wi-Fi CSI (Channel state information), such as indoor positioning, human detection
Apache License 2.0
721 stars 111 forks source link

Description of Data Fields (AEGHB-672) #178

Open 2heYu110 opened 5 months ago

2heYu110 commented 5 months ago

Good day, I have collected some data using the application. I would like to have a further understanding of the data fields, e.g., what does each data field represents.

seq, timestamp, target_seq, target, mac, rssi, rate, sig_mode, mcs, cwb, smoothing, not_sounding, aggregation, stbc, fec_coding, sgi, noise_floor, ampdu_cnt, channel_primary, channel_secondary, local_timestap, ant, sig_len, rx_state, len, first_word, data

Hope to hear from you soon, Thanks.

MacChu0315-Espressif commented 5 months ago

You can refer to the member comments in the wifi_pkt_rx_ctrl_t structure within the esp_wifi_types.h file for more information. If you wish to delve deeper, it is recommended that you consult the relevant communication protocol documentation.