Struct 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).
variable dc_offset¶
DC offset, mean(x).
variable fs_util_pct¶
Full-scale use, 100*max|x|/full_scale (%).
variable papr_db¶
Peak-to-average power ratio (= crest) (dB).
variable peak¶
Peak deviation, max|x - DC|.
variable rms¶
Root-mean-square amplitude (DC included).
The documentation for this class was generated from the following file native/inc/measure/measure_core.h