Data Fields | |
double * | stack |
double * | sorted_stack |
uint32_t | window_size |
te_dglitch_type | dglitch_algor |
Definition at line 55 of file dglitch.c.
double* ts_dglitch::stack |
Delay line, previous measurements.
Definition at line 57 of file dglitch.c.
Referenced by dg_push(), dglitch_apply(), and dglitch_create().
double* ts_dglitch::sorted_stack |
Delay line buffer used for sorting, required by gsl_sort(...
Definition at line 59 of file dglitch.c.
Referenced by dglitch_apply(), and dglitch_create().
uint32_t ts_dglitch::window_size |
The window size of the de-glitch filter.
Definition at line 61 of file dglitch.c.
Referenced by dg_push(), dglitch_apply(), and dglitch_create().