Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/FFTAlgorithm.h |
| Include | #include "DSP/FFTAlgorithm.h" |
Syntax
struct FFFTSettings
Remarks
Settings for creating an IFFTAlgorithm.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bArrays128BitAligned | If true, the algorithm expects input & ouput arrays to be 128bit aligned. | |
| bool | bEnableHardwareAcceleration | If true, hardware accelerated algorithms are valid. | |
| int32 | Log2Size | Log2Size of FFT algorithm. |