CARFAC C++
C++ implementation of CARFAC
CARFACCommon.H File Reference
#include <iostream>
#include <Eigen/Dense>
#include "PsychoAcoustics.H"
Include dependency graph for CARFACCommon.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define AGC_STAGE_COUNT   4
 The number of cascades in the AGC.
#define DEFAULT_SAMPLERATE   22050.
 The default sample rate in Hz.

Typedefs

typedef float FP_TYPE
 The floating point type.

Define Documentation

#define AGC_STAGE_COUNT   4

The number of cascades in the AGC.

#define DEFAULT_SAMPLERATE   22050.

The default sample rate in Hz.


Typedef Documentation

typedef float FP_TYPE

The floating point type.

 All Classes Files Functions Variables Typedefs Friends Defines