You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Units Namespace > Classes > SignalUtils Class > SignalUtils Methods > SignalUtils.ToneInit Method
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
SignalUtils.ToneInit Method

Initialize the generation of a sine function.

Syntax
C#
Visual Basic
public static void ToneInit(double Freq, double Phase, double Mag, ref TToneState ToneState, bool Complex);

Initialize a sine signal ToneState with frequency Freq, initial Phase and amplitude Mag. Set Complex to true to generate a complex signal. ToneState is to be passed to the Tone routine to generate the actuall time series.

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