Minim
core
ugens
analysis
 
Name calcAvg
Examples
None available
Description Calculate the average amplitude of the frequency band bounded by lowFreq and hiFreq, inclusive.
Syntax
calcAvg(lowFreq, hiFreq);
Parameters
lowFreq   float: the lower bound of the band, in Hertz
hiFreq   float: the upper bound of the band, in Hertz
Returns float: the average of all spectrum values within the bounds
Usage Web & Application
Related FFT