Navigation
API > API/Runtime > API/Runtime/SignalProcessing
Settings for a mel kernel which transforms an linearly space spectrum (e.g. FFT Magnitude) to a mel spectrum
| Name | FMelSpectrumKernelSettings |
| Type | struct |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/MelScale.h |
| Include Path | #include "DSP/MelScale.h" |
Syntax
struct FMelSpectrumKernelSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMelSpectrumKernelSettings() |
DSP/MelScale.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BandWidthStretch | float | DSP/MelScale.h | ||
| KernelMaxCenterFreq | float | DSP/MelScale.h | ||
| KernelMinCenterFreq | float | DSP/MelScale.h | ||
| Normalization | EMelNormalization | DSP/MelScale.h | ||
| NumBands | int32 | DSP/MelScale.h |