Page 1 of 1

how can i get pure OFDM graph

Posted: Sat Jun 23, 2018 6:47 am
by funnygiraffe
I'm currently doing a project on wifi-base distance meassurement. I found this paper : https://www.usenix.org/system/files/con ... asisht.pdf.
however, it's require to gain pure signal for later process. I'm curious how i can get this form esp32 , and can it's be done on arduino-ide.

and Does change in the radio channel corresponding to the change in wifi-sub freq.

Re: how can i get pure OFDM graph

Posted: Sun Jun 24, 2018 2:14 am
by ESP_Sprite
I don't think Arduino has specific calls for this, but given that Arduino uses a recent enough esp-idf release, you can use esp_wifi_set_csi_rx_cb to grab the CSI data.

A change in channels essentially changes the OFDM base frequency and as such also the absolute values of the subfrequencies.

Re: how can i get pure OFDM graph

Posted: Thu Jul 26, 2018 10:38 am
by funnygiraffe
Can you give us an example of its usage . I'm newbie on this field :D :D :D :D :D

Re: how can i get pure OFDM graph

Posted: Thu Feb 07, 2019 9:33 am
by jonathanmuller