You are here: Symbol Reference > SignalUtils Namespace > Functions > SignalUtils.Tone Function
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalUtils.Tone Function

Generate a sine function.

Pascal
procedure Tone(const Dst: TVec; SampleCount: integer; Freq: double; Phase: double; Mag: double; Complex: boolean = false); overload;

Generate a single tone wave signal with frequency Freq, initial Phase and amplitude Mag. Set Complex to true to generate a complex signal. The routine is not stream capable.

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