Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question for CSI #433

Open
ZouZangyuan opened this issue Oct 10, 2024 · 1 comment
Open

Question for CSI #433

ZouZangyuan opened this issue Oct 10, 2024 · 1 comment

Comments

@ZouZangyuan
Copy link

Dear Author,

I have recently been working on the openwifi project, and I have successfully run the monitor mode following the documentation, obtaining a large amount of frequency offset and CSI plots. However, I am a bit unclear about what they represent. So, I would like to ask for your guidance: does the frequency offset plot reflect the frequency offset of a single device, or of all devices within the channel? In the CSI plots, why do I sometimes see only one line, while other times there are multiple curves, and occasionally the scale on the vertical axis also changes? What do these curves represent—are they the CSI of different devices? Also, what is the meaning of the equalizer plot? How should the information in these plots be extracted and utilized?

Is there any documentation or paper that explains these issues in detail? If so, could you please direct me to it? I would greatly appreciate your help!

Thank you!

@HavingaThijs
Copy link
Collaborator

does the frequency offset plot reflect the frequency offset of a single device, or of all devices within the channel?

It is the frequency offset of your device compared to the transmitter of the packet.

What do these curves represent—are they the CSI of different devices?

Each curve is a separate packet, and it represents the CSI of that received packet (so the channel between the transmitter and you at the moment the packet was sent).

Also, what is the meaning of the equalizer plot?

It is the constellation of some of the OFDM symbols of the data part of the packet. Each point represents the real and complex value of a subcarrier after equalization in the IQ plane. The clearer the constellation, the better the demodulation will perform.

See also: https://github.com/open-sdr/openwifi/blob/master/doc/app_notes/csi.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants