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

Time and frequency domain question about data decoded #5

Open
waywyany opened this issue Nov 22, 2024 · 1 comment
Open

Time and frequency domain question about data decoded #5

waywyany opened this issue Nov 22, 2024 · 1 comment

Comments

@waywyany
Copy link

hello,I wonder what information samples['csi'] got? Is that data in the time domain? In one issue you said that CSI data is already in the frequency domain after the end of the chip acquisition process, may I ask if I want to get time domain information? Should I ifft samples['csi'] or decoder(device).unpack(samples['csi'])?
thanks a lot!!!

@zeroby0
Copy link
Contributor

zeroby0 commented Nov 24, 2024

You should do ifft on decoder(device).unpack(samples['csi']).

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