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