EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
Loading...
Searching...
No Matches
FrequencySpectrum.hpp File Reference

FrequencySpectrum specification. More...

#include <vector>
#include "Object.hpp"
#include "factories/WindowFunctions.hpp"

Go to the source code of this file.

Classes

class  echomap::FrequencySpectrum
 A Signal sampled in the frequency domain. More...
struct  echomap::FrequencySpectrum::Bin
 A bin within the spectrum, denoting the magnitude (and optionally, complex phase) of a Signal at a given frequency. More...

Namespaces

namespace  echomap
 The main EchoMap outermost namespace for all non-exported symbols.

Variables

template<>
constexpr std::string_view echomap::Object< FrequencySpectrum >::class_name = "FreqSpec"

Detailed Description

FrequencySpectrum specification.

Author
Oliver Dixon
Date
2026-07-14

Definition in file FrequencySpectrum.hpp.