You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]".
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?
The text was updated successfully, but these errors were encountered:
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.
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]".
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?
The text was updated successfully, but these errors were encountered: