Giter Site home page Giter Site logo

plasma-dsp's Introduction

plasma-dsp

C++ DSP library

Goal

To be the de facto DSP library used in new projects, and the fastest, for the RF portion (acquisition, tracking, recovery) of DSP with SDRs.

What it's NOT

  • Currently, it's not in a functional state, not unless you know exactly how to get to the usable code
  • A replacement to anything, it's just a different library
  • For embedded hardware, although this could change in the future
  • For data processing after you recover the bit stream, there are a plethora of libraries for that
  • A fixed-point integer DSP library, modern processors work just as well with floating point when optimized properly

What it IS

  • A work in progress, I'm still trying to figure out the best format for this library so please don't use it just yet
  • A collection of optimized blocks to perform RF DSP operations on both receivers and transmitters
  • A floating-point DSP library, modern processors can process those just as fast as fixed-point when optimized properly
  • For RF processing, to get you from the RF to the bit stream (receivers), or from the bit stream to the RF (transmitters)

What it could be

  • A teaching tool: I will try to document every block and its inner workings, and provide a "typical" implementation alongside the "optimized" implementation
  • You could use this for audio processing, but most of the blocks will not have a purpose and there are much better specialized libraries available

plasma-dsp's People

Contributors

signalwhisperer avatar

Stargazers

Abhay avatar

Watchers

 avatar James Cloos 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.