Giter Site home page Giter Site logo

Comments (5)

darksidelemm avatar darksidelemm commented on August 10, 2024 1

Anyway, I think you've answered my questions, thanks :-)

from sdr-server.

dernasherbrezon avatar dernasherbrezon commented on August 10, 2024

Is there any way for a connected client to know the current receiver centre frequency?

Unfortunately not. I assumed all client connections are coming from the same application. This can be improved if needed.

will an error be reported if the requested downconversion frequency is outside of the available bandwidth?

It will be reported.

could the server perhaps re-adjust the centre frequency of the SDR to accomodate a new user requesting a frequency just outside of the currently available bandwidth?

This is a tricky thing:

  1. There should be available bandwidth. Let assume sdr-server listens 1msps bandwidth and have 2 clients requested opposite ends of this bandwidth. When third client connects and requests center freq outside of this bandwidth, sdr-server can extend the band_sampling_freq. In theory. On practice the system will become unpredictable, because 2msps can severely affect performance. And the first 2 clients might start seeing spontaneous drops of data.
  2. In the example above with 3 clients, the first 2 clients have to change center freq in their filters. I.e. re-create filters and continue to listen the data. This is just hard to implement :(

this could fairly easily be implemented using another utility to capture a few seconds of full-bandwidth IQ data and perform a FFT

I'm wondering if it is possible to tune sdr-server to radiosonde frequency range. (Btw how wide it is?) And then having multiple clients listening to well-known signal frequencies. Do you need to correct doppler shift?

from sdr-server.

darksidelemm avatar darksidelemm commented on August 10, 2024

The issue is the radiosonde frequency range varies from country to country. Here in Australia it's 400-403 MHz. In Europe it's 400-406 MHz. For full coverage you are going to need multiple RTLSDRs no matter what.

radiosonde are not going fast enough to require doppler compensation. We're talking about things that might go at most a few hundred km per hour, not km per second.

Unfortunately not all stations use consistent radiosonde transmit frequencies. Here in Adelaide, South Australia, frequencies would change almost randomly from launch-to-launch.
radiosonde_auto_rx was written to deal with this, by performing a band scan, then on each found peak (based on a threshold), run a detection algorithm over the signal to look for particular headers, which can be used to determine a) if the signal is a radiosonde, and b) what model it is. The appropriate decoder is then started.

To do this same approach with sdr_server, i'd probably need to run multiple instances, covering the frequency range required with some overlap (perhaps. 400-402, 401-403 MHz). I would then have to connect to both servers, request wideband IQ to do the band scan part, then select the appropriate server to use for the detection and decoding steps. The detection and decoding stages use IQ input (either 48 or 96 kHz), so that's already supported.

from sdr-server.

dernasherbrezon avatar dernasherbrezon commented on August 10, 2024

covering the frequency range required with some overlap (perhaps. 400-402, 401-403 MHz

I guess you will still have to have 2 sticks ( and another one for wideband peak detection) to get the maximum coverage. sdr-server can help with receiving multiple sondes within the same band.

from sdr-server.

darksidelemm avatar darksidelemm commented on August 10, 2024

I doubt the extra one will be needed (for wideband peak detection). I can just connect a client requesting the full bandwidth IQ for a few seconds and get the data that can be FFT'd to do that.

from sdr-server.

Related Issues (8)

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.