FWindow::FWindow

Constructor. Allocates buffer and generates window inside of it.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

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

Include

#include "DSP/AudioFFT.h"

Syntax

FWindow
(
    EWindowType InType,
    int32 InNumFrames,
    int32 InNumChannels,
    bool bIsPeriodic
)

Remarks

  1. Allocates buffer and generates window inside of it.

Parameters

Parameter

Description

InType

The type of window that should be generated.

InNumFrames

The number of samples that should be generated divided by the number of channels.

InNumChannels

The amount of channels that will be used in the signal this is applied to.

bIsPeriodic

If false, the window will be symmetrical. If true, the window will be periodic. Generally, set this to false if using this window with an STFT, but use true if this window will be used on an entire, self-contained signal.

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