Lines Matching full:double
46 static const double LoSigInstantRange; // normalization constants
47 static const double HiSigInstantRange;
48 static const double NoSigWeight;
49 static const double LoSigWeightRange;
50 static const double HiSigWeightRange;
51 static const double PeakSig;
52 static const double DCtimeconstant; // DC offset time constant
56 Double DCaverage; // weighted DC offset
57 Double instant_gain; // current (instantaneous) gain
58 Double weighted_peaksum; // peak weighted sum
59 Double weighted_sum; // running sum of squares
60 Double weighted_avgsum; // accumulated sums to averages
62 double *gain_cache; // weighted gains
63 Double gain_cache_size; // number of cached gains
89 virtual double InstantGain(); // Get most recent gain
90 virtual double WeightedGain(); // Get current weighted gain
91 virtual double WeightedPeak(); // Get peak weighted gain