Audio::ArrayComplexToPower

Compute power of complex data.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

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

Include

#include "DSP/FloatArrayMath.h"

Syntax

namespace Audio
{
    void Audio::ArrayComplexToPower
    (
        TArrayView< float > InComplexSamples,
        TArray< float > & OutPowerSamples
    )
}

Remarks

Compute power of complex data. Out[i] = Complex[2 * i] * Complex[2 * i] + Complex[2 * i + 1] * Complex[2 * i + 1]

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