Creates and navigates file overview files.
Use the component to create peak overview files of much bigger signal files. This peak files can be used for quick navigation (browsing) through a few hundred MB long files. With a smart charting tool, a peak file allows you to zoom in on one sample and also zoom out to view the entire file without noticing any delays when drawing. A typical overview file of a 200 MB long wav file is 4 MB long and is created within 5 seconds. The component supports threading, so that you can interrupt the process running in the background. The component also automatically switches between the peak and signal file, depending on the amount of data that you want to read (presumably for screen display). The overview data is a series of Min and Max values for the specified region. This must be taken in to account when computing time span, because the sampling frequency is virtually changed by 2x in compare to the raw signal.
| Name | Type | Description |
|---|
| Active | bool | Set active to false to suppress the propagation of the Pull request and the subsequent call to the Update method. |
| BlockAssign | bool | Block streaming of specific properties when storing only a "template". |
| ChannelCount | int | Get the number of channels. |
| ChannelMax | TVec* | Stores the maximum values for each channel. |
| ChannelMin | TVec* | Stores the minimum values for each channel. |
| Complex | bool | Set this property to true, to request computation using complex numbers. |
| Continuous | bool | If True, the component will pass on the udpate request to the connected component. |
| Data | TVec* | Holds the result of the overview request triggered by setting the RecordPosition. |
| Dt | double | Get the sample time. |
| EditorActive | bool | Returns True, if the component editor is displayed. |
| FloatPrecision | TMtxFloatPrecision | Set this property to request computation in 32bit/64bit precision with real/complex numbers. |
| FloatPrecisionLock | bool | Set this property to true to lock changes to FloatPrecision property. |
| Increment | int | Defines the pixel downsampling factor for the peak file. |
| Input | TAnalysis* | Connector property to obtain a pointer to the TSignal component holding the data to be processed. |
| Inputs | TAnalysisConnectorsCollection* | Connector property to obtain a pointer to a list of TSignal components holding the data to be processed. |
| IsDouble | bool | Set this property to false, to request computation in 32bit floating point precision, 64bit, if true. |
| ItemNumber | int | Number to label the object when it is an item in the List. |
| MultiChannel | bool | Set MultiChannel to True, if Inputs property will be published, and Input property will remain hidden. |
| Name | DewString | |
| OnAfterUpdate | tNotifyEvent | The event is triggered after the call to the Update method. |
| OnBeforeUpdate | tNotifyEvent | The event is triggered just before the call to the Update method. |
| OnDisplayUpdate | tNotifyEvent | The event is triggered after the OnAfterUpdate event. Use this event to update any associated charts or graphs or result tables. |
| OnGetInput | tNotifyEvent | If the Input property is not assigned, the component will call OnGetInput. |
| OnNotifyUpdate | tNotifyEvent | The event is called after a call to InternalUpdate, OnAfterUpdate and OnDisplayUpdate from within the Update method. |
| OnParameterUpdate | tNotifyEvent | The event is triggered when ParamUpdate method is called. The ParamUpdate method is usually called by component editors when a value was changed by the user and the editor was "Live". |
| OnProgressUpdate | TProgressUpdateEvent | Thread event triggered when starting, running and stopping the thread. |
| OverviewRepositoryPath | DewString | Location where all peak files will be stored. |
| PipeDirty | bool | |
| PipeState | TPipeState | Returns the state of the pipe after the last update. |
| ProgressRuntime | TMtxProgressRuntime* | A pointer to the thread object. The object is owned by Self. |
| RecordNumber | int | Number of the current record within the signal file. |
| RecordPosition | long long | Set the property to specify position in samples of the read cursor within the current record. |
| RecordTime | double | Length of the current record in seconds. |
| RecordTimePosition | double | Set the property to specify position in seconds of the read cursor within the current record. |
| Reference | TReferenceList* | Stores a list of components that have to be notified, when this component is destroyed. |
| SamplingFrequency | double | Get the sampling frequency. |
| SamplingTime | double | Get the sampling time. |
| SignalFile | TSignalRead* | A pointer to the signal file handling component. The object is owned by Self. |
| SpanLength | long long | Defines the count of samples to be streamed from the signal file. |
| SpanLimit | long long | Defines the target number of vertical pixel lines to be displayed on the screen. |
| SpanTime | double | Defines the length in seconds of samples to be obtained from the file. |
| SuspendNotifyUpdate | bool | Set this property to True, to prevent calling OnNotifyUpdate from the Update Method. |
| Threaded | bool | Set it to True, if you want the processing to run within a separate thread. |
| UpdateInProgress | bool | |
| UsesInputs | bool | Set it to True to indicate, that valid signals will be connected to the Input or Inputs properties. |