IFFTAlgorithm::BatchForwardRealToComplex

BatchForwardRealToComplex Perform the forward FFT on real data and produce complex data.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/FFTAlgorithm.h

Include

#include "DSP/FFTAlgorithm.h"

Syntax

void BatchForwardRealToComplex
(
    int32 InCount,
    const float *const restrict InReal,
    float *
restrict OutComplex
)

Remarks

BatchForwardRealToComplex

Perform the forward FFT on real data and produce complex data.

Parameters

Parameter

Description

InCount

The number of transforms to compute.

InReal

Array of array of floats to input into fourier transform. Must have InCount elements, each containing NumInputFloats() elements.

OutComplex

Array of array of floats to store output of fourier transform. Must have InCount elements, each with NumOutputFloats()elements which represent complex numbers in interleaved format.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss