aboutsummaryrefslogtreecommitdiffstats
path: root/filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'filter.h')
-rw-r--r--filter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/filter.h b/filter.h
new file mode 100644
index 0000000..a3b44a4
--- /dev/null
+++ b/filter.h
@@ -0,0 +1,2 @@
+double smooth (char *name, int period, double value);
+double damp (char *name, double value);