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

Keeps signal processing data pipe synchronized.

Dew_Signal_TSignalBufferDew_Signal_TSignalBufferDew_Signal_TSignalBuffer
Syntax
C#
Visual Basic
public class TSignalBuffer : TSignal;

SignalProcessing.cs

Use the component to synchronize data processing pipe, where you need a large input buffer to perform filtering or a large scrolling buffer for signal analysis. The output data length is specified with the value of the Length property. This value may be bigger or smaller then the value of Input.Length property. The size of the buffer must be at least Max(Input.Length,Length). The size of the buffer can also be set automatically by the component, if you set AutoBufferSize to True.

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