A | An array of real values. |
N | An integer value which indicates the number output magnitudes. This must be greater than or equal to the number of input values. If N is an odd number, the function returns (N+1)/2 output values. If N is an even number, (N/2 + 1) number of values will be returned. |
Function | FFTMAG({0, 1, 4, 9, 16}, 5) |
Result | 12.0, 7.1968, 4.2197 |