Preprocessing Methods (Standard Exponential Smoothing with Seasonality/ without Seasonality)
For preprocessing (using "preprocess" function) , we can use methodID parameter to select any filtering method. As per RDF configuration document, Standard Exponential Smoothing method does not considers "Seasonality" while smoothing data. It takes only event flag as an input. I was going through header files available in "devkit/include" directory to get some information for RPAS extension development and found that under possible methods there is some variables declaration for exponential smoothing with seasonality as following :
typedef enum
{
MEDIAN5, ///< 1 - Median filter as implemented by Jo Claire and Guiming
MEDIAN1, ///< 2 - Standard median filter
OVERRIDE, ///< 3 - Copy reference to source