Simple SPL: Difference between revisions
Appearance
mNo edit summary |
m →Author |
||
Line 22: | Line 22: | ||
* [[Vadim Yegorov]] | * [[Vadim Yegorov]] | ||
[[Category:Audio]] | [[Category:Audio]][[Category:DSP]] | ||
[[Category:DSP]] | [[Category:C++ Class Libraries]] | ||
[[Category:C++]] | |||
[[Category:Software written in C++]] | [[Category:Software written in C++]] | ||
Revision as of 01:47, 31 January 2017
A static library for VisualAge C++ v4 that handles digital signal processing, it is specifically designed for radio exploration but should have applications in any audio related signal processing, and is surprisingly well featured considering its age.
Feature list
- Filters
- low pass, high pass, band pass, band stop, 'mediana' filters (min/med/max amplitude), simple equalizer
- Spectrum
- FHT (with accumulation)
- Oscillators
- sine/cosine, white noise, pink noise, On/Off pulser
- Helper functions set
- including simple auto calculation of LPF/HPF by desired slope (dB/oct)
- Addons
- AM detectors (1/2 half-period), amplifier, input wave window reverse
- Effects
- fade in/out (linear/exponential)
Version
- Last known version: Simple SPLv.1.0.0 (2002-04-16)
- Note, the download site requires registration
Links
Licence
Closed source freeware