Giter Club home page Giter Club logo

Comments (2)

tejeez avatar tejeez commented on August 20, 2024

Do you want a server that works like rtl_tcp but provides two synchronized signals instead? You could remove the calls to the part that does direction finding (corr_block) and send the samples to a TCP socket instead. See here:

sync_blockp(blocksize / sizeof(csample_t), (csample_t**)buffers, &nsamples, bufs, fracdiffs, phasediffs);

Note that it can already write the samples to a file if you give W as the second command line argument. You could that from there.

Note that rtl_coherent works in short blocks of samples so you don't get a continuous stream. You also need the circuit to switch a noise source to the RF inputs at start of each block.

rtl_coherent was never really designed to be easily usable for purposes other than demonstrating that synchronization is possible. I've been working on a totally rewritten (possibly but not yet gnuradio based) version that would more easily provide a continuous stream of synchronized samples to other applications.

You might also want to try https://github.com/ptrkrysik/multi-rtl which may not synchronize phases properly but should be easier to use. (I couldn't get it to work though when I tried last year...)

from rtl_coherent.

pti13 avatar pti13 commented on August 20, 2024

from rtl_coherent.

Related Issues (10)

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.