Rename filter -> iir_filter (file name and instance name)

This is useful when using fir_filter in the future.
This commit is contained in:
Andreas Eversberg
2017-05-13 16:04:00 +02:00
parent d03443c4f1
commit ca10048e5c
21 changed files with 200 additions and 164 deletions

View File

@@ -5,7 +5,7 @@ typedef struct emphasis {
double amp;
} p;
struct {
filter_t hp;
iir_filter_t hp;
double y_last;
double factor;
double amp;