Home - GassiusODude/jdsp GitHub Wiki

Welcome to the jdsp wiki!

Current Support

  • jdsp.filters
    • Filter Design (created based on FIR wiki and Window wiki(implementation compared against scipy.signal.firwin)
      • Bartlett
      • Hamming Window
      • Hann
      • Moving Average
    • Filter (only FIR filters)
  • jdsp.math
    • Convolve (floats and doubles)
    • DTFT (simple discrete time Fourier transform)
    • Matrix
  • jdsp.swing
    • Line plot
    • Power Spectral Density
    • Spectrogram
    • Table

Desired Features