ADD: 'lf search' - @marshmellow42 's check if signal is noice.

This commit is contained in:
iceman1001 2017-02-04 12:41:30 +01:00
commit 3f84d47369
3 changed files with 39 additions and 23 deletions

View file

@ -22,6 +22,7 @@ uint8_t GetPskCarrier(const char str[], bool printAns, bool verbose);
uint8_t GetNrzClock(const char str[], bool printAns, bool verbose);
uint8_t GetFskClock(const char str[], bool printAns, bool verbose);
uint8_t fskClocks(uint8_t *fc1, uint8_t *fc2, uint8_t *rf1, bool verbose);
bool graphJustNoise(int *BitStream, int size);
void setGraphBuf(uint8_t *buff, size_t size);
void save_restoreGB(uint8_t saveOpt);