/** ALOE headers */ #include #include #include #define PI 3.1415 #include "inputs.h" #include "outputs.h" #include "stats.h" float *input; int inputLen; int get_output_length() { return inputLen; } /** Run function. * @return 1 if ok, 0 if error */ int send_output(int len) { int i; if (!len) return 1; for (i=0;i