aboutsummaryrefslogtreecommitdiffstats
path: root/src/cnetz/fsk_fm_demod.h
AgeCommit message (Collapse)AuthorFilesLines
2017-05-15C-Netz: Improved decoder debuggingAndreas Eversberg1-0/+3
FM decoder debug output is now written to text files for better debugging of process.
2017-02-18Correcting all levels and move all remaining integer samples to sample_tAndreas Eversberg1-2/+2
The leves are based on the standards of each mobile network. They are adjusted to the specified frequency deviation now.
2017-02-18Move samples of int16_t format to sample_t, that is of type doubleAndreas Eversberg1-3/+3
This prepares the correction of all levels
2017-01-07C-Netz: Make demodulation buffer size dynamicAndreas Eversberg1-2/+3
2016-12-01C-Netz: Add code documentation...Andreas Eversberg1-0/+1
2016-10-07Added and fixed extra compiler warningsAndreas Eversberg1-1/+1
2016-10-07C-Netz: Reset FSK decoder when switching channel modeAndreas Eversberg1-0/+1
This prevents corrupt frames, as well as clear pending frames that were received during the old mode, but may not be received during the new mode.
2016-07-24Typos: acknowledgement -> acknowledgment signalling -> signalingAndreas Eversberg1-1/+1
2016-04-24Implementation of C-Netz (German mobile telephone system)Andreas Eversberg1-0/+56