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   the lower bound of the band
hiFreq   the upper bound of the band
Returns the average of all spectrum values within the bounds
Usage Web & Application
Related