Skip to content

Struct time_stats_t

ClassList > time_stats_t

Time-domain capture statistics (AC-coupled crest/PAPR).

  • #include <measure_core.h>

Public Attributes

Type Name
double crest_db
Crest factor, 20log10(peak_ac / rms_ac) (dB).
double dc_offset
DC offset, mean(x).
double fs_util_pct
Full-scale use, 100*max|x|/full_scale (%).
double papr_db
Peak-to-average power ratio (= crest) (dB).
double peak
Peak deviation, max|x - DC|.
double rms
Root-mean-square amplitude (DC included).

Public Attributes Documentation

variable crest_db

Crest factor, 20log10(peak_ac / rms_ac) (dB).

double time_stats_t::crest_db;


variable dc_offset

DC offset, mean(x).

double time_stats_t::dc_offset;


variable fs_util_pct

Full-scale use, 100*max|x|/full_scale (%).

double time_stats_t::fs_util_pct;


variable papr_db

Peak-to-average power ratio (= crest) (dB).

double time_stats_t::papr_db;


variable peak

Peak deviation, max|x - DC|.

double time_stats_t::peak;


variable rms

Root-mean-square amplitude (DC included).

double time_stats_t::rms;



The documentation for this class was generated from the following file native/inc/measure/measure_core.h