libspandsp 0.0.4
|
00001 #define TX_PULSESHAPER_4800_GAIN 0.875534f 00002 #define TX_PULSESHAPER_4800_COEFF_SETS 5 00003 static const int16_t tx_pulseshaper_4800[TX_PULSESHAPER_4800_COEFF_SETS][9] = 00004 { 00005 { 00006 58, /* Filter 0 */ 00007 434, 00008 -155, 00009 -3327, 00010 21702, 00011 11548, 00012 -978, 00013 -560, 00014 141 00015 }, 00016 { 00017 -164, /* Filter 1 */ 00018 439, 00019 657, 00020 -4647, 00021 29721, 00022 2524, 00023 770, 00024 -386, 00025 -176 00026 }, 00027 { 00028 -291, /* Filter 2 */ 00029 87, 00030 1223, 00031 -3058, 00032 32767, 00033 -3058, 00034 1223, 00035 87, 00036 -291 00037 }, 00038 { 00039 -176, /* Filter 3 */ 00040 -386, 00041 770, 00042 2524, 00043 29721, 00044 -4647, 00045 657, 00046 439, 00047 -164 00048 }, 00049 { 00050 141, /* Filter 4 */ 00051 -560, 00052 -978, 00053 11548, 00054 21702, 00055 -3327, 00056 -155, 00057 434, 00058 58 00059 } 00060 };