#include <VrInterpolatingSigProcNoWork.h>
Inheritance diagram for VrInterpolatingSigProcNoWork< iType, oType >:
Public Member Functions | |
virtual int | forecast (VrSampleRange output, VrSampleRange inputs[]) |
map output range to required input ranges | |
virtual void | pre_initialize () |
Set sampling frequency based on upstream sampling freq. | |
VrInterpolatingSigProcNoWork () | |
VrInterpolatingSigProcNoWork (int outputs) | |
VrInterpolatingSigProcNoWork (int outputs, int i) | |
virtual | ~VrInterpolatingSigProcNoWork () |
Protected Attributes | |
int | interp |
|
|
|
|
|
|
|
|
|
map output range to required input ranges
Reimplemented from VrHistoryProc< iType, oType >. |
|
Set sampling frequency based on upstream sampling freq. This method handles automatically setting the sampling frequency for this module based on the sampling frequency of the upstream modules. For most modules, our sampling frequency is the same as our upstream neighbor. VrInterpolatingSigProc and VrDecimatingSigProc override this. This method is called immediately prior to initialize. Reimplemented from VrSigProc. |
|
|