IFFTAlgorithm::ForwardRealToComplex

ForwardRealToComplex 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 ForwardRealToComplex
(
    const float *restrict InReal,
    float *
restrict OutComplex
)

Remarks

ForwardRealToComplex

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

Parameters

Parameter

Description

InReal

Array of floats to input into fourier transform. Must have NumInputFloats() elements.

OutComplex

Array of floats to store output of fourier transform. Must have NumOutputFloats() elements which represent (NumOutputFloats() / 2) 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