summaryrefslogtreecommitdiffstats
path: root/src/ffts_trig.h
diff options
context:
space:
mode:
authorJukka Ojanen <jukka.ojanen@linkotec.net>2015-07-14 23:51:35 +0300
committerJukka Ojanen <jukka.ojanen@linkotec.net>2015-07-14 23:51:35 +0300
commitf571c435ceccc56e79c024f626a91c57f52d94ff (patch)
tree576044bd788a5ba1d6314aa27ed305e6473e3d92 /src/ffts_trig.h
parent9885d87c6335d5b688bdf6b90e78de1add605d63 (diff)
downloadffts-f571c435ceccc56e79c024f626a91c57f52d94ff.zip
ffts-f571c435ceccc56e79c024f626a91c57f52d94ff.tar.gz
FFTS is no longer depended on any other math library, and this should help to verify its numerical accuracy.
Diffstat (limited to 'src/ffts_trig.h')
-rw-r--r--src/ffts_trig.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ffts_trig.h b/src/ffts_trig.h
index 258c176..cfed2fb 100644
--- a/src/ffts_trig.h
+++ b/src/ffts_trig.h
@@ -45,4 +45,9 @@ ffts_generate_cosine_sine_32f(ffts_cpx_32f *const table, int table_size);
int
ffts_generate_cosine_sine_pow2_32f(ffts_cpx_32f *const table, int table_size);
+int
+ffts_generate_table_1d_real_32f(struct _ffts_plan_t *const p,
+ int sign,
+ int invert);
+
#endif /* FFTS_TRIG_H */
OpenPOWER on IntegriCloud