Operator SignalToSymbolProcessing

A time series abstraction operator. Creates intervals, their bounds are given in OutputTimeStartBA and OutputTimeEndBA. The average value of every interval will be in AverageValueBA. The average increase in that interval is in IncreaseValueBA. Tolerance determines when an interval is closed and a new one is opened: if the average increase, interpolated from the last interval, deviates from a value by more than Tolerance, a new interval begins.

Parameter

Parameter Object Type optional min_arg max_arg Remarks
TheInputConcept Concept Input no 1 1 inherited
InputTimeBA BaseAttribute Input no 1 1  
InputValueBA BaseAttribute Input no 1 1  
Tolerance Value Input no 1 1 non-negative real number
AverageValueBA BaseAttribute Output no 1 1  
IncreaseValueBA BaseAttribute Output no 1 1  
OutputTimeStartBA BaseAttribute Output no 1 1  
OutputTimeEndBA BaseAttribute Output no 1 1  
TheOutputConcept Concept Output no 1 1 inherited