muccc / gr-iridium

Iridium burst detector and demodulator.
372 stars 81 forks source link

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 1 month ago

Rango-T10000 commented 1 month ago

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 commented 1 month ago

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".

schneider42 commented 2 weeks ago

Depending on what you want to do, using https://github.com/muccc/gr-iridium/blob/master/experimental/zmq-publisher.grc together with two instances of https://github.com/muccc/gr-iridium/blob/master/examples/zeromq-sub.conf might do what you want to do.

Screenshot from 2024-11-06 19-56-16