VCV Rack API v2
Loading...
Searching...
No Matches
minblep.hpp File Reference
#include <dsp/common.hpp>
Include dependency graph for minblep.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  rack::dsp::MinBlep< Z, O >
 Holds a precomputed minBLEP impulse response, reordered to efficiently insert into an audio buffer. More...
struct  rack::dsp::MinBlep< Z, O >::State< T >
struct  rack::dsp::MinBlepGenerator< Z, O, T >
 Deprecated. More...

Namespaces

namespace  rack
 Root namespace for the Rack API.
namespace  rack::dsp
 Digital signal processing routines and classes.

Functions

void rack::dsp::minBlepImpulse (int Z, int O, float *output)
 Computes the minimum-phase bandlimited step (MinBLEP) Z: number of zero-crossings on each side of the original symmetric sync signal O: oversample factor output: must be length (2 * Z) * O.