You are here: Symbol Reference > SignalAnalysis Namespace > Classes > TSignalStatsBuffer Class
DSP Master VCL
ContentsIndex
PreviousUpNext
TSignalStatsBuffer Class

Computes and stores statistics from Input data.

SignalAnalysis_TSignalStatsBufferSignalAnalysis_TSignalStatsBufferSignalAnalysis_TSignalStatsBufferSignalAnalysis_TSignalStatsBufferSignalAnalysis_TSignalStatsBuffer
Pascal
TSignalStatsBuffer = class(TStatsBuffer);

Computes specified statistical parameter on the Input data and stores the result in Data property. Until the Data vector is full, it is returning pipeStream on Pull requests. Once the Data is full, it returns pipeOK once and resest the buffer counter to 0. The current writing position is returned via CurrentCount index. The component computes one value (1) from entire Input.Length . 

Usually the component is preceeded with TSignalBuffer to specify window analysis length and any window overlapping.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!