6 Arrays
On this page:
top
up

6.14Other Array OperationsπŸ”— i

6.14.1Fast Fourier TransformπŸ”— i

procedure

( array-axis-fft arrk)(Array Float-Complex )

arr:(Array Number )
Performs a discrete Fourier transform on axis k of arr. The length of k must be an integer power of two. (See power-of-two? .) The scaling convention is determined by the parameter dft-convention , which defaults to the convention used in signal processing.

The transform is done in parallel using max-math-threads threads.

The inverse of array-axis-fft , performed by parameterizing the forward transform on (dft-inverse-convention ).

procedure

( array-fft arr)FCArray

arr:(Array Number )
Performs a discrete Fourier transform on each axis of arr using array-axis-fft .

procedure

( array-inverse-fft arr)FCArray

arr:(Array Number )
The inverse of array-fft , performed by parameterizing the forward transform on (dft-inverse-convention ).

top
up

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /