chg: use signal mean instead of hardcoded FSK_PSK_THRESHOLD

chg: stricter clock identification
chg: askclock detection, trying to find a better starting point
This commit is contained in:
Chris 2018-11-02 18:38:06 +01:00
commit b9676e6c93
2 changed files with 43 additions and 31 deletions

View file

@ -19,7 +19,7 @@
#include <stdlib.h> // for
#include <stdbool.h> // for bool
#include "parity.h" // for parity test
#include "util.h" // for ARRAYLEN
//generic
typedef struct {
int low;