Main Page | Namespace List | Class Hierarchy | Compound List | File List | Namespace Members | Compound Members | File Members | Related Pages

qa_gr_fir_CCF.cc File Reference

#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)

Define Documentation

#define assertVrComplexEqual expected,
actual,
delta   ) 
 

Value:

(CppUnit::TestAssert::assertEquals ((expected.real()), \
        (actual.real()),(delta),__LINE__,__FILE__));   \
(CppUnit::TestAssert::assertEquals ((expected.imag()), \
        (actual.imag()),(delta),__LINE__,__FILE__))
Macro for primitive value comparisons.

#define ERR_DELTA   (1e-5)
 

#define NELEM  )     (sizeof (x) / sizeof (x[0]))
 


Typedef Documentation

typedef VrComplex acc_type
 

typedef gr_fir_CCF*(* fir_maker_t)(const std::vector<tap_type> &taps)
 

typedef VrComplex i_type
 

typedef VrComplex o_type
 

typedef float tap_type
 


Generated on Tue Mar 30 21:32:01 2004 for GNU Radio by doxygen 1.3.2