Interface FFTOptions

interface FFTOptions {
    context: BaseContext;
    normalRange: boolean;
    size: number;
    smoothing: number;
}

Hierarchy

  • MeterBaseOptions
    • FFTOptions

Properties

context: BaseContext
normalRange: boolean
size: number
smoothing: number