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

Initialize the generation of a triangle function.

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

Initialize a triangular signal ToneState with frequency Freq, initial Phase, Asym assymetry and amplitude Mag. Set Complex to true to generate a complex signal. ToneState is to be passed to the TriangleTone routine to actually generate the time series.

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