Internal function for clean
clean.int(dat, v.avg.min, v.avg.max, dir.clean, turb.clean, icing, rep, n.rep)
Dataset to be cleaned.
Lower limit for wind speeds as numeric value. Default is 0.4
m/s.
Upper limit for wind speeds as numeric value. Default is 50
m/s.
If TRUE
, faulty wind direction values are excluded. Faulty values are dir.avg
<0, dir.avg
>360 and dir.avg
, where the wind speed is lower than the v.avg.min
specified. Default is TRUE
.
Wind speed limit for turbulence intensity. Turbulence intesity values are excluded for wind speeds lower then this limit. Default is 4 m/s.
If TRUE
, wind direction values are excluded, where standard deviation of wind direction is 0, assuming icing. Default is FALSE
.
Signal (or a vector of signals), for which repetitions shall be cleaned.
Number of repetitions that shall be cleaned, as integer value -- default is 5
.
Returns cleaned dataset.