Hotfixes
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
#include <stdbool.h>
|
||||
#include <math.h>
|
||||
|
||||
#include <dataAcquisition.h>
|
||||
|
||||
int outlierCount;
|
||||
|
||||
// Variable definition
|
||||
@@ -10,11 +12,7 @@ static float **readings;
|
||||
static int sensorsNumber;
|
||||
static int slidingWindowSize;
|
||||
|
||||
typedef struct {
|
||||
float mean;
|
||||
float standardDeviation;
|
||||
int possibleFaultySensor;
|
||||
} Metrics;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user