osmocom-analog/src/r2000
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 Refactoring ASCCI-Art image printing 2021-11-07 08:55:46 +01:00
dsp.c FSK modulator improvements 2022-12-16 12:43:19 +01:00
dsp.h Implementation of "Radiocom 2000", the analog French mobile network 2017-08-09 17:27:12 +02:00
frame.c Fixed typos in cli output and source code comments 2021-01-03 09:57:03 +01:00
frame.h Implementation of "Radiocom 2000", the analog French mobile network 2017-08-09 17:27:12 +02:00
image.c Refactoring ASCCI-Art image printing 2021-11-07 08:55:46 +01:00
main.c Refactoring validity check and prefix processing of dialed number 2021-11-07 20:00:42 +01:00
r2000.c Refactoring jitter buffer 2022-10-23 16:56:27 +02:00
r2000.h R2000: Show debugging for IDLE frames 2022-06-19 06:51:48 +02:00
tones.c Implementation of "Radiocom 2000", the analog French mobile network 2017-08-09 17:27:12 +02:00
tones.h Implementation of "Radiocom 2000", the analog French mobile network 2017-08-09 17:27:12 +02:00