aboutsummaryrefslogtreecommitdiffstats
path: root/src/libfsk
AgeCommit message (Expand)AuthorFilesLines
2024-04-05Increase compiler warnings and fix themAndreas Eversberg1-1/+1
2024-03-25Avoid large buffer on stack, to prevent stack overflowsAndreas Eversberg1-4/+12
2024-02-18Move from local to external osmo* librariesAndreas Eversberg1-14/+14
2022-12-16FSK modulator improvementsAndreas Eversberg2-45/+132
2022-10-23DTMF: Now allows to give duration and pause for digitAndreas Eversberg1-0/+4
2021-03-07Rename the parameter "coherent" to "FFSK" which is the correct meaning.Andreas Eversberg2-12/+12
2021-01-03Fixed typos in cli output and source code commentsMartin Hauke2-2/+2
2019-11-29minor code cleanupAndreas Eversberg1-5/+4
2019-11-29FSK demodulator: Also report bits that have duration < 0.5Andreas Eversberg2-0/+14
2019-11-29Add filter switch to FSK modulatorAndreas Eversberg2-4/+27
2019-11-29Split FSK modem code into separate modulator and demodulatorAndreas Eversberg2-106/+158
2019-07-15Fixed many typos in output and source code commentsMartin Hauke1-2/+2
2017-12-03Restructure: Move debug from common code to 'libdebug'Andreas Eversberg1-1/+1
2017-12-03Restructure: Move sample from common code to 'libsample'Andreas Eversberg1-1/+1
2017-11-25Restructure: Move fsk from common code to 'libfsk'Andreas Eversberg3-0/+324