mathjs
Version:
Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser with support for symbolic computation, comes with a large set of built-in functions and constants, and offers an integrated solution to work with dif
36 lines (20 loc) • 556 B
Markdown
<!-- Note: This file is automatically generated from source code comments. Changes made in this file will be overridden. -->
# Function fft
Calculate N-dimensional fourier transform
## Syntax
```js
math.fft(arr)
```
### Parameters
Parameter | Type | Description
--------- | ---- | -----------
`arr` | Array | Matrix | An array or matrix
### Returns
Type | Description
---- | -----------
Array | Matrix | N-dimensional fourier transformation of the array
### Throws
Type | Description
---- | -----------
## See also
[ifft](ifft.md)