Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/SpectrumAnalyzer.h |
| Include | #include "DSP/SpectrumAnalyzer.h" |
Syntax
struct FSpectrumBandExtractorSpectrumSettings
Remarks
Settings describing the spectrum used for in the band extractor.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EFFTScaling | FFTScaling | Forward scaling of FFT used in spectrum analyzer | |
| int32 | FFTSize | Size of fft used in spectrum analyzer | |
| float | SampleRate | Sample rate of audio | |
| EWindowType | WindowType | Window used when perform FFT |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FSpectrumBandExtractorSpectrumSettings& Other |
Compare whether two settings structures are not equal. | |
| bool | operator==
(
const FSpectrumBandExtractorSpectrumSettings& Other |
Compare whether two settings structures are equal. |