ETAS MDA V8.6 User Manual page 142

Table of Contents

Advertisement

What
MDA V7
Threshold2
Threshold2 (l, u, s, x)
Threshold3
Threshold3 (l, u, s, a, b)
Threshold4
Threshold4 (l, u, s, x)
TriggerTrue1
TriggerTrue1 (signal)
Weighted
WeightedCounter
Counter
(signal, low, high, factor)
Migrated formula in MDA V8
(s < l) ? l : (s > u) ? u : x
((l <= s) && (s <= u)) ? a : b
Latch (x, (l <= s) && (s <= u))
signal && State_Register
(!signal, !1)
factor * Accumulate_Prefix_Sum ((low <=
signal) && (signal <= high) && (signal =
signal))
Comment
Threshold computation
Time range: From start
Threshold computation
Time range: From start
Threshold computation
Time range: From start
Detects when signal is going from false to
true.
Time range between the current and the pre-
vious measured value.
Counts the number of samples for which the
signal is between low and high, and weights
this number with factor.
Time range: From start

Advertisement

Table of Contents
loading

Table of Contents