You are here: Symbol Reference > SignalUtils Namespace > Functions > SignalUtils.GoertzTwo Function
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalUtils.GoertzTwo Function

The Discrete Fourier transformation (DFT) for given two frequencies.

Pascal
procedure GoertzTwo(const Src: TVec; Freq0: double; Freq1: double; var Result0: TCplx; var Result1: TCplx; const srcIndex: integer; srcLen: integer); overload;

SrcIndex and srcLen define the sub-range of Src on which to compute the function.

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