Minim |
|
calcAvg |
Description Calculate the average amplitude of the frequency band bounded bylowFreq and hiFreq , inclusive.
Signature float calcAvg(float lowFreq, float hiFreq) Parameters lowFreq — float: the lower bound of the band, in HertzhiFreq — float: the upper bound of the band, in Hertz Returns float: the average of all spectrum values within the bounds Related FFTExample None available Usage Web & Application |