Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/EnvelopeFollower.h |
| Include | #include "DSP/EnvelopeFollower.h" |
Syntax
class FMeanSquaredFIR
Remarks
Compute mean squared using FIR method.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMeanSquaredFIR
(
float InSampleRate, |
Construct an FMeanSquaredFIR |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ProcessAudio
(
const float* InBuffer, |
Calculate mean squared per sample. | |
| void | Reset () |
||
| void | SetNumChannels
(
int32 InNumChannels |
Set the number of input channels. | |
| void | SetWindowSize
(
float InWindowTimeMsec |
Set the size of the analysis window. |
Constants
| Name | Description |
|---|---|
| DefaultHistoryCapacity |