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

GrSSBMod< oType > Class Template Reference

#include <GrSSBMod.h>

Inheritance diagram for GrSSBMod< oType >:

VrSigProc List of all members.

Public Member Functions

 GrSSBMod (double freq, double gain)
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#].
void set_freq (double freq)
void set_gain (double g)

Private Attributes

gr_nco< float, float > d_nco
double d_gain

template<class oType>
class GrSSBMod< oType >


Constructor & Destructor Documentation

template<class oType>
GrSSBMod< oType >::GrSSBMod double  freq,
double  gain
 


Member Function Documentation

template<class oType>
virtual const char* GrSSBMod< oType >::name  )  [inline, virtual]
 

default name for a module (override with actual name)

Reimplemented from VrSigProc.

template<class oType>
void GrSSBMod< oType >::set_freq double  freq  )  [inline]
 

template<class oType>
void GrSSBMod< oType >::set_gain double  g  )  [inline]
 

template<class oType>
int GrSSBMod< oType >::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 oType>
double GrSSBMod< oType >::d_gain [private]
 

template<class oType>
gr_nco<float,float> GrSSBMod< oType >::d_nco [private]
 


The documentation for this class was generated from the following file:
Generated on Tue Mar 15 23:55:37 2005 for GNU Radio by  doxygen 1.4.0