From 21c34937937f27a89290f4377b4ff1801079e6ec Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Tue, 6 Oct 2015 20:53:28 +0100 Subject: Added new interface files --- filt/filt.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 filt/filt.h (limited to 'filt/filt.h') diff --git a/filt/filt.h b/filt/filt.h new file mode 100644 index 0000000..d235449 --- /dev/null +++ b/filt/filt.h @@ -0,0 +1,11 @@ +#ifndef __RADIOLA_FILT_H +#define __RADIOLA_FILT_H + +#include +#include +#include + +//fifth order filter from rtlsdr +void f_5th(int16_t *data, int length, int16_t *hist); + +#endif \ No newline at end of file -- cgit v1.2.3