EPeakInterpolationMethod

Peak interpolation method.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

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

Include

#include "DSP/SpectrumAnalyzer.h"

Syntax

enum EPeakInterpolationMethod
{
    NearestNeighbor,
    Linear,
    Quadratic,
}

Values

Name

Description

NearestNeighbor

Linear

Quadratic

Remarks

Peak interpolation method. If the EFFTSize is small but will be densely sampled, it's worth using a linear or quadratic interpolation method.

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