|
eDSP
0.0.1
A cross-platform DSP library written in C++.
|
#include <edsp/oscillator.hpp>#include <edsp/math/constant.hpp>#include <edsp/math/numeric.hpp>#include <cmath>Go to the source code of this file.
Classes | |
| class | edsp::oscillators::oscillator< T > |
| The oscillator class generates a periodic signal. More... | |
| class | edsp::oscillators::sin_oscillator< T > |
| The class sin_oscillator generates a sinusoidal signal. More... | |
Namespaces | |
| edsp | |
| edsp::oscillators | |
Enumerations | |
| enum | edsp::oscillators::OscillatorType { edsp::oscillators::OscillatorType::Sinusoidal, edsp::oscillators::OscillatorType::Square, edsp::oscillators::OscillatorType::Sawtooth, edsp::oscillators::OscillatorType::Triangular } |
| the OscillatorType enum represents the different waveforms generated by tha available oscillators. More... | |
1.8.13