|
EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
|
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. | |
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.
| float echomap::FrequencySpectrum::Bin::frequency |
The frequency quantised by the Bin, in Hz.
Definition at line 35 of file FrequencySpectrum.hpp.
| 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.
| float echomap::FrequencySpectrum::Bin::phase |
The complex phase of the DFT value, in radians.
Definition at line 37 of file FrequencySpectrum.hpp.