|
|
|
|
|
by thoop
1013 days ago
|
|
This is really cool. Could you build a few of these and make an interferometer? I remember reading that interferometers are usually all connected by physical cables with physical loops to make sure the incoming data is combined at exactly the right time. But are we at a point now where that can somehow be done intelligently in software? Or are these little RTL-SDR's not accurate enough to even begin trying that? |
|
The accuracy needs to be within about 1/10th of a period, give or take. I'm not sure the min/max frequency range for this system, but I saw 1.4 GHz in a screenshot, which would yield a tolerance of about 0.1 * (1 / 1.4 GHz) = 70 picoseconds.
That is achievable with the right hardware, but unfortunately the RTL-SDR doesn't include an option to use an external clock reference. As a result, each dongle's ADC sample timing and RF synthesizer phase will constantly be wandering relative to the others. It's not a one-time calibration; it's an ongoing random walk that changes on a millisecond-by-millisecond basis.
In theory you might be able to pull it off if you had a separate emitter in view of each antenna, calibrate each unit based on that signal, and then synchronize everything in software. But at some point it's easier to just use hardware that has an external clock input, and avoid the whole problem.