Navigation
API > API/Runtime > API/Runtime/SignalProcessing
Settings for a single constant q band.
| Name | FPseudoConstantQBandSettings |
| Type | struct |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/ConstantQ.h |
| Include Path | #include "DSP/ConstantQ.h" |
Syntax
struct FPseudoConstantQBandSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BandWidth | float | Width of band in Hz. | DSP/ConstantQ.h | |
| CenterFreq | float | Center frequency of band in Hz. | DSP/ConstantQ.h | |
| FFTSize | int32 | Size of FFT used. | DSP/ConstantQ.h | |
| Normalization | EPseudoConstantQNormalization | Desired normalization. | DSP/ConstantQ.h | |
| SampleRate | float | Samplerate of audio. | DSP/ConstantQ.h |