#include <bpm_wf.h>
Definition at line 196 of file bpm_wf.h.
Data Fields | |
int | imax |
int | imin |
double | max |
double | min |
double | mean |
double | rms |
int wfstat_t::imax |
The sample nr of maximum of waveform
Definition at line 197 of file bpm_wf.h.
Referenced by doublewf_basic_stats(), wfstat_print(), and wfstat_reset().
int wfstat_t::imin |
The sample nr of minimum of waveform
Definition at line 198 of file bpm_wf.h.
Referenced by doublewf_basic_stats(), wfstat_print(), and wfstat_reset().
double wfstat_t::max |
The maximum value of waveform
Definition at line 199 of file bpm_wf.h.
Referenced by doublewf_basic_stats(), wfstat_print(), and wfstat_reset().
double wfstat_t::min |
The minimum value of waveform
Definition at line 200 of file bpm_wf.h.
Referenced by doublewf_basic_stats(), wfstat_print(), and wfstat_reset().
double wfstat_t::mean |
The mean of waveform
Definition at line 201 of file bpm_wf.h.
Referenced by doublewf_basic_stats(), wfstat_print(), and wfstat_reset().
double wfstat_t::rms |
The rms of waveform
Definition at line 202 of file bpm_wf.h.
Referenced by doublewf_basic_stats(), wfstat_print(), and wfstat_reset().