Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/Dsp.h |
| Include | #include "DSP/Dsp.h" |
namespace Audio
{
static bool Audio&58;&58;QuadraticPeakInterpolation
&40;
const float InValues,
float & OutPeakLoc,
float & OutPeakValue
&41;
}
Remarks
Given three values, determine peak location and value of quadratic fitted to the data. True if a peak was found, false if the values do not represent a peak.
Parameters
| Name | Description |
|---|---|
| InValues | An array of 3 values with the maximum value located in InValues[1]. |
| OutPeakLoc | The peak location relative to InValues[1]. |
| OutPeakValue | The value of the peak at the peak location. |