Jump to content

Simple SPL: Difference between revisions

From EDM2
Ak120 (talk | contribs)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
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.
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===
==Features==
;Filters:low pass, high pass, band pass, band stop, 'mediana' filters (min/med/max amplitude), simple equalizer
;Filters:low pass, high pass, band pass, band stop, 'mediana' filters (min/med/max amplitude), simple equalizer
;Spectrum:FHT (with accumulation)  
;Spectrum:FHT (with accumulation)  
Line 8: Line 8:
;Addons:AM detectors (1/2 half-period), amplifier, input wave window reverse
;Addons:AM detectors (1/2 half-period), amplifier, input wave window reverse
;Effects: fade in/out (linear/exponential)
;Effects: fade in/out (linear/exponential)
==Files==
* VYXSSPLK.DLL


==Version==
==Version==
* Last known version: [http://www.os2site.com/sw/apps/science/electronics/vyxsspl-1.0.0.zip Simple SPLv.1.0.0] (2002-04-16)
* Simple SPL 1.0.0 (2002-04-16) - [http://www.os2site.com/sw/apps/science/electronics/vyxsspl-1.0.0.zip vyxsspl-1.0.0.zip]
:Note, the download site requires registration


==Links==
==Links==
Line 17: Line 19:


==Licence==
==Licence==
Closed source freeware
*Closed source freeware
 
*Author: [[Vadim Yegorov]]
==Author==
* [[Vadim Yegorov]]


[[Category:Audio]][[Category:DSP]]
[[Category:Audio]][[Category:DSP]]
[[Category:C++ Class Libraries]]
[[Category:C++ Class Libraries]][[Category:Software written in C++]]
[[Category:Software written in C++]]

Latest revision as of 21:19, 14 June 2020

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.

Features

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)

Files

  • VYXSSPLK.DLL

Version

Links

Licence