summaryrefslogtreecommitdiff
path: root/apps/plugins/pdbox/PDa/src/d_imayer_tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pdbox/PDa/src/d_imayer_tables.h')
-rw-r--r--apps/plugins/pdbox/PDa/src/d_imayer_tables.h100
1 files changed, 100 insertions, 0 deletions
diff --git a/apps/plugins/pdbox/PDa/src/d_imayer_tables.h b/apps/plugins/pdbox/PDa/src/d_imayer_tables.h
new file mode 100644
index 0000000000..e02d62490b
--- /dev/null
+++ b/apps/plugins/pdbox/PDa/src/d_imayer_tables.h
@@ -0,0 +1,100 @@
1/* Tables for fixed point lookup with 18 bit precision*/
2
3static int fsintab[TRIG_TAB_SIZE]= {
4262144,
5185363,
6100318,
751141,
825694,
912862,
106433,
113216,
121608,
13804,
14402,
15201,
16100,
1750,
1825,
1912,
206,
213,
220,
230,
240,
250 };
26
27
28static int fcostab[TRIG_TAB_SIZE]= {
290,
30185363,
31242189,
32257106,
33260881,
34261828,
35262065,
36262124,
37262139,
38262142,
39262143,
40262143,
41262143,
42262143,
43262143,
44262143,
45262143,
46262143,
470,
480,
490,
500 };
51/* Tables for fixed point lookup with 18 bit precision*/
52
53static int fsintab[TRIG_TAB_SIZE]= {
54262144,
55185363,
56100318,
5751141,
5825694,
5912862,
606433,
613216,
621608,
63804,
64402,
65201,
66100,
6750,
6825,
6912,
706,
713,
720,
730,
740,
750 };
76
77
78static int fcostab[TRIG_TAB_SIZE]= {
790,
80185363,
81242189,
82257106,
83260881,
84261828,
85262065,
86262124,
87262139,
88262142,
89262143,
90262143,
91262143,
92262143,
93262143,
94262143,
95262143,
96262143,
970,
980,
990,
1000 };