#include <qa_gr_fir_CCF.h>#include <gr_fir_CCF.h>#include <gr_fir_util.h>#include <string.h>#include <iostream>#include <cmath>#include <VrComplex.h>#include <cppunit/TestAssert.h>#include <random.h>Defines | |
| #define | ERR_DELTA (1e-5) |
| #define | NELEM(x) (sizeof (x) / sizeof (x[0])) |
| #define | assertVrComplexEqual(expected, actual, delta) |
| Macro for primitive value comparisons. | |
Typedefs | |
| typedef VrComplex | i_type |
| typedef VrComplex | o_type |
| typedef float | tap_type |
| typedef VrComplex | acc_type |
| typedef gr_fir_CCF *(* | fir_maker_t )(const std::vector< tap_type > &taps) |
|
|
Value: Macro for primitive value comparisons.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8