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

Go to the source code of this file.

Classes

struct  rack::dsp::RealTimeConvolver

Namespaces

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

Functions

float rack::dsp::convolveNaive (const float *in, const float *kernel, int len)
 Performs a direct sum convolution.
void rack::dsp::boxcarLowpassIR (float *out, int len, float cutoff=0.5f)
 Computes the impulse response of a boxcar lowpass filter.