-
Notifications
You must be signed in to change notification settings - Fork 0
signal.Goertzel.Function.goertzel
Christian d'Heureuse edited this page Jun 7, 2026
·
2 revisions
dsp-collection / signal/Goertzel / goertzel
function goertzel(x): ComplexArray;Defined in: signal/Goertzel.ts:50
Computes the DFT of an array of real numbers and returns the complex result.
ArrayLike<number>
The input values (samples).
An array of complex numbers. It has the same size as the input array. The upper half of the array contains complex conjugates of the lower half.