AMBIsense: verschil tussen versies
Uit ASAsense Documentation
(Nieuwe pagina aangemaakt met '== Data formats == Within the AMBIsense solution, measurements of the 1/3 octaveband spectrum are performed. The results of these measurements can be exported in multiple formats: * as a self explanatory CSV-table * as either of the following very simple, yet efficient propriatairy binary formats: ** phen1 file: a very restrictive format, making small datasets available as small as possible, while maintaining random accessibility on row level ** as an ASAse...') |
Geen bewerkingssamenvatting |
||
| Regel 6: | Regel 6: | ||
** phen1 file: a very restrictive format, making small datasets available as small as possible, while maintaining random accessibility on row level | ** phen1 file: a very restrictive format, making small datasets available as small as possible, while maintaining random accessibility on row level | ||
** as an [[ASAsense Binary Table (ABT) format|ABT]] file: fast and efficient random access (both on row and column level), binary table format | ** as an [[ASAsense Binary Table (ABT) format|ABT]] file: fast and efficient random access (both on row and column level), binary table format | ||
== Instant measurements == | |||
The AMBIsense-sensors can be confiured to send instant measurements to a dedicated MQTT-broker. These have the following structure: | |||
* audio-measurements: | |||
** topic: /instant/<deviceName>/measurements | |||
** payload: in mspack: | |||
*** timestamp: float | |||
*** dBA: float (sound level) | |||
* classificatiions: | |||
** topic: /instant/<deviceName>/classification/<modelId>/<modelVersion> | |||
** payload: in msgpack: | |||
*** timestamp: float | |||
*** confidences: float[] voor iedere ID (in ons geval: baclground en drone) | |||
Versie van 25 nov 2025 17:06
Data formats
Within the AMBIsense solution, measurements of the 1/3 octaveband spectrum are performed. The results of these measurements can be exported in multiple formats:
- as a self explanatory CSV-table
- as either of the following very simple, yet efficient propriatairy binary formats:
- phen1 file: a very restrictive format, making small datasets available as small as possible, while maintaining random accessibility on row level
- as an ABT file: fast and efficient random access (both on row and column level), binary table format
Instant measurements
The AMBIsense-sensors can be confiured to send instant measurements to a dedicated MQTT-broker. These have the following structure:
- audio-measurements:
- topic: /instant/<deviceName>/measurements
- payload: in mspack:
- timestamp: float
- dBA: float (sound level)
- classificatiions:
- topic: /instant/<deviceName>/classification/<modelId>/<modelVersion>
- payload: in msgpack:
- timestamp: float
- confidences: float[] voor iedere ID (in ons geval: baclground en drone)