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

GrHilbert< iType > Class Template Reference

#include <GrHilbert.h>

Inheritance diagram for GrHilbert< iType >:

VrHistoryProc< iType, VrComplex > VrSigProc List of all members.

Public Member Functions

virtual const char * name ()
 default name for a module (override with actual name)
virtual int work (VrSampleRange output, void *o[], VrSampleRange inputs[], void *i[])
 Generate up to output.size output points at o[output#][sample#] using data at the inputptrs[input#][sample#].
 GrHilbert (unsigned int taps)

Private Attributes

gr_fir< float, iType, float > hilb
unsigned int taps

template<class iType>
class GrHilbert< iType >


Constructor & Destructor Documentation

template<class iType>
GrHilbert< iType >::GrHilbert unsigned int  taps  ) 
 


Member Function Documentation

template<class iType>
virtual const char* GrHilbert< iType >::name  )  [inline, virtual]
 

default name for a module (override with actual name)

Reimplemented from VrSigProc.

template<class iType>
int GrHilbert< iType >::work VrSampleRange  output,
void *  o[],
VrSampleRange  inputs[],
void *  i[]
[virtual]
 

Generate up to output.size output points at o[output#][sample#] using data at the inputptrs[input#][sample#].

Pointers start at corresponding VrSampleIndex in the range params. output.size is a multiple of outputSize. Returns the number of outputs (<= output.size) that it was able to compute with the given input ranges. If this value is < output.size, forecast() will need to be called again.

Implements VrSigProc.


Member Data Documentation

template<class iType>
gr_fir<float,iType,float> GrHilbert< iType >::hilb [private]
 

template<class iType>
unsigned int GrHilbert< iType >::taps [private]
 


The documentation for this class was generated from the following file:
Generated on Wed Mar 23 12:30:37 2005 for GNU Radio by  doxygen 1.4.0