| Algorithm 1 Real-time dynamic windowing |
|
Require: Sequence of events Ensure: set of segmentations if S not exist then Initialize and add to else if then exist for : j = 1 to n do <> if then SC = sensor correlation (, ) = time correlation (, ) = time correlation (, ) if SC = True AND ( = True AND = True) then add to else if SC = True AND ( = False OR = False) then clear and start a new segmentation from the next event end if else if then Initialize and add to end if end for end if |