flatmax@597: flatmax@597: flatmax@597:
flatmax@597: flatmax@597: flatmax@597:![]() |
flatmax@597:
flatmax@597:
flatmax@597:
flatmax@597: CARFAC C++
flatmax@597:
flatmax@597:
flatmax@597: C++ implementation of CARFAC
flatmax@597: |
flatmax@597:
flatmax@597:
flatmax@597:
flatmax@597:
#include <iostream>
#include <Eigen/Dense>
Go to the source code of this file.
flatmax@597:flatmax@597: Defines | |
#define | AGC_STAGE_COUNT 4 |
The number of cascades in the AGC. | |
flatmax@597: Typedefs | |
typedef float | FP_TYPE |
The floating point type. |
#define AGC_STAGE_COUNT 4 | flatmax@597:
The number of cascades in the AGC.
flatmax@597: flatmax@597:typedef float FP_TYPE | flatmax@597:
The floating point type.
flatmax@597: flatmax@597: