Project

spcore

0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
A library of signal processing methods and classes for resampling, frequency domain transform (FFT and DFT), windowing (Blackman, Hamming, etc.), FIR filtering (windowed sinc), interpolation (linear and polynomial), plotting data, waveform generation, and more!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0
>= 0
~> 0.8
~> 2.4
~> 0.8

Runtime

 Project Readme

spcore¶ ↑

Description¶ ↑

A library of signal processing methods and classes.

Features¶ ↑

  • Resampling (discrete up, down and up/down, polynomial up, and hybrid up/down)

  • FFT transform (forward and inverse)

  • DFT transform (forward and inverse)

  • Windows (Blackman, Hamming, and many more…)

  • Windowed sinc filter for lowpass and highpass.

  • Dual windowed sinc filter for bandpass and bandstop.

  • Interpolation (linear and polynomial)

  • Data plotting via gnuplot (must be installed to use).

  • Delay line

  • Biquad filters

  • Envelope detector

  • Conversion from dB-linear and linear-dB

  • Oscillator with selectable wave type (sine, square, triangle, sawtooth)

  • Signal abstraction class

  • Extrema & Envelope measurement

  • Normalization

  • Derivatives

  • Correlation

Examples¶ ↑

require 'spcore'

Requirements¶ ↑

Install¶ ↑

$ gem install spcore

Copyright © 2013 James Tunnell

See LICENSE.txt for details.