DSP helper and utility functions. More...
Namespaces | |
namespace | filters |
Digital filter functions and classes. | |
namespace | oscillators |
Oscillator functions and classes.. | |
namespace | spectral |
Classes | |
class | DelayLine |
A fractional delay line implementation, with configurable interpolation types. More... | |
Enumerations | |
enum class | DelayLineInterpolationType { None , Linear , Lagrange3rd } |
Enum to configure the type of interpolation an instance of marvin::dsp::DelayLine should use. More... | |
DSP helper and utility functions.
|
strong |
Enum to configure the type of interpolation an instance of marvin::dsp::DelayLine should use.
Enumerator | |
---|---|
None | |
Linear | |
Lagrange3rd |