summaryrefslogtreecommitdiff
path: root/bpf.h
diff options
context:
space:
mode:
authorerdgeist@erdgeist.org <erdgeist@bauklotz.fritz.box>2019-07-04 23:26:09 +0200
committererdgeist@erdgeist.org <erdgeist@bauklotz.fritz.box>2019-07-04 23:26:09 +0200
commitf02dfce6e6c34b3d8a7b8a0e784b506178e331fa (patch)
tree45556e6104242d4702689760433d7321ae74ec17 /bpf.h
stripdown of version 0.9
Diffstat (limited to 'bpf.h')
-rw-r--r--bpf.h106
1 files changed, 106 insertions, 0 deletions
diff --git a/bpf.h b/bpf.h
new file mode 100644
index 0000000..0b0a6e2
--- /dev/null
+++ b/bpf.h
@@ -0,0 +1,106 @@
1#define BPF_N 101
2
3float bpf[]={
4 0.002174,
5 0.003245,
6 0.002147,
7 0.001866,
8 0.002764,
9 0.000567,
10 -0.001641,
11 -0.000565,
12 -0.002415,
13 -0.005837,
14 -0.003620,
15 -0.002828,
16 -0.006268,
17 -0.002787,
18 0.001963,
19 -0.001234,
20 0.001446,
21 0.009200,
22 0.005331,
23 0.003521,
24 0.011821,
25 0.006951,
26 -0.002015,
27 0.005137,
28 0.001828,
29 -0.013390,
30 -0.007058,
31 -0.003273,
32 -0.020458,
33 -0.014321,
34 0.001751,
35 -0.012891,
36 -0.009730,
37 0.018993,
38 0.008544,
39 0.000534,
40 0.035755,
41 0.029074,
42 -0.001192,
43 0.030852,
44 0.030983,
45 -0.029834,
46 -0.009550,
47 0.011945,
48 -0.081971,
49 -0.082875,
50 0.000423,
51 -0.133526,
52 -0.211778,
53 0.182628,
54 0.514906,
55 0.182628,
56 -0.211778,
57 -0.133526,
58 0.000423,
59 -0.082875,
60 -0.081971,
61 0.011945,
62 -0.009550,
63 -0.029834,
64 0.030983,
65 0.030852,
66 -0.001192,
67 0.029074,
68 0.035755,
69 0.000534,
70 0.008544,
71 0.018993,
72 -0.009730,
73 -0.012891,
74 0.001751,
75 -0.014321,
76 -0.020458,
77 -0.003273,
78 -0.007058,
79 -0.013390,
80 0.001828,
81 0.005137,
82 -0.002015,
83 0.006951,
84 0.011821,
85 0.003521,
86 0.005331,
87 0.009200,
88 0.001446,
89 -0.001234,
90 0.001963,
91 -0.002787,
92 -0.006268,
93 -0.002828,
94 -0.003620,
95 -0.005837,
96 -0.002415,
97 -0.000565,
98 -0.001641,
99 0.000567,
100 0.002764,
101 0.001866,
102 0.002147,
103 0.003245,
104 0.002174
105};
106