Giter VIP home page Giter VIP logo

Comments (4)

schneider42 avatar schneider42 commented on August 16, 2024

There are two kinds of "overflows":

  • When the burst detector sees too many bursts at once (caused by interference). This is called "burst squelch".
  • When the flow graph doesn't have enough time to handle all detected bursts anymore. This is called an "overflow".

The first one happens when there are burst detected on more than 80% the available bandwidth which I think will never be the case with Iridium. The only indication that this happened is the message you mentioned above.
The second one happens when there are more than 500 bursts pending to be processed (per gr-iridium internal channel). Dropped bursts are counted in the d: part of the statistics.

Assuming that your issue is with the burst squelch. I'd suggest to try (some of) the following options:

  • Inspect the signal using Inspectrum, foshpor or gqrx to see what the cause of the interference might be
  • Remove the interfering signal
  • Add a filter
  • Move the antenna
  • Shield the amplifier
  • Shield the SDR

I'm happy to look at a raw IQ capture if you can provide one.

from gr-iridium.

schneider42 avatar schneider42 commented on August 16, 2024

I have to correct myself, there is a third kind of overflow: When there is not enough CPU/memory bandwidth available to create the detected bursts. Depending on the SDR you will see Os being printed (rtl-sdr, hackrf) or no indication at all (bladerf). These overflows are not tracked in the statistics and can have the following causes:

  • Computer to "slow"
  • Interference causing many wrongly detected bursts (creating additional computational load)

from gr-iridium.

marcusetchart avatar marcusetchart commented on August 16, 2024

Thank's Sec for your soon and clearly response.

I will try to take a raw IQ capture for you.

from gr-iridium.

marcusetchart avatar marcusetchart commented on August 16, 2024

sorry, thank's Schneider!!!

from gr-iridium.

Related Issues (20)

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.