You are here: Symbol Reference > SignalProcessing Namespace > Classes > TSignalBuffer Class
DSP Master VCL
ContentsIndex
PreviousUpNext
TSignalBuffer Class

Keeps signal processing data pipe synchronized.

SignalProcessing_TSignalBufferSignalProcessing_TSignalBufferSignalProcessing_TSignalBufferSignalProcessing_TSignalBuffer
Pascal
TSignalBuffer = class(TSignal);

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-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!