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 modify the project if I want to use two antennas to reveive the signal via Online mode? (Mutiple antennas receiving problem) #205

Open
Rango-T10000 opened this issue Oct 21, 2024 · 1 comment

Comments

@Rango-T10000
Copy link

I use USRP X310, which has two port for RX.

Now, I can use one antenna reveive the signal and demodulate the signal via:"iridium-extractor -D 4 examples/usrp-b2x0-uhd.conf > output.bits", this command works very well. I modify the origin code to record the raw data in "[iridium_extractor_flowgraph.py]".
image
However, I want to use two antennas to receive and demodulate the signal at the same time via my USRP X310. And also record the raw data. I want to know how can I modify the project? Only need to modify .conf file?

@Sec42
Copy link
Member

Sec42 commented Oct 22, 2024

a) For writing the samples to a file while receiving there is a "--raw-capture" commandline option

b) I am not sure I understand what you mean by "two antennas".

  • If you mean one demodulation, I have no idea how you intend to combine the signals from two antennas.
  • If you mean two separate demodulations, that is currently not supported, but you could probably get it working by modifying the flowgraph and basically duplicate all the blocks - but that is not something that is supported out of the box.

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