DFConfig Struct Reference

#include <DetectionFunction.h>

Public Attributes

int stepSize
 
int frameLength
 
int DFType
 
double dbRise
 
bool adaptiveWhitening
 
double whiteningRelaxCoeff
 
double whiteningFloor
 

Detailed Description

Definition at line 30 of file DetectionFunction.h.

Member Data Documentation

int DFConfig::stepSize

Definition at line 31 of file DetectionFunction.h.

Referenced by DetectionFunction::initialise().

int DFConfig::frameLength

Definition at line 32 of file DetectionFunction.h.

Referenced by DetectionFunction::initialise().

int DFConfig::DFType

Definition at line 33 of file DetectionFunction.h.

Referenced by DetectionFunction::initialise().

double DFConfig::dbRise

Definition at line 34 of file DetectionFunction.h.

Referenced by DetectionFunction::initialise().

bool DFConfig::adaptiveWhitening

Definition at line 35 of file DetectionFunction.h.

Referenced by DetectionFunction::initialise().

double DFConfig::whiteningRelaxCoeff

Definition at line 36 of file DetectionFunction.h.

Referenced by DetectionFunction::initialise().

double DFConfig::whiteningFloor

Definition at line 37 of file DetectionFunction.h.

Referenced by DetectionFunction::initialise().


The documentation for this struct was generated from the following file: