#include "marvin/library/marvin_Concepts.h"
Go to the source code of this file.
Classes | |
struct | marvin::dsp::filters::BiquadCoefficients< SampleType > |
A POD type for use with the Biquad class, and the SmoothedBiquadCoefficients class. 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. | |
Functions | |
template<FloatType SampleType> | |
bool | marvin::dsp::filters::operator== (const BiquadCoefficients< SampleType > &a, const BiquadCoefficients< SampleType > &b) |
template<FloatType SampleType> | |
bool | marvin::dsp::filters::operator!= (const BiquadCoefficients< SampleType > &a, const BiquadCoefficients< SampleType > &b) noexcept |