aboutsummaryrefslogtreecommitdiff
path: root/src/bpf.h
diff options
context:
space:
mode:
authorMarin Ivanov <[email protected]>2025-07-25 10:17:14 +0300
committerMarin Ivanov <[email protected]>2026-01-18 20:09:26 +0200
commit0168586485e6310c598713c911b1dec5618d61a1 (patch)
tree6aabc2a12ef8fef70683f5389bea00f948015f77 /src/bpf.h
Initial commitHEADmaster
* codec2 cut-down version 1.2.0 * Remove codebook and generation of sources * remove c2dec c2enc binaries * prepare for emscripten
Diffstat (limited to 'src/bpf.h')
-rw-r--r--src/bpf.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/bpf.h b/src/bpf.h
new file mode 100644
index 0000000..d74e059
--- /dev/null
+++ b/src/bpf.h
@@ -0,0 +1,18 @@
+#define BPF_N 101
+
+float bpf[] = {
+ 0.002174, 0.003245, 0.002147, 0.001866, 0.002764, 0.000567, -0.001641,
+ -0.000565, -0.002415, -0.005837, -0.003620, -0.002828, -0.006268, -0.002787,
+ 0.001963, -0.001234, 0.001446, 0.009200, 0.005331, 0.003521, 0.011821,
+ 0.006951, -0.002015, 0.005137, 0.001828, -0.013390, -0.007058, -0.003273,
+ -0.020458, -0.014321, 0.001751, -0.012891, -0.009730, 0.018993, 0.008544,
+ 0.000534, 0.035755, 0.029074, -0.001192, 0.030852, 0.030983, -0.029834,
+ -0.009550, 0.011945, -0.081971, -0.082875, 0.000423, -0.133526, -0.211778,
+ 0.182628, 0.514906, 0.182628, -0.211778, -0.133526, 0.000423, -0.082875,
+ -0.081971, 0.011945, -0.009550, -0.029834, 0.030983, 0.030852, -0.001192,
+ 0.029074, 0.035755, 0.000534, 0.008544, 0.018993, -0.009730, -0.012891,
+ 0.001751, -0.014321, -0.020458, -0.003273, -0.007058, -0.013390, 0.001828,
+ 0.005137, -0.002015, 0.006951, 0.011821, 0.003521, 0.005331, 0.009200,
+ 0.001446, -0.001234, 0.001963, -0.002787, -0.006268, -0.002828, -0.003620,
+ -0.005837, -0.002415, -0.000565, -0.001641, 0.000567, 0.002764, 0.001866,
+ 0.002147, 0.003245, 0.002174};