CRI ADX  Last Updated: 2024-07-17 10:47 p
CriAtomLevelInfoTag Struct Reference

Level information. More...

#include <cri_le_atom.h>

Data Fields

CriSint32 num_channels
 Number of valid channels. More...
 
CriFloat32 rms_levels [16]
 RMS level. More...
 
CriFloat32 peak_levels [16]
 Peak level. More...
 
CriFloat32 peak_hold_levels [16]
 Peak hold level. More...
 

Detailed Description

Level information.

Description:
Structure for acquiring level information.
This is used in the criAtomMeter_GetLevelInfo function.
Remarks:
The unit used for level values is dB.
See also
criAtomMeter_GetLevelInfo

Field Documentation

◆ num_channels

CriSint32 num_channels

Number of valid channels.

Description:
The number of channels with valid measurement results.

◆ rms_levels

CriFloat32 rms_levels[16]

RMS level.

Description:
Calculated RMS (root mean square) of the sound amplitude within a measurement interval.
This is handled as the sound pressure level.

◆ peak_levels

CriFloat32 peak_levels[16]

Peak level.

Description
Maximum value of the sound amplitude within a measurement interval.

◆ peak_hold_levels

CriFloat32 peak_hold_levels[16]

Peak hold level.

Description
Peak level value being held.

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