You are here: Symbol Reference > SignalProcessing Namespace > Classes > TSignalStoreBuffer Class > public > Append Method > TSignalStoreBuffer.Append Method (Double)
DSP Master VCL
ContentsIndex
PreviousUpNext
TSignalStoreBuffer.Append Method (Double)

Appends Sample to the end of the signal.

Pascal
procedure Append(Sample: Double); override; overload;

This procedure should be avoided when large sets of data need to be appended. For each new value appended, the entire signal is copied twice. Use Data.Copy in that case (TVec method).

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