Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP > API/Runtime/SignalProcessing/DSP/FContiguousSparse2DKernelTransfo- > API/Runtime/SignalProcessing/DSP/FContiguousSparse2DKernelTransfo-/TransformArray
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/FloatArrayMath.h |
| Include | #include "DSP/FloatArrayMath.h" |
| Source | /Engine/Source/Runtime/SignalProcessing/Private/FloatArrayMath.cpp |
void TransformArray
&40;
TArrayView< const float > InView,
FAlignedFloatBuffer & OutArray
&41; const
Remarks
Transforms the input array given the kernel.
InView is the array to be transformed. It must have NumInElements_ number of elements. OutArray is the transformed array. It will have NumOutElements_ number of elements.