All Projects → DC9ST → Tdoa Evaluation Rtlsdr

DC9ST / Tdoa Evaluation Rtlsdr

Matlab Scripts for Evaluation of a TDOA System based on RTL-SDRs

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to Tdoa Evaluation Rtlsdr

urh
Universal Radio Hacker: Investigate Wireless Protocols Like A Boss
Stars: ✭ 9,060 (+18389.8%)
Mutual labels:  radio, rtl-sdr
rtlsdr-wsprd
WSPR daemon for RTL receivers
Stars: ✭ 93 (+89.8%)
Mutual labels:  radio, rtl-sdr
vcvrack-rtlsdr
📻 FM radio for rtl-sdr USB dongles in the VCVRack environment
Stars: ✭ 20 (-59.18%)
Mutual labels:  radio, rtl-sdr
Airspy Fmradion
Software decoder for FM/AM broadcast radio with AirSpy R2 / Mini, Airspy HF+, and RTL-SDR
Stars: ✭ 59 (+20.41%)
Mutual labels:  radio, rtl-sdr
Localradio
📻 LocalRadio is "Radio for Cord-Cutters" – a Software-Defined Radio (SDR) app for your Mac and mobile devices. With an inexpensive RTL-SDR USB device, LocalRadio provides a casual, home-based radio listening experience for your favorite local frequencies - FM broadcasts/free music/news/sports/weather/public safety & aviation scanner/etc.
Stars: ✭ 269 (+448.98%)
Mutual labels:  radio, rtl-sdr
R2cloud
Decode satellite signals on Raspberry PI or any other 64-bit intel.
Stars: ✭ 125 (+155.1%)
Mutual labels:  radio, rtl-sdr
RFMap
RFMap - Radio Frequency Mapper
Stars: ✭ 23 (-53.06%)
Mutual labels:  radio, rtl-sdr
Soapy power
Obtain power spectrum from SoapySDR devices (RTL-SDR, Airspy, SDRplay, HackRF, bladeRF, USRP, LimeSDR, etc.)
Stars: ✭ 88 (+79.59%)
Mutual labels:  radio, rtl-sdr
cariboulite
CaribouLite turns any 40-pin Raspberry-Pi into a Tx/Rx 6GHz SDR
Stars: ✭ 785 (+1502.04%)
Mutual labels:  radio, software
vor-python-decoder
Decodes VOR signal from WAV file to get the bearing to your position
Stars: ✭ 33 (-32.65%)
Mutual labels:  radio, rtl-sdr
flare
nRF905 single-chip radio transceiver demodulator + FLARM protocol decoder
Stars: ✭ 51 (+4.08%)
Mutual labels:  radio, rtl-sdr
Rtlsdr Scanner
A cross platform Python frequency scanning GUI for the OsmoSDR rtl-sdr library
Stars: ✭ 544 (+1010.2%)
Mutual labels:  radio, rtl-sdr
RTLion
Multipurpose RTL-SDR Framework for RTL2832 based DVB-T receivers
Stars: ✭ 88 (+79.59%)
Mutual labels:  radio, rtl-sdr
Easy Sdr
This project is about creation of affordable and easy-to-manufacture prototypes of PCBs which are used to expand the capabilities of existing low-cost SDR receivers based on RTL2832U chip.
Stars: ✭ 275 (+461.22%)
Mutual labels:  radio, rtl-sdr
Qspectrumanalyzer
Spectrum analyzer for multiple SDR platforms (PyQtGraph based GUI for soapy_power, hackrf_sweep, rtl_power, rx_power and other backends)
Stars: ✭ 677 (+1281.63%)
Mutual labels:  radio, rtl-sdr
Parrot
Self-hosted Localization Management Platform built with Go and Angular
Stars: ✭ 967 (+1873.47%)
Mutual labels:  localization
Goloc
A flexible tool for application localization using Google Sheets.
Stars: ✭ 42 (-14.29%)
Mutual labels:  localization
Nodeshout
Native libshout bindings for node.js
Stars: ✭ 31 (-36.73%)
Mutual labels:  radio
Localization Helper
🎌 Laravel Localization Helper :: Easily add translation variables from Blade templates.
Stars: ✭ 31 (-36.73%)
Mutual labels:  localization
Pandoraplayer
🅿️ PandoraPlayer is a lightweight music player for iOS, based on AudioKit and completely written in Swift.
Stars: ✭ 1,037 (+2016.33%)
Mutual labels:  radio

Matlab Scripts for Evaluation of a TDOA System based on 3 RTL-SDRs

Functionality:

Matlab scripts according to my project on transmitter localization with time-difference-of-arrival (TDOA).

http://www.panoradio-sdr.de/tdoa-transmitter-localization-with-rtl-sdrs/

Presentation at the Software Defined Radio Academy, 2017

Update 2019: All algorithm parameters including the positions of the receivers etc. can be specified in the configuration .m file The script is flexible and can be adapted to a 3-receiver scenario (with reference TX) anywhere.

Input:

Three recordings from (the three) receivers done with the librtlsdr-2freq (modified librtlsdr for 2 frequency operation). First frequency is the reference transmitter, second frequency is the measurement frequency (required length: 3.6e6 (i.e. 1.2e6 samples per frequency), 2 Msps sampling rate).

Processing:

  • Delay analysis of reference signal to synchronize the receptions
  • Delay analysis of measurement signal to measure the TDOAs
  • Available Options: bandwidth filtering, correlation smoothing, correlation type switching, signal interpolation
  • Mulitlateration calculations for localization

Output:

A html/javascript file with a map showing the receivers, the hyperbolas and the most likely position of the transmitter.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].