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

Configuration structure for adding the true peak meter function.This is the configuration structure for adding the true peak meter function.
This structure is specified as an argument of the criAtomMeter_AttachTruePeakMeter function.
More...

#include <cri_le_atom.h>

Data Fields

CriBool sample_clipping
 Clipping. More...
 
CriSint32 interval
 Measurement interval (in milliseconds) More...
 
CriSint32 hold_time
 Hold time (in milliseconds) More...
 

Detailed Description

Configuration structure for adding the true peak meter function.

This is the configuration structure for adding the true peak meter function.
This structure is specified as an argument of the criAtomMeter_AttachTruePeakMeter function.

Remarks:
If using default settings, set the default parameters to the structure using the criAtomMeter_SetDefaultConfigForTruePeakMeter macro, then specify the structure to the criAtomMeter_AttachTruePeakMeter function.
Attention
More members will be added in the future. When not using the criAtomMeter_SetDefaultConfigForTruePeakMeter macro, make sure to initialize the structure to zero before use.
(Make sure that no indefinite value is set to any member of the structure.)
See also
criAtomMeter_AttachTruePeakMeter

Field Documentation

◆ sample_clipping

CriBool sample_clipping

Clipping.

Description:
Flag that designates whether to clip the waveform sample before measurement.
Flag that designates whether to clip the waveform sample before measurement.

◆ interval

CriSint32 interval

Measurement interval (in milliseconds)

Description:
Interval for updating measurement results.

◆ hold_time

CriSint32 hold_time

Hold time (in milliseconds)

Description
Duration for which the peak value is held when it is updated by a larger value, so that it does not decrease immediately.

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