Unit
SignalAnalysis
Hierarchy
TAnalysis <--TSignal <--TSignalBrowseBuffer
Subclasses
None
The purpose of this component is to allow an overview of already recorded data to be displayed to the user. The IsOverview function returns true, if the component stores an overview, otherwise it is still buffering the original signal. This is important to know because the drawing method may differ substantially for signal and overview. The overview stores Max and Min values interleaved. The Max values form the upper and the Min values from the lower envelope.
Calling Update or Pull method will return pipeOK, if the Data property has been updated. It will return pipeStream, if there is not enough data buffered yet to update.
| Name | Summary |
|---|---|
| Increment | Defines the increment at which the overview is sampled. |
| SpanLimit | Defines the samples count at which an overview is computed. |
| Name | Summary |
|---|---|
| InternalUpdate | |
| IsOverview | Defines, if the component already stores an overview. |
| Reset | Reset the buffering and overview. |
| Copyright 2008 Dew Research |