Coder Social home page Coder Social logo

dspbb's Introduction

Digital Signal Processing Building Blocks

Build codecov

Yeah, I made this library out of frustration that I couldn't find something that does low-level DSP stuff, for free, is maintained, and is modern. Well I guess this library is half-baked right now, so please don't use it, unless you wanna put up with API changes. Maybe it will turn into something useful one day.

Features

More like notes to myself as to what I want to have.

  • ✓ Primitives:
    • ✓ Signal
      • ✓ Real
      • ✓ Complex
      • ✓ 4 operators
    • ✓ SignalView
  • Generators
    • ✓ Sine
    • Square
    • Sawtooth
    • Triangle
    • PWM
  • Common math functions
    • ✓ Log
    • ✓ Abs
    • ✓ Real
    • ✓ Imag
    • Exp
    • Angle
  • Vector math basics
    • ✓ Dot product
    • ✓ Norm
  • Statistics
    • ✓ Sum
    • ✓ SumSquare
    • ✓ RootMeanSquare
    • ✓ Mean
    • ✓ Stddev
    • Skewness
    • Covariance
    • Correlation
  • Filtering
    • ✓ Convolution
    • ✓ FFT
    • FIR
      • ✓ Window method
      • Parks-McClellan method
      • ✓ Low-pass
      • High-pass
      • Band-pass
      • ✓ Arbitrary response
      • Quality assessment tools
    • IIR
      • Butterworth
      • Chebyshev I
      • Chebyshev II
      • Elliptic
      • Quality assessment tools
    • ✓ Polyphase FIR
    • Resampling
      • Decimation
      • Integer downsampling
      • Integer upsampling
      • ✓ Arbitrary rational resampling
    • Hilbert
    • Wavelets
      • DWT
      • CWT
      • Wavelet design
    • Windowing
      • Derived properties
        • Gain
        • Energy
      • Functions
        • Rectangular
        • Triangular
        • ✓ Hamming
        • Blackman
        • Blackman-Harris
        • Flat top
        • ✓ Kaiser
        • Gaussian
        • Dolph-Chebyshev
        • Lanczos
  • Literals
    • Hz, kHz, MHz, GHz, THz
    • dB, dB10, dB20

dspbb's People

Contributors

petiaccja avatar

Watchers

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