Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP > API/Runtime/SignalProcessing/DSP/FInterpolatedHPF
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/InterpolatedOnePole.h |
| Include | #include "DSP/InterpolatedOnePole.h" |
| Source | /Engine/Source/Runtime/SignalProcessing/Private/InterpolatedOnePole.cpp |
void ArrayCalculateResponseInPlace
(
TArrayView < float > InOutComplexValues
) const
Remarks
Apply the filter transfer function to each z-domain value in the given array (complex numbers given as interleaved floats). Passing in z-domain values on the complex unit circle will give the frequency response.