#include <qa_gr_fir_FCC.h>
#include <gr_fir_FCC.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 float | i_type |
typedef VrComplex | o_type |
typedef VrComplex | tap_type |
typedef VrComplex | acc_type |
typedef gr_fir_FCC *(* | fir_maker_t )(const std::vector< tap_type > &taps) |
|
Value: (CppUnit::TestAssert::assertEquals ((expected.real()), \ (actual.real()),(delta),__LINE__,__FILE__)); \ (CppUnit::TestAssert::assertEquals ((expected.imag()), \ (actual.imag()),(delta),__LINE__,__FILE__))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|