You are here: Symbol Reference > SignalTools Namespace > Classes > TSignal Class > public > TSignal.Append Method
DSP Master VCL
ContentsIndex
PreviousUpNext
TSignal.Append Method

Appends Sample to the end of the signal.

Pascal
procedure Append(Sample: Double); virtual;

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