You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Classes > TSignalStatsBuffer Class
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
TSignalStatsBuffer Class

Computes and stores statistics from Input data.

Dew_Signal_TSignalStatsBufferDew_Signal_TSignalStatsBufferDew_Signal_TSignalStatsBufferDew_Signal_TSignalStatsBuffer
Syntax
C#
Visual Basic
public class TSignalStatsBuffer : TStatsBuffer;

SignalAnalysis.cs

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!