Public Member Functions | |
void | resize (int nstr, int len) |
void | addValues (std::vector< floatT > newVals) |
void | addValues (floatT *newVals) |
void | calcMeans () |
void | calcRmss () |
Public Attributes | |
std::vector< std::vector< floatT > > | values |
std::vector< floatT > | means |
std::vector< floatT > | rmss |
int | length |
int | nStreams |
int | currVal |
floatT | minLim |
floatT | maxLim |
Definition at line 11 of file rmsAccumulator.h.