#include <CL_CycleDetect.h>
Public Member Functions | |
| CL_CycleDetect (int mincyclelength=30, int maxcyclelength=200, int cyclestouse=2) | |
| ~CL_CycleDetect () | |
| int | determineCycle (const float *data, int &start, int &end, int straightcompare=0) |
Definition at line 27 of file CL_CycleDetect.h.
| CL_CycleDetect::CL_CycleDetect | ( | int | mincyclelength = 30, |
|
| int | maxcyclelength = 200, |
|||
| int | cyclestouse = 2 | |||
| ) |
| CL_CycleDetect::~CL_CycleDetect | ( | ) |
| int CL_CycleDetect::determineCycle | ( | const float * | data, | |
| int & | start, | |||
| int & | end, | |||
| int | straightcompare = 0 | |||
| ) |
1.5.9