23 #ifndef FILTERMODELCONFIG8580_H
24 #define FILTERMODELCONFIG8580_H
26 #include "FilterModelConfig.h"
43 static std::unique_ptr<FilterModelConfig8580> instance;
45 friend std::unique_ptr<FilterModelConfig8580>::deleter_type;
51 static constexpr
double Vref = 4.75;
56 static constexpr
double VOLTAGE_SKEW = 1.01;
63 inline double getVoiceDC(
unsigned int)
const override {
return getVref(); }
68 inline constexpr
double getVref()
const {
return Vref * VOLTAGE_SKEW; }
Definition: FilterModelConfig8580.h:41
Definition: FilterModelConfig.h:39