Home | History | Annotate | Download | only in audio

Lines Matching full:anomaly

108         """Inserts an anomaly to the test signal.
110 The anomaly self.anomaly_samples should be created before calling this
130 """Creates an anomaly of constant samples.
141 """Runs the anomaly detection."""
148 """Verifies that there is no anomaly in detection result."""
154 """Verifies that there is anomaly in detection result.
156 The detection result should contain anomaly time stamps that are
157 close to where anomaly was inserted. There can be multiple anomalies
163 # Anomaly can be detected as long as the detection window of block size
164 # overlaps with anomaly.
174 """Sine wave signal with no noise or anomaly."""
185 """Sine wave signal with no noise but with anomaly.
197 """Sine wave signal with noise and anomaly.
210 """Sine wave signal with low constant anomaly.
212 The anomaly is one block of constant values.
221 """Sine wave signal with low constant anomaly and noise.
223 The anomaly is one block of constant values.
233 """Sine wave signal with high constant anomaly.
235 The anomaly is one block of constant values.
244 """Sine wave signal with high constant anomaly and noise.
246 The anomaly is one block of constant values.
256 """Sine wave signal with skipped anomaly.
258 The anomaly simulates the symptom where a block is skipped.
266 """Sine wave signal with skipped anomaly with noise.
268 The anomaly simulates the symptom where a block is skipped.
277 """Checks that anomaly detection rejects empty data."""