Code Monkey home page Code Monkey logo

sdr's People

Contributors

enthyp avatar

Watchers

 avatar

sdr's Issues

match rtl_fm in quality on low SNR

ideas:

  • record with manually chosen gain (ref: Setting the RF gain suggest RTL AGC kinda sucks for non-TV)
  • offset_tuning thing - figure out why capture_rate / 4 is added to capture_freq, it may help with DC spike interference
  • related: tune to other frequency and shift - straight avoidance of DC spike
  • de-emphasis filter (although rtl_fm rocks without it)
  • simple rectangular filters instead of scipy.signal.decimate
  • investigate rtl_fm code for more

RDS physical layer

Steps:

  • down shift in frequency (np.exp for now, can be PLL later)
  • low-pass filter (2.4 kHz?)
  • sampling (based on np.exp frequency again? i.e. no timing recovery for now, PLL/sth else later)
  • PSK demodulation? (should be easy from I/Q samples we obtain above)
  • differential decoding

demodulate stereo FM

  • #3
  • lock onto 19 kHz to demodulate 38 kHz subcarrier (Double sideband suppressed carrier (DSBSC) modulation)
  • produce 2-channel WAV file

stereo FM fixes

  • right sideband of L - R is more noisy than left one (they should contain the same info) and it's the one that was used - left could be utilized instead, this requires LSB demodulation

implement PLL

  • for stereo FM demodulation - would it improve quality?
  • for RDS subcarrier recovery

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.