Giter VIP home page Giter VIP logo

sdr_rec's Introduction

RTL-SDR and liquid-dsp library - examples and tests

Configuration and build process

git clone https://github.com/mryndzionek/sdr_rec.git
cd sdr_rec
git submodule init
git submodule update
cd external/liquid-dsp
./bootstrap.sh
./configure --prefix=$PWD/build
make
make install
cd ../rtl-sdr
mkdir project
cd project
cmake -DCMAKE_INSTALL_PREFIX=$PWD/../build ..
make
make install

-- UPDATING FROM EXISTING CHECKOUT --

cd sdr_rec
git pull origin master
git submodule update

Implemented examples

  • rtl_asgram - asgram_rx app converted to rtl-sdr

      Usage: rtl_asgram [OPTION]
      Run receiver, printing ascii spectrogram periodically
    
      h     : help
      f     : center frequency [Hz], default: 100 MHz
      b     : bandwidth [Hz],        default: 800 kHz
      G     : gain [dB],             default:  0 = auto
      p     : ppm_error,             default:  0
      n     : FFT size,              default:  64
      o     : offset                 default: -65 dB
      s     : samplerate,            default: 2048000 Hz
      r     : FFT rate [Hz],         default:   10 Hz
      L     : output file log size,  default: 4096 samples
      F     : output filename,       default: 'rtl_asgram.dat'
      d     : device_index,          default: 0
    

ISM_asgram WBFM MOTOTRBO

Contact

If you have questions, contact Mariusz Ryndzionek at:

[email protected]

sdr_rec's People

Contributors

mryndzionek avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

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.