From ca10048e5caa77d8ed4c4902336f8ef88738a5e0 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sat, 13 May 2017 16:04:00 +0200 Subject: Rename filter -> iir_filter (file name and instance name) This is useful when using fir_filter in the future. --- src/common/fm_modulation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/fm_modulation.h') diff --git a/src/common/fm_modulation.h b/src/common/fm_modulation.h index 194ae3f..2cd571a 100644 --- a/src/common/fm_modulation.h +++ b/src/common/fm_modulation.h @@ -15,7 +15,7 @@ typedef struct fm_demod { double phase; /* current rotation phase (used to shift) */ double rot; /* rotation step per sample to shift rx frequency (used to shift) */ double last_phase; /* last phase of FM (used to demodulate) */ - filter_t lp[2]; /* filters received IQ signal */ + iir_filter_t lp[2]; /* filters received IQ signal */ double *sin_tab; /* sine/cosine table rotation */ } fm_demod_t; -- cgit v1.2.3