#include <VrSyncFilter.h>
Inheritance diagram for VrSyncFilter< iType >:
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#]. | |
virtual void | initialize () |
Initialize any local state that is dependent on sampling frequency. | |
int | setCenter_Freq (int, float) |
int | setCenter_Freq (float) |
int | setPhase_Offset (VrComplex) |
int | setNumber_Taps (int, int) |
int | setNumber_Taps (int) |
float | getSymbol_Period () |
int | setSymbol_Period (float) |
int | setSymbol_Timing (float) |
void | start_oversampling (int, int, int, VrComplex *, int *) |
virtual int | forecast (VrSampleRange output, VrSampleRange inputs[]) |
map output range to required input ranges | |
VrSyncFilter (int n, float d, const int t[], const float f[], const float g[]) | |
VrSyncFilter (float d, int t, float f, float g) | |
~VrSyncFilter () | |
int | version () |
Protected Member Functions | |
void | buildFilter_complex (int) |
Protected Attributes | |
int * | num_taps |
int | num_ch |
int | bump |
VrComplex ** | taps |
VrComplex * | phase_corr_incr |
VrComplex | phase_bump |
VrComplex * | phase_offset |
long | time |
long | differential_offset |
long | delta_differential_offset |
int | symbol_boundary |
int | symbol_period |
int | pointer_incr |
int | old_output_loc |
int | new_output_loc |
float * | center_freq |
float * | gain |
|
|
|
|
|
|
|
|
|
map output range to required input ranges
Reimplemented from VrDecimatingSigProc< iType, oType >.
|
|
Implements VrPulse< iType, VrComplex >.
|
|
Initialize any local state that is dependent on sampling frequency.
Reimplemented from VrSigProc.
|
|
default name for a module (override with actual name)
Reimplemented from VrSigProc.
|
|
|
|
|
|
|
|
|
|
|
|
Implements VrPulse< iType, VrComplex >.
|
|
Implements VrPulse< iType, VrComplex >.
|
|
Implements VrPulse< iType, VrComplex >.
|
|
Implements VrPulse< iType, VrComplex >.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|