Skip to content

How to Receive Complex Numbers in CSI Matrix?  #62

@Jaesuru

Description

@Jaesuru

I am fairly new to using this and trying to process WiFi CSI data for experimenting, but after running it with a Raspberry Pi-3b+ using the Nexmonster patch firmware, I can successfully capture packet files and export them onto another computer to process them.

However, the problem is that after viewing each of the .pcap files that I got earlier, the CSI matrices obtained (processed with CSIKit) came out to contain only double negative numbers for each cell.

An example of the script I used to process it was:
csi_matrix, no_frames, no_subcarriers = csitools.get_CSI(csi_data, metric="amplitude")

After researching for a bit, I was told that each of the cells should contain complex numbers instead of what I got, and I want to know what the problem is. Again, since I'm new to this, I am not sure if it was the capture process or preprocessing part that gave me these unexpected results. If possible, it would also be helpful to know what the general process when utilizing CSI data and how to properly apply it for use.

An example of a pcap captured using Nexmon with the Nexmonster bin on a Raspberry Pi-3b+ on 36/80 can be found here:
example_pcap.zip.zip

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions