#include <meteoio/meteoFilters/WindowedFilter.h>
#include <vector>
#include <string>
Go to the source code of this file.
|
class | mio::FilterTukey |
| Tukey 53H method A smooth time sequence is generated from the median, substracted from the original signal and compared with the standard deviation. see "Despiking Acoustic Doppler Velocimeter Data", Derek G. Goring and Vladimir L. Nikora, Journal of Hydraulic Engineering, 128, 1, 2002 The deviation factor coeffecient is currently hard-coded as k=1.5. More...
|
|