summaryrefslogtreecommitdiff
path: root/apps/plugins/pdbox/PDa/src/d_imayer_tables.h
blob: 122725d8c0da0a522f25bbeb4ee7990a51728eb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/* Tables for fixed point lookup with 18 bit precision*/

static int fsintab[TRIG_TAB_SIZE]= {
262144, 
185363, 
100318, 
51141, 
25694, 
12862, 
6433, 
3216, 
1608, 
804, 
402, 
201, 
100, 
50, 
25, 
12, 
6, 
3, 
0, 
0, 
0, 
0 }; 


static int fcostab[TRIG_TAB_SIZE]= {
0, 
185363, 
242189, 
257106, 
260881, 
261828, 
262065, 
262124, 
262139, 
262142, 
262143, 
262143, 
262143, 
262143, 
262143, 
262143, 
262143, 
262143, 
0, 
0, 
0, 
0 };