arduino-audio-tools
Loading...
Searching...
No Matches
Public Types | List of all members
MDFFloat Struct Reference

Selects float as MDFEchoCancellation's internal numeric representation for sample/spectrum arrays (word16_t/word32_t) and wide-dynamic-range control state (float_t). This is the default, and the one that has been verified to converge (see test_mdf_converges in tests-cmake/stt/stt_test.cpp) – prefer it unless you specifically need to avoid hardware floating-point instructions (e.g. no FPU). More...

#include <MDFEchoCancellation.h>

Public Types

using float_t = float
 
using word16_t = float
 
using word32_t = float
 

Detailed Description

Selects float as MDFEchoCancellation's internal numeric representation for sample/spectrum arrays (word16_t/word32_t) and wide-dynamic-range control state (float_t). This is the default, and the one that has been verified to converge (see test_mdf_converges in tests-cmake/stt/stt_test.cpp) – prefer it unless you specifically need to avoid hardware floating-point instructions (e.g. no FPU).

Member Typedef Documentation

◆ float_t

using float_t = float

◆ word16_t

using word16_t = float

◆ word32_t

using word32_t = float

The documentation for this struct was generated from the following file: