osmocom-analog/src/libfm
Andreas Eversberg 31fca59294 Fixed performance issue with IIR filter
Passing samples with zero value (0.0) causes very slow processing of
IIR filter on my test machine 'nuedel'. I don't know why.
To solve this, I add a very small number to each input sample.
2019-08-26 21:10:39 +02:00
..
Makefile.am Restructure: Move fm_modulation from common code to 'libfm' 2017-11-25 19:24:02 +01:00
fm.c Fixed performance issue with IIR filter 2019-08-26 21:10:39 +02:00
fm.h Make run faster on ARM CPUs using fast math approximation 2018-11-10 15:18:28 +01:00