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 FSpectrumBandExtractorSettings
Remarks
Settings for band extractor.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | AutoRangeAttackTimeInSeconds | Time in seconds for autorange to reach 99% of a larger range. | |
| float | AutoRangeReleaseTimeInSeconds | Time in seconds for autorange to reach 99% of a smaller range. | |
| bool | bDoAutoRange | If true and bDoNormalize is true, then values will be scaled between 0 and 1 based upon relatively recent minimum and maximum values. | |
| bool | bDoNormalize | If true, all values are scaled and clamped between 0.0 and 1.f. | |
| float | DecibelNoiseFloor | If the metric is Decibel, this is the minimum decibel value allowed. | |
| EMetric | Metric | Metric used to calculate return value. |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EMetric | Metric for output band values. |