#include <GrAtscSymbolMapper.h>
Inheritance diagram for GrAtscSymbolMapper< oType >:
Public Member Functions | |
GrAtscSymbolMapper () | |
~GrAtscSymbolMapper () | |
const char * | name () |
default name for a module (override with actual name) | |
int | work (VrSampleRange output, void *ao[], VrSampleRange inputs[], void *ai[]) |
Generate up to output.size output points at o[output#][sample#] using data at the inputptrs[input#][sample#]. | |
Static Protected Attributes | |
static const int | INTERP_FACTOR = ATSC_DATA_SEGMENT_LENGTH |
Input is a stream of atsc_data_segments. Output is a stream of symbols at 1x the symbol rate
This module performs the signal mapping & pilot addition.
|
|
|
|
|
default name for a module (override with actual name)
Reimplemented from VrSigProc. |
|
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. |
|
|