You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Structs, Records, Enums > Dew.Signal.TToneState Structure
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
Dew.Signal.TToneState Structure

Type used for sine function generation.

Syntax
C#
Visual Basic
public struct TToneState { public double Freq; public double Mag; public double Phase; public bool Complex; public bool Negative; public bool EdgeFreq; public bool Initialized; }

SignalUtils.cs

Type required for tone (sine) signal generation. Complex is True, if the resulting sine wave should be complex.

ToneInit, Tone

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