You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add initial support for "SDR-like" operation (this currently doesn't …
…support any specific targeted SDR, and currently generates 4FSK frames carried by ZeroMQ to a target application for mod/demod);
alter when processData() is called when we are transitioned into a P2…
…5RXS_DATA state (for the purposes of efficiency this skips multiple instructions); slightly narrower boxcar 5 window for symbol detection;
properly zero bit buffer used for sample sync correlation; enhance de…
…bug logging to display the sample sync data; fix missed 1st LDU superframe after a HDU, this required adding a flag to indicate that the sync positions on the next frame cycle were LDU sync positions; refactor LDU frame writing into a separate helper function; fix issue where 1st LDU1 after a HDU would be ignored for processing (this simply required processing the LDU1 in processSamples() immediately instead of waiting for processVoice());
handle serial buffer overflow condition (while the modem protocol *ca…
…n* send frames >512 bytes the serial port handler can only handle frames up to 512 bytes); better handle transmitting double length (512 byte) P25 PDU frames;