|
EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
|
The Constant invocable window function. More...
#include <WindowFunctions.hpp>
Static Public Member Functions | |
| static float | operator() (std::size_t index, std::size_t size) noexcept |
| Maps the index to the constant 1.0. | |
The Constant invocable window function.
Definition at line 61 of file WindowFunctions.hpp.
|
staticnoexcept |
Maps the index to the constant 1.0.
| index | The index within the window. |
| size | The size of the window. |
Definition at line 45 of file WindowFunctions.cpp.