mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-16 03:22:59 +00:00
Removed all traces of the parameters on the POGSAG config message
Left in the message for the moment, because there are likely to be parameters needed at some point.
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
#include <bitset>
|
||||
using namespace std;
|
||||
|
||||
// This class extracts a POCSAG message from a FM demodulated sample stream
|
||||
// TODO extend to also process FLEX frames
|
||||
#define MAX_CODEWORDS (16)
|
||||
class extract_frame_pager
|
||||
{
|
||||
@@ -41,7 +43,7 @@ public:
|
||||
|
||||
|
||||
void resetVals();
|
||||
void setParams(long a_samplesPerSec, long a_maxBaud = 8000, long a_minBaud = 200, long maxRunOfSameValue = 32);
|
||||
void setFrameExtractParams(long a_samplesPerSec, long a_maxBaud = 8000, long a_minBaud = 200, long maxRunOfSameValue = 32);
|
||||
|
||||
int processDemodulatedSamples(float * sampleBuff, int noOfSamples);
|
||||
int extractFrames();
|
||||
|
||||
Reference in New Issue
Block a user