Minim
core | ugens | analysis
 

FourierTransform

calcAvg

Description

Calculate the average amplitude of the frequency band bounded by lowFreq and hiFreq, inclusive.

Signature

float calcAvg(float lowFreq, float 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

Related

FFT

Example

None available

Usage

Web & Application