Generate a sine function.
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!
|