ISpectrumBandExtractor::ExtractBands

Extract the bands from a complex frequency buffer.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

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

Include

#include "DSP/SpectrumAnalyzer.h"

Syntax

void ExtractBands
(
    const AlignedFloatBuffer & InComplexBuffer,
    double InTimestamp,
    TArray< float > & OutValues
)

Remarks

Extract the bands from a complex frequency buffer.

Parameters

Parameter

Description

InComplexBuffer

Buffer of complex frequency data from a FFT.

InTimestamp

A timestamp associated with the input complex buffer.

OutValues

Array to store output bands.

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