aboutsummaryrefslogtreecommitdiff
path: root/tests/xttest_util.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/xttest_util.hpp')
-rw-r--r--tests/xttest_util.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/xttest_util.hpp b/tests/xttest_util.hpp
new file mode 100644
index 0000000..a669ae9
--- /dev/null
+++ b/tests/xttest_util.hpp
@@ -0,0 +1,6 @@
+
+
+#include <stdint.h>
+
+void xttest_gen_sine(double *table, uint32_t tablesize, double samplerate, double frequency, double amplitude);
+void xttest_gen_noise(double *table, uint32_t tablesize, double amplitude);