Tweaks to noise measurements.
This commit is contained in:
parent
7d4eaf6a48
commit
21bdc45bf0
7 changed files with 48 additions and 50 deletions
4
stats.h
4
stats.h
|
|
@ -73,11 +73,11 @@ struct stats {
|
|||
|
||||
// noise floor:
|
||||
double noise_power_sum;
|
||||
uint32_t noise_power_count;
|
||||
uint64_t noise_power_count;
|
||||
|
||||
// mean signal power:
|
||||
double signal_power_sum;
|
||||
uint32_t signal_power_count;
|
||||
uint64_t signal_power_count;
|
||||
|
||||
// peak signal power seen
|
||||
double peak_signal_power;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue