-
Notifications
You must be signed in to change notification settings - Fork 0
signal.Dft.Function.dft
Christian d'Heureuse edited this page Jun 7, 2026
·
2 revisions
dsp-collection / signal/Dft / dft
function dft(x, direction): ComplexArray;Defined in: signal/Dft.ts:116
Computes the DFT of an array of complex numbers and returns the complex result.
The complex input values.
boolean
true for DFT (forward DFT), false for iDFT (inverse DFT).
An array of complex numbers. It has the same size as the input array.