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

How to structure metadata for CSI frame #286

Open
luizfernandofo opened this issue May 24, 2023 · 0 comments
Open

How to structure metadata for CSI frame #286

luizfernandofo opened this issue May 24, 2023 · 0 comments

Comments

@luizfernandofo
Copy link

I'm in a project that we are collecting CSI data from a Intel 5300 NIC using PicoScenes Software. The CSI data is structured in the following way:

PicoScenes outputs a 57 sub-carriers x 3 antennas array, totalizing 171 elements. Each element is a cf64 number. There is also a Magnitude and Phase arrays in the same file, they are the processed complex number.

I've been reading the sigmf-spec, but I still did not figure out how to properly structure the sigmf-meta for this case. Should I specify in the num_channels field that we have 57 channels (sub-carriers) and have 3 separate sigmf-data files, one for each antenna, or should I specify 171 channels and have only one sigmf-data?

There are also Mag and Phase arrays, each containing 171 rf32 elements. How could I structure them?

Thanks in advance!

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

1 participant