FFDAPFilterComputer

This class takes an incoming signal and an outgoing signal, Correlates them, and returns the frequency values of the weight targets to pass to an adaptive filter.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

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

Include

#include "DSP/VoiceProcessing.h"

Syntax

class FFDAPFilterComputer

Remarks

This class takes an incoming signal and an outgoing signal, Correlates them, and returns the frequency values of the weight targets to pass to an adaptive filter.

Constructors

Name Description

Public function

FFDAPFilterComputer()

Functions

Name Description

Public function

void

 

GenerateWeights

(
    const float* IncomingSignal,
    int32 NumIncomingSamples,
    const float* OutgoingSignal,
    int32 NumOutgoingSamples,
    FrequencyBuffer& OutWeights
)

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