Scilab 5.4.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
dft (deprecated)
discrete Fourier transform This function is obsolete.
Calling Sequence
[xf]=dft(x,flag);
Arguments
- x
input vector
- flag
indicates dft (flag=-1) or idft (flag=1)
- xf
output vector
Description
Function which computes dft of vector x
.
Examples
History
Version | Description |
5.4.1 | dft is obsolete. The algorithm has been moved to the fft help page. |
See Also
- fft — fast Fourier transform.
Report an issue | ||
<< dct | transforms | dst >> |