diff options
-rw-r--r-- | iemlib1/src/lp1_t~.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/iemlib1/src/lp1_t~.c b/iemlib1/src/lp1_t~.c index 96e4a4e..8005b95 100644 --- a/iemlib1/src/lp1_t~.c +++ b/iemlib1/src/lp1_t~.c @@ -7,7 +7,8 @@ iemlib1 written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2010 #include "iemlib.h" #include <math.h> -/* -- lp1_t~ - slow dynamic lowpass-filter 1. order with tau input --- */ +/* -- lp1_t~ - slow dynamic lowpass-filter 1. order controlled by time constant tau input --- */ +/* -- now with double precision -- */ typedef struct _lp1_t_tilde { |