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