Minim
core | ugens | analysis
 

FourierTransform

indexToFreq

Description

Returns the middle frequency of the ith band.

Signature

float indexToFreq(int i)

Parameters

i — int: the index of the band you want to middle frequency of

Returns

float: the middle frequency, in Hertz, of the requested band of the spectrum

Related

FFT

Example

None available

Usage

Web & Application