Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/FSpectrumBandExtractorSettings
Metric for output band values.
| Name | EMetric |
| Type | enum |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/SpectrumAnalyzer.h |
| Include Path | #include "DSP/SpectrumAnalyzer.h" |
Syntax
enum EMetric
{
Magnitude,
Power,
Decibel,
}
Values
| Name | Remarks |
|---|---|
| Magnitude | Return the magnitude spectrum value. |
| Power | Return the power spectrum value. |
| Decibel | Return the decibel spectrum value. Decibels are calculated with 0dB equal to 1.f magnitude. |