#include <VrCorr.h>
Inheritance diagram for VrCorr< iType, oType >:

Public Member Functions | |
| virtual const char * | name () |
| default name for a module (override with actual name) | |
| 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#]. | |
| virtual void | initialize () |
| Initialize any local state that is dependent on sampling frequency. | |
| virtual void | setSync_Period (int per) |
| virtual void | setCorr_Period (int per) |
| VrCorr (int, int, int, int) | |
| ~VrCorr () | |
Protected Attributes | |
| float | result |
| float | old_result |
| float * | sqr |
| float | weight_sign |
| float | max |
| u_int | first |
| u_int | first_high |
| u_int | first_low |
| u_int | current |
| u_int | mask |
| int | corr_on |
| int | differential_offset |
| int | low_interval |
| int | high_interval |
| int | max_id |
| int | sync_period |
| int | corr_period |
| int | corr_count |
| int | pattern_length |
| int | pattern_count |
| int | corr_init |
|
||||||||||||||||||||||||
|
|
|
|||||||||
|
|
|
||||||||||||||||
|
map output range to required input ranges
Reimplemented from VrDecimatingSigProc< iType, oType >.
|
|
|||||||||
|
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.
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
Reimplemented from VrSigProc.
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
1.3.8