#include <qa_gr_fir_SCC.h>
#include <gr_fir_SCC.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 short | i_type |
typedef VrComplex | o_type |
typedef VrComplex | tap_type |
typedef VrComplex | acc_type |
typedef gr_fir_SCC *(* | fir_maker_t )(const std::vector< tap_type > &taps) |
|
Value: Macro for primitive value comparisons.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|