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

qa_gr_fir_FCC.cc File Reference

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

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_FCC*(* fir_maker_t)(const std::vector< tap_type > &taps)
 

typedef float i_type
 

typedef VrComplex o_type
 

typedef VrComplex tap_type
 


Generated on Tue Mar 15 23:48:05 2005 for GNU Radio by  doxygen 1.4.0