Skip to content

Add Support for Multiple Antennas #64

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

kimbank
Copy link

@kimbank kimbank commented Mar 17, 2025

I have made modifications to add support for multiple antennas. The original code only supported single antennas, which limited its applicability for more advanced setups with multiple antennas.

Changes Made:

  • Modified the interpolate method in read_feitcsi.py to handle multiple antennas by iterating over the third dimension (tx index) in the CSI matrix.
  • Updated the interpolation logic for both amplitude and phase to accommodate multiple antennas.
  • Ensured backward compatibility with the original single antenna setup.

Testing:

  • Verified the changes with both single and multiple antenna setups.
  • Ensured that the interpolation results are correct and consistent across different configurations.

Feel free to modify the message to better fit your needs or to add any additional details.

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

Successfully merging this pull request may close these issues.

1 participant