|   | 
Performs a Fast Fourier Transform on supplied vector. The number of points used is the next binary power higher than the length of argument 1.
| Number | Type | Compulsory | Default | Description | 
|---|---|---|---|---|
| 1 | real array | Yes | 
 | vector | 
| 2 | string | No | 'Hanning' | window function | 
Values are either 'Hanning' (default) or 'None'.
Return type: complex array
| 
 | ||