Sha256: 846857b62c93b7a19eb28e1c2921508ef8eb43b1c957e70e7ac14bb5f31e6174
Contents?: true
Size: 1.12 KB
Versions: 2
Compression:
Stored size: 1.12 KB
Contents
=== 0.1.0 / 2013-02-04 * Initial release: ** Delay line ** Biquad filters ** Envelope detector ** Conversion from dB-linear and linear-dB ** Linear interpolation ** Oscillator with selectable wave type (sine, square, triangle, sawtooth) === 0.1.1 / 2013-02-04 Add EnvelopeDetector#attack_time= and EnvelopeDetector#release_time= === 0.1.3 / 2013-02-18 * Added: ** A .cubic_hermite method to Interpolation class (implements cubic hermite polynomial interpolation) ** Window classes (Blackman, Hann, Hamming, etc.) ** DFT class, with .forward and .inverse methods. ** FFT class, with .forward and .inverse methods. ** Windowed sinc filter, a FIR filter for lowpass and highpass- ** Dual windowed sinc filter, a FIR filter for bandpass and bandstop. ** Discrete and Polynomial resampling classes, each with an .upsample method. ** Plotter class to make graphing with gnuplot easier. Has #plot_1d and #plot_2d methods. ** Signal class for testing convenience. Contains signal data and has convenience methods for plotting, correlation, energy, etc. === 0.1.4 / 2013-02-19 Fixed gemspec to always depend on gnuplot (not just for development).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spcore-0.1.5 | ChangeLog.rdoc |
spcore-0.1.4 | ChangeLog.rdoc |