spandsp 0.0.6
v27ter_tx_4800_fixed_rrc.h
1#define TX_PULSESHAPER_4800_GAIN 0.875534f
2#define TX_PULSESHAPER_4800_COEFF_SETS 5
3static const int16_t tx_pulseshaper_4800[TX_PULSESHAPER_4800_COEFF_SETS][9] =
4{
5 {
6 58, /* Filter 0 */
7 434,
8 -155,
9 -3327,
10 21702,
11 11548,
12 -978,
13 -560,
14 141
15 },
16 {
17 -164, /* Filter 1 */
18 439,
19 657,
20 -4647,
21 29721,
22 2524,
23 770,
24 -386,
25 -176
26 },
27 {
28 -291, /* Filter 2 */
29 87,
30 1223,
31 -3058,
32 32767,
33 -3058,
34 1223,
35 87,
36 -291
37 },
38 {
39 -176, /* Filter 3 */
40 -386,
41 770,
42 2524,
43 29721,
44 -4647,
45 657,
46 439,
47 -164
48 },
49 {
50 141, /* Filter 4 */
51 -560,
52 -978,
53 11548,
54 21702,
55 -3327,
56 -155,
57 434,
58 58
59 }
60};