|
|
double * | cache [MAX_CHANNELS] |
| | window of filtered samples (N ms)
|
| |
|
int | cache_pos |
| | focus on the last added bin in the cache array
|
| |
|
double | sum [MAX_CHANNELS] |
| | sum of the last N ms filtered samples (cache content)
|
| |
|
int | filled |
| | 1 if the cache is completely filled, 0 otherwise
|
| |
|
double | rel_threshold |
| | relative threshold
|
| |
|
double | sum_kept_powers |
| | sum of the powers (weighted sums) above absolute threshold
|
| |
|
int | nb_kept_powers |
| | number of sum above absolute threshold
|
| |
|
struct hist_entry * | histogram |
| | histogram of the powers, used to compute LRA and I
|
| |
The documentation for this struct was generated from the following file: