Formatting has been fixed

This commit is contained in:
Belousov Oleg
2026-07-28 08:36:09 +03:00
parent e5a3e8326f
commit 8975d9eb53
2 changed files with 337 additions and 28 deletions
+79 -10
View File
@@ -53,8 +53,22 @@ constexpr fir_taps_real<16> taps_audio_wide_halfband_0{
.high_frequency_normalized = 80000.0f / 768000.0f,
.transition_normalized = 224000.0f / 768000.0f,
.taps = {{
-171, 0, 1144, 0, -4481, 0, 19892, 32767,
19892, 0, -4481, 0, 1144, 0, -171, 0,
-171,
0,
1144,
0,
-4481,
0,
19892,
32767,
19892,
0,
-4481,
0,
1144,
0,
-171,
0,
}},
};
@@ -69,14 +83,69 @@ constexpr fir_taps_real<63> taps_audio_spectrum_halfband{
.high_frequency_normalized = 0.23f,
.transition_normalized = 0.04f,
.taps = {{
-15, 0, 37, 0, -70, 0, 117, 0,
-184, 0, 274, 0, -393, 0, 548, 0,
-751, 0, 1018, 0, -1374, 0, 1872, 0,
-2622, 0, 3910, 0, -6794, 0, 20812, 32767,
20812, 0, -6794, 0, 3910, 0, -2622, 0,
1872, 0, -1374, 0, 1018, 0, -751, 0,
548, 0, -393, 0, 274, 0, -184, 0,
117, 0, -70, 0, 37, 0, -16,
-15,
0,
37,
0,
-70,
0,
117,
0,
-184,
0,
274,
0,
-393,
0,
548,
0,
-751,
0,
1018,
0,
-1374,
0,
1872,
0,
-2622,
0,
3910,
0,
-6794,
0,
20812,
32767,
20812,
0,
-6794,
0,
3910,
0,
-2622,
0,
1872,
0,
-1374,
0,
1018,
0,
-751,
0,
548,
0,
-393,
0,
274,
0,
-184,
0,
117,
0,
-70,
0,
37,
0,
-16,
}},
};