discrete Fourier transform
[xf]=dft(x,flag);
input vector
indicates dft (flag=-1) or idft (flag=1)
output vector
Function which computes dft of vector x
.
Version | Description |
5.4.1 | dft was published up to Scilab 5.4.1.
Its algorithm has been moved to the fft help page. |