Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/ISpectrumBandExtractor
Settings for a single band
| Name | FBandSettings |
| Type | struct |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/SpectrumAnalyzer.h |
| Include Path | #include "DSP/SpectrumAnalyzer.h" |
Syntax
struct FBandSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CenterFrequency | float | Frequency of interest in hz. | DSP/SpectrumAnalyzer.h | |
| QFactor | float | QFactor is only applicable for the ConstantQ band type. | DSP/SpectrumAnalyzer.h | |
| Type | EBandType | Type of band to extract. | DSP/SpectrumAnalyzer.h |