You are here: Symbol Reference > SignalUtils Namespace > Structs, Records, Enums > SignalUtils.TToneState Record
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalUtils.TToneState Record

Type used for sine function generation.

Pascal
TToneState = record
  Freq: double;
  Mag: double;
  Phase: double;
  Complex: boolean;
  Negative: boolean;
  EdgeFreq: boolean;
  Initialized: boolean;
end;

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

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