|
CARFAC C++
C++ implementation of CARFAC
|
#include <iostream>#include <Eigen/Dense>

Go to the source code of this file.
Defines | |
| #define | AGC_STAGE_COUNT 4 |
| The number of cascades in the AGC. | |
Typedefs | |
| typedef float | FP_TYPE |
| The floating point type. | |
| #define AGC_STAGE_COUNT 4 |
The number of cascades in the AGC.
| typedef float FP_TYPE |
The floating point type.