#include <marvin/dsp/filters/biquad/marvin_BiquadCoefficients.h>
#include <xsimd/xsimd.hpp>
#include <marvin/library/marvin_Concepts.h>
#include <marvin/math/marvin_VecOps.h>
Go to the source code of this file.
Classes | |
class | marvin::dsp::filters::SIMDBiquad< SampleType, N > |
A SIMD optimised biquad, for running N biquads in parallel. More... | |
Namespaces | |
namespace | marvin |
A mostly harmless top-level namespace. | |
namespace | marvin::dsp |
DSP helper and utility functions. | |
namespace | marvin::dsp::filters |
Digital filter functions and classes. | |