[ top | up ]

Find Glitches in Long Data Sets

Syntax

 labels = ardglong(data,inlabels,seglength,modelorder,iqrcrit);

Arguments

data Data in which to find glitches
inlabels Labels indicating which data points are already known to be invalid.
seglength Length of segment (in tems of data points) in which to divide the data before deglitching
modelorder See ardeglch
iqrcrit See ardeglch

Returned Values

labels A revised set of labels, with the newly identified glitches labelled as 0.

Description

Breaks up a "long" data set into shorter segments, deglitches the segments individually using ardeglch, and then collates the resulting labels so that they can be used with the original long data set. This is a useful procedure when processing data where the characteristics change markedly over the course of the data set.

References

See Also

ardeglch.

Examples