|
EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
|
A three-way key into the FrequencySpectrum cache. More...
Public Member Functions | |
| bool | operator== (const CacheKey &key) const |
Public Attributes | |
| id_type | source_id |
| WindowFunctions::AllFunctions | window_function |
| std::size_t | transform_size |
A three-way key into the FrequencySpectrum cache.
Definition at line 126 of file SignalDFTPanel.hpp.
| bool echomap::SignalDFTPanel::CacheKey::operator== | ( | const CacheKey & | key | ) | const |
Definition at line 474 of file SignalDFTPanel.cpp.
| id_type echomap::SignalDFTPanel::CacheKey::source_id |
Definition at line 128 of file SignalDFTPanel.hpp.
| std::size_t echomap::SignalDFTPanel::CacheKey::transform_size |
Definition at line 130 of file SignalDFTPanel.hpp.
| WindowFunctions::AllFunctions echomap::SignalDFTPanel::CacheKey::window_function |
Definition at line 129 of file SignalDFTPanel.hpp.