osmocom-analog/src/libfilter
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 filters from common code to 'libfilter' 2017-11-13 19:15:09 +01:00
iir_filter.c Fixed performance issue with IIR filter 2019-08-26 21:10:39 +02:00
iir_filter.h Restructure: Move filters from common code to 'libfilter' 2017-11-13 19:15:09 +01:00