Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/FStateVariableFilter
Description
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. The transfer function utilized here represents the behavior of the filter if the non-linearity were removed.
| Name | ArrayCalculateResponseInPlace |
| Type | function |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/Filter.h |
| Include Path | #include "DSP/Filter.h" |
| Source | /Engine/Source/Runtime/SignalProcessing/Private/Filter.cpp |
void ArrayCalculateResponseInPlace
(
TArrayView< float > InOutComplexValues
) const