Navigation
API > API/Runtime > API/Runtime/SignalProcessing
| Name | FPseudoConstantQ |
| Type | struct |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/ConstantQ.h |
| Include Path | #include "DSP/ConstantQ.h" |
Syntax
struct FPseudoConstantQ
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void FillArrayWithConstantQBand
(
const FPseudoConstantQBandSettings& InSettings, |
Fills an array with the spectrum weights to apply to an FFT magnitude or power spectrum output. | DSP/ConstantQ.h | |
static float GetConstantQBandWidth
(
const float InBandCenter, |
Returns the bandwidth for a given CQT band. | DSP/ConstantQ.h | |
static float GetConstantQCenterFrequency
(
const int32 InBandIndex, |
Returns the center frequency of a given CQT band. | DSP/ConstantQ.h |