Code Monkey home page Code Monkey logo

librtlsdr-2freq's Introduction

librtlsdr for 2-Frequency-Reception

Description

Modified librtlsdr (rtl_sdr command) to enable seamless switching of frequency during reception. This is based on the async_rearrangement branch of librtlsdr.

This lib enables TDOA localization with RTL-SDRs, when a reference transmitter is used for synchronization. More information: http://www.panoradio-sdr.de/tdoa-transmitter-localization-with-rtl-sdrs/

Usage

rtl_sdr -f <frequency 1> -h <frequency 2> -n <num_samples> <out_filename>

receives first <num_samples> IQ samples at <frequency 1> (in Hz), then <num_samples> IQ samples at <frequency 2>, then again <num_samples> at <frequency 1> without interruption. For help and more options type rtl_sdr.

Example Usage: rtl_sdr -f 200e6 -h 100e6 -n 1e3 record.dat receives first 1000 IQ samples at 200 MHz, then 1000 IQ samples at 100 MHz, then again 1000 at 200 MHz without interruption, resulting in 3000 samples in total.

Build Instructions

  1. navigate to main folder librtlsdr-2freq/
  2. mkdir build
  3. cd build
  4. cmake ../
  5. make

binaries (rtl_sdr) can then be found in build/src/

DC9ST, 2017-2019

librtlsdr-2freq's People

Contributors

dc9st avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

librtlsdr-2freq's Issues

Warning! Problems with deataching kernel driver.

New versions or linux have dvb driver witch takes RTL and do not deatach it. So when you build binaries of librtlsdr-2freq you should write:

cmake ../ -DINSTALL_UDEV_RULES=ON -DDETACH_KERNEL_DRIVER=ON

instead of

cmake ../

question on command

Hello,
i need a question about this command

/home/alarm/librtlsdr-2freq/build/src/rtl_sdr -f <freq_1_hz> -h <freq_2_hz> -n 1.2e6 filename.dat

in which i put freq1 --> 100000000 and freq2 --> 100000000 in which this is as written in code in file sdr_rtl.o
and instead 1.2e6 --> i written as written in this file
but my question on this file --> filename.dat , in which i created empty file .dat after that excute this command but this error : No supported devices found
in which i dont know any thing about this file , must found in it any code ??

please , i need your answer in as soon as please
thank you

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.