osmocom-analog/src/libfsk
Andreas Eversberg fd3b4dae50 FSK modulator improvements
1. Phase is now changed proportional to the time of the bit change, if
   it happens somewhere between samples. The amount of phase change per
   bit is now the same for all bits, no matter how many samples
   currently lay inside this bit.

2. IIR filter is removed, because it causes distortions. A cosine shape
   is now used to transit between phase change of F0 to F1 and vice
   versa. This limits the spectrum. This filter is optional.
2022-12-16 12:43:19 +01:00
..
Makefile.am Restructure: Move fsk from common code to 'libfsk' 2017-11-25 19:24:03 +01:00
fsk.c FSK modulator improvements 2022-12-16 12:43:19 +01:00
fsk.h FSK modulator improvements 2022-12-16 12:43:19 +01:00