aboutsummaryrefslogtreecommitdiff
path: root/src/bpfb.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/bpfb.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/bpfb.h')
-rw-r--r--src/bpfb.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/bpfb.h b/src/bpfb.h
new file mode 100644
index 0000000..e3a958f
--- /dev/null
+++ b/src/bpfb.h
@@ -0,0 +1,18 @@
+#define BPFB_N 101
+
+float bpfb[] = {
+ 0.003795, 0.006827, 0.002261, 0.002523, 0.005758, -0.000264, -0.000674,
+ 0.003113, -0.004144, -0.004923, 0.000043, -0.008017, -0.008711, -0.001802,
+ -0.010210, -0.010428, -0.000899, -0.009413, -0.009072, 0.003469, -0.005335,
+ -0.004828, 0.010724, 0.000941, 0.000708, 0.018957, 0.007084, 0.004825,
+ 0.025418, 0.010147, 0.004452, 0.027434, 0.007550, -0.002861, 0.023483,
+ -0.001944, -0.018138, 0.014122, -0.017583, -0.040768, 0.002598, -0.036604,
+ -0.069541, -0.004273, -0.054876, -0.107289, 0.010068, -0.068052, -0.200119,
+ 0.207287, 0.597150, 0.207287, -0.200119, -0.068052, 0.010068, -0.107289,
+ -0.054876, -0.004273, -0.069541, -0.036604, 0.002598, -0.040768, -0.017583,
+ 0.014122, -0.018138, -0.001944, 0.023483, -0.002861, 0.007550, 0.027434,
+ 0.004452, 0.010147, 0.025418, 0.004825, 0.007084, 0.018957, 0.000708,
+ 0.000941, 0.010724, -0.004828, -0.005335, 0.003469, -0.009072, -0.009413,
+ -0.000899, -0.010428, -0.010210, -0.001802, -0.008711, -0.008017, 0.000043,
+ -0.004923, -0.004144, 0.003113, -0.000674, -0.000264, 0.005758, 0.002523,
+ 0.002261, 0.006827, 0.003795}; \ No newline at end of file