functionifft
Inverse fast Fourier transform
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Complex | x | {Complex(re = 36, im = 0), Complex(re = -4, im = 9.65685424949238), Complex(re = -4, im = 4), Complex(re = -4, im = 1.65685424949238), Complex(re = -4, im = 0), Complex(re = -4, im = -1.65685424949238), Complex(re = -4, im = -4), Complex(re = -4, im = -9.65685424949238)} | The vector to be inverse transformed |
| Integer | n | 8 | Number of data points for calculation |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Complex | y | The result |