void calculateTotalFromFile(size_t count, FILE *rawfile, size_t ArrayLength, double threshold, double rate)
Definition: analysis.c:85
double getBeatError(const struct myarr *totalTick, double rate, int verbose)
Definition: analysis.c:126
A struct to hold an array of integers or an array of doubles, along with the length of the arrays.
Definition: myarr.h:14