Compute the Fast Fourier Transform of real-valued data, converting from time/spatial domain to frequency domain. FFT decomposes a signal into its constituent frequencies and is fundamental for signal processing, spectral analysis, convolution operations, and filtering. Returns complex-valued frequency components with real, imaginary, and magnitude values.
API key for authentication. Get your key at https://finceptbackend.share.zrok.io/auth/register
Real-valued input data (time or spatial domain samples)
[1, 2, 3, 4, 4, 3, 2, 1]