tdoa-evaluation-rtlsdr icon indicating copy to clipboard operation
tdoa-evaluation-rtlsdr copied to clipboard

No reference TX

Open pietrotedeschi opened this issue 2 years ago • 3 comments

What happens if you do not have a Reference TX like the Rotenberg DAB (i.e. tx_ref_lat = tx_ref_long = NULL)? For example, we can assume that each RX is provided with a GPSDO oscillator without assume a reference like this.

pietrotedeschi avatar Feb 23 '22 10:02 pietrotedeschi

Hello @pietrotedeschi , did you find a solution for this ?

In the context of the TDOA, what is the purpose of a TX reference? Don't we just need three RX like RTL-SDR or HackRF ?

JonathanAppriou avatar Apr 20 '22 12:04 JonathanAppriou

I might be going out to left field on this and please correct me if I’m wrong. There are two reasons for the TX reference that I can think of. One being for frequency accuracy for making sure that the frequencies your SDR receive are accurate as well. To reduce the possibility of multiple SDR’s looking at different frequencies. The second reason I believe the purpose of the TX reference is for accuracy of plotting receive frequency’s location. This would help in tuning or dialing in your SDR’s for each specific SDR’s characteristics. IE: antenna gain, antenna type, line loss, connector loss and so-forth. So, as in an exaggeration, that when you use two, three or more SDR’s you don’t have a location inaccuracy of half a mile.

From: JonathanAppriou @.> Sent: Wednesday, April 20, 2022 5:39 AM To: DC9ST/tdoa-evaluation-rtlsdr @.> Cc: Subscribed @.***> Subject: Re: [DC9ST/tdoa-evaluation-rtlsdr] No reference TX (Issue #2)

CAUTION: This email originated from outside of the organization. Do not click links, open attachments, or provide information unless you recognize the sender and know the content is safe.

Hello @pietrotedeschihttps://github.com/pietrotedeschi , did you find a solution for this ?

In the context of the TDOA, what is the purpose of a TX reference? Don't we just need three RX like RTL-SDR or HackRF ?

— Reply to this email directly, view it on GitHubhttps://github.com/DC9ST/tdoa-evaluation-rtlsdr/issues/2#issuecomment-1103883911, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AMCIUM5OATIYAG5LQ55GTRLVF73FHANCNFSM5PD7WBIA. You are receiving this because you are subscribed to this thread.Message ID: @.***>

RFHunterSeeker avatar Apr 22 '22 16:04 RFHunterSeeker

The signal from the reference TX is used to synchronize the receivers in time, which is a requirement for TDOA localization. All three receivers get the same signal from the reference TX and so can align their receptions of the measurement signal. In the current version of the code you need a reference TX otherwise localization is not possible.

DC9ST avatar Aug 14 '22 17:08 DC9ST