TSlidingWindow::TSlidingWindow

[TSlidingWindow](API\Runtime\SignalProcessing\DSP\TSlidingWindow) constructor

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/SlidingWindow.h

Include

#include "DSP/SlidingWindow.h"

Syntax

TSlidingWindow
(
    const TSlidingBuffer< InSampleType > & InSlidingBuffer,
    TArrayView< const InSampleType > InNewBuffer,
    bool bDoFlush
)

Remarks

TSlidingWindow constructor

InSlidingBuffer Holds the previous samples which were not completely used in previous sliding windows. It also defines the window and hop size. InNewBuffer Holds new samples which have not yet been ingested by the InSlidingBuffer. bDoFlush Controls whether zeros to the final output windows until all possible windows with data from InNewBuffer have been covered.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss