#include <VrComplexDemod.h>
Inheritance diagram for VrComplexDemod< iType >:
Public Member Functions | |
VrComplexDemod (VrSyncCorr< char > *, int, float) | |
virtual const char * | name () |
default name for a module (override with actual name) | |
virtual void | initialize () |
Initialize any local state that is dependent on sampling frequency. | |
virtual int | forecast (VrSampleRange output, VrSampleRange inputs[]) |
map output range to required input ranges | |
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#]. | |
Protected Member Functions | |
void | buildFilter_complex () |
Protected Attributes | |
VrSyncCorr< char > * | sync_ptr |
float | timeDuration |
float | slice |
float | sync_threshold |
float | pos_threshold |
float | high_pos_threshold |
float | low_pos_threshold |
float | neg_threshold |
float | high_neg_threshold |
float | low_neg_threshold |
int | size |
int | numTaps |
int | restart |
int | decimation |
float | min |
float | max |
float | center_freq |
float | corr_sign |
int | ready_for_syncs |
int | ready_for_max |
int | not_sync |
int | N |
int | flip |
int | flip_c |
int | plot |
int | plot_count |
int | symb_count |
int | symbol_sync |
int | sync_struct_size |
int | num |
int | consec_sync |
int | remaining_symbols |
int | dropped_sync |
int | center_first |
int | center_second |
int | best_period |
VrComplex | sum |
VrComplex | old_conj |
VrComplex * | taps |
VrComplex | sqr_hist [2 *SQR_HISTORY_OFFSET] |
VrComplex * | current_sqr |
VrComplex * | last_sqr |
VrSampleIndex | first_loc |
VrSampleIndex | second_loc |
VrSampleIndex | fresh_data_ts_1 |
VrSampleIndex | fresh_data_ts_2 |
VrSampleIndex | sync_ts_offset |
VrSampleIndex | data_ts_offset |
corr_result | best |
|
|
|
|
|
map output range to required input ranges
Reimplemented from VrHistoryProc< 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. |
|
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. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|