#include <GrFractionalInterpolatingSigProc.h>
Inheritance diagram for GrFractionalInterpolatingSigProc< iType, oType >:
Public Member Functions | |
GrFractionalInterpolatingSigProc (int outputs, int arg_N, int arg_M) | |
GrFractionalInterpolatingSigProc (int arg_N, int arg_M) | |
~GrFractionalInterpolatingSigProc () | |
void | pre_initialize () |
Set sampling frequency based on upstream sampling freq. | |
int | forecast (VrSampleRange output, VrSampleRange inputs[]) |
map output range to required input ranges | |
Protected Attributes | |
int | N |
int | M |
int | iratio |
|
|
|
|
|
|
|
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. |
|
|
|
|
|
|