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

A bin within the spectrum, denoting the magnitude (and optionally, complex phase) of a Signal at a given frequency. More...

#include <FrequencySpectrum.hpp>

Public Attributes

float frequency
 The frequency quantised by the Bin, in Hz.
float magnitude
 The magnitude of the frequency, in dBfs (decibels relative to full scale).
float phase
 The complex phase of the DFT value, in radians.

Detailed Description

A bin within the spectrum, denoting the magnitude (and optionally, complex phase) of a Signal at a given frequency.

Definition at line 33 of file FrequencySpectrum.hpp.

Member Data Documentation

◆ frequency

float echomap::FrequencySpectrum::Bin::frequency

The frequency quantised by the Bin, in Hz.

Definition at line 35 of file FrequencySpectrum.hpp.

◆ magnitude

float echomap::FrequencySpectrum::Bin::magnitude

The magnitude of the frequency, in dBfs (decibels relative to full scale).

Definition at line 36 of file FrequencySpectrum.hpp.

◆ phase

float echomap::FrequencySpectrum::Bin::phase

The complex phase of the DFT value, in radians.

Definition at line 37 of file FrequencySpectrum.hpp.


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