C-Netz: Show standard deviation of bit levels instead of jitter

This commit is contained in:
Andreas Eversberg
2017-10-02 12:28:51 +02:00
parent 5ea48588e5
commit 3f2f0fdd8c
4 changed files with 31 additions and 19 deletions

View File

@@ -39,7 +39,7 @@ typedef struct fsk_fm_demod {
enum fsk_sync sync; /* set, if we are in sync and what polarity we receive */
double sync_level; /* what was the level, when we received the sync */
double sync_time; /* when did we receive sync, relative to super frame */
double sync_jitter; /* what was the jitter of the sync */
double sync_stddev; /* standard deviation of level changes */
/* speech */
sample_t *speech_buffer; /* holds one chunk of 12.5ms */