Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/BlockCorrelator.h |
| Include | #include "DSP/BlockCorrelator.h" |
Syntax
struct FBlockCorrelatorSettings
Remarks
Settings for block correlator
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDoNormalize | If true, autocorrelation values will be normalized to reduce bias introduced by block windowing. | |
| int32 | Log2NumValuesInBlock | Logarithm base 2 of the number of values in a block. | |
| EWindowType | WindowType | Audio window type to apply to input. |