1 /* 2 * Copyright (C) 2004-2010 NXP Software 3 * Copyright (C) 2010 The Android Open Source Project 4 * 5 * Licensed under the Apache License, Version 2.0 (the "License"); 6 * you may not use this file except in compliance with the License. 7 * You may obtain a copy of the License at 8 * 9 * http://www.apache.org/licenses/LICENSE-2.0 10 * 11 * Unless required by applicable law or agreed to in writing, software 12 * distributed under the License is distributed on an "AS IS" BASIS, 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 * See the License for the specific language governing permissions and 15 * limitations under the License. 16 */ 17 18 #ifndef __LVM_COEFFS_H__ 19 #define __LVM_COEFFS_H__ 20 21 /************************************************************************************/ 22 /* */ 23 /* High Pass Shelving Filter coefficients */ 24 /* */ 25 /************************************************************************************/ 26 27 #define TrebleBoostCorner 8000 28 #define TrebleBoostMinRate 4 29 #define TrebleBoostSteps 15 30 31 /* Coefficients for sample rate 22050Hz */ 32 /* Gain = 1.000000 dB */ 33 #define HPF_Fs22050_Gain1_A0 1.038434 34 #define HPF_Fs22050_Gain1_A1 0.331599 35 #define HPF_Fs22050_Gain1_A2 0.000000 36 #define HPF_Fs22050_Gain1_B1 0.370033 37 #define HPF_Fs22050_Gain1_B2 0.000000 38 /* Gain = 2.000000 dB */ 39 #define HPF_Fs22050_Gain2_A0 1.081557 40 #define HPF_Fs22050_Gain2_A1 0.288475 41 #define HPF_Fs22050_Gain2_A2 0.000000 42 #define HPF_Fs22050_Gain2_B1 0.370033 43 #define HPF_Fs22050_Gain2_B2 0.000000 44 /* Gain = 3.000000 dB */ 45 #define HPF_Fs22050_Gain3_A0 1.129943 46 #define HPF_Fs22050_Gain3_A1 0.240090 47 #define HPF_Fs22050_Gain3_A2 0.000000 48 #define HPF_Fs22050_Gain3_B1 0.370033 49 #define HPF_Fs22050_Gain3_B2 0.000000 50 /* Gain = 4.000000 dB */ 51 #define HPF_Fs22050_Gain4_A0 1.184232 52 #define HPF_Fs22050_Gain4_A1 0.185801 53 #define HPF_Fs22050_Gain4_A2 0.000000 54 #define HPF_Fs22050_Gain4_B1 0.370033 55 #define HPF_Fs22050_Gain4_B2 0.000000 56 /* Gain = 5.000000 dB */ 57 #define HPF_Fs22050_Gain5_A0 1.245145 58 #define HPF_Fs22050_Gain5_A1 0.124887 59 #define HPF_Fs22050_Gain5_A2 0.000000 60 #define HPF_Fs22050_Gain5_B1 0.370033 61 #define HPF_Fs22050_Gain5_B2 0.000000 62 /* Gain = 6.000000 dB */ 63 #define HPF_Fs22050_Gain6_A0 1.313491 64 #define HPF_Fs22050_Gain6_A1 0.056541 65 #define HPF_Fs22050_Gain6_A2 0.000000 66 #define HPF_Fs22050_Gain6_B1 0.370033 67 #define HPF_Fs22050_Gain6_B2 0.000000 68 /* Gain = 7.000000 dB */ 69 #define HPF_Fs22050_Gain7_A0 1.390177 70 #define HPF_Fs22050_Gain7_A1 (-0.020144) 71 #define HPF_Fs22050_Gain7_A2 0.000000 72 #define HPF_Fs22050_Gain7_B1 0.370033 73 #define HPF_Fs22050_Gain7_B2 0.000000 74 /* Gain = 8.000000 dB */ 75 #define HPF_Fs22050_Gain8_A0 1.476219 76 #define HPF_Fs22050_Gain8_A1 (-0.106187) 77 #define HPF_Fs22050_Gain8_A2 0.000000 78 #define HPF_Fs22050_Gain8_B1 0.370033 79 #define HPF_Fs22050_Gain8_B2 0.000000 80 /* Gain = 9.000000 dB */ 81 #define HPF_Fs22050_Gain9_A0 1.572761 82 #define HPF_Fs22050_Gain9_A1 (-0.202728) 83 #define HPF_Fs22050_Gain9_A2 0.000000 84 #define HPF_Fs22050_Gain9_B1 0.370033 85 #define HPF_Fs22050_Gain9_B2 0.000000 86 /* Gain = 10.000000 dB */ 87 #define HPF_Fs22050_Gain10_A0 1.681082 88 #define HPF_Fs22050_Gain10_A1 (-0.311049) 89 #define HPF_Fs22050_Gain10_A2 0.000000 90 #define HPF_Fs22050_Gain10_B1 0.370033 91 #define HPF_Fs22050_Gain10_B2 0.000000 92 /* Gain = 11.000000 dB */ 93 #define HPF_Fs22050_Gain11_A0 1.802620 94 #define HPF_Fs22050_Gain11_A1 (-0.432588) 95 #define HPF_Fs22050_Gain11_A2 0.000000 96 #define HPF_Fs22050_Gain11_B1 0.370033 97 #define HPF_Fs22050_Gain11_B2 0.000000 98 /* Gain = 12.000000 dB */ 99 #define HPF_Fs22050_Gain12_A0 1.938989 100 #define HPF_Fs22050_Gain12_A1 (-0.568956) 101 #define HPF_Fs22050_Gain12_A2 0.000000 102 #define HPF_Fs22050_Gain12_B1 0.370033 103 #define HPF_Fs22050_Gain12_B2 0.000000 104 /* Gain = 13.000000 dB */ 105 #define HPF_Fs22050_Gain13_A0 2.091997 106 #define HPF_Fs22050_Gain13_A1 (-0.721964) 107 #define HPF_Fs22050_Gain13_A2 0.000000 108 #define HPF_Fs22050_Gain13_B1 0.370033 109 #define HPF_Fs22050_Gain13_B2 0.000000 110 /* Gain = 14.000000 dB */ 111 #define HPF_Fs22050_Gain14_A0 2.263674 112 #define HPF_Fs22050_Gain14_A1 (-0.893641) 113 #define HPF_Fs22050_Gain14_A2 0.000000 114 #define HPF_Fs22050_Gain14_B1 0.370033 115 #define HPF_Fs22050_Gain14_B2 0.000000 116 /* Gain = 15.000000 dB */ 117 #define HPF_Fs22050_Gain15_A0 2.456300 118 #define HPF_Fs22050_Gain15_A1 (-1.086267) 119 #define HPF_Fs22050_Gain15_A2 0.000000 120 #define HPF_Fs22050_Gain15_B1 0.370033 121 #define HPF_Fs22050_Gain15_B2 0.000000 122 /* Coefficients for sample rate 24000Hz */ 123 /* Gain = 1.000000 dB */ 124 #define HPF_Fs24000_Gain1_A0 1.044662 125 #define HPF_Fs24000_Gain1_A1 0.223287 126 #define HPF_Fs24000_Gain1_A2 0.000000 127 #define HPF_Fs24000_Gain1_B1 0.267949 128 #define HPF_Fs24000_Gain1_B2 0.000000 129 /* Gain = 2.000000 dB */ 130 #define HPF_Fs24000_Gain2_A0 1.094773 131 #define HPF_Fs24000_Gain2_A1 0.173176 132 #define HPF_Fs24000_Gain2_A2 0.000000 133 #define HPF_Fs24000_Gain2_B1 0.267949 134 #define HPF_Fs24000_Gain2_B2 0.000000 135 /* Gain = 3.000000 dB */ 136 #define HPF_Fs24000_Gain3_A0 1.150999 137 #define HPF_Fs24000_Gain3_A1 0.116950 138 #define HPF_Fs24000_Gain3_A2 0.000000 139 #define HPF_Fs24000_Gain3_B1 0.267949 140 #define HPF_Fs24000_Gain3_B2 0.000000 141 /* Gain = 4.000000 dB */ 142 #define HPF_Fs24000_Gain4_A0 1.214086 143 #define HPF_Fs24000_Gain4_A1 0.053863 144 #define HPF_Fs24000_Gain4_A2 0.000000 145 #define HPF_Fs24000_Gain4_B1 0.267949 146 #define HPF_Fs24000_Gain4_B2 0.000000 147 /* Gain = 5.000000 dB */ 148 #define HPF_Fs24000_Gain5_A0 1.284870 149 #define HPF_Fs24000_Gain5_A1 (-0.016921) 150 #define HPF_Fs24000_Gain5_A2 0.000000 151 #define HPF_Fs24000_Gain5_B1 0.267949 152 #define HPF_Fs24000_Gain5_B2 0.000000 153 /* Gain = 6.000000 dB */ 154 #define HPF_Fs24000_Gain6_A0 1.364291 155 #define HPF_Fs24000_Gain6_A1 (-0.096342) 156 #define HPF_Fs24000_Gain6_A2 0.000000 157 #define HPF_Fs24000_Gain6_B1 0.267949 158 #define HPF_Fs24000_Gain6_B2 0.000000 159 /* Gain = 7.000000 dB */ 160 #define HPF_Fs24000_Gain7_A0 1.453403 161 #define HPF_Fs24000_Gain7_A1 (-0.185454) 162 #define HPF_Fs24000_Gain7_A2 0.000000 163 #define HPF_Fs24000_Gain7_B1 0.267949 164 #define HPF_Fs24000_Gain7_B2 0.000000 165 /* Gain = 8.000000 dB */ 166 #define HPF_Fs24000_Gain8_A0 1.553389 167 #define HPF_Fs24000_Gain8_A1 (-0.285440) 168 #define HPF_Fs24000_Gain8_A2 0.000000 169 #define HPF_Fs24000_Gain8_B1 0.267949 170 #define HPF_Fs24000_Gain8_B2 0.000000 171 /* Gain = 9.000000 dB */ 172 #define HPF_Fs24000_Gain9_A0 1.665574 173 #define HPF_Fs24000_Gain9_A1 (-0.397625) 174 #define HPF_Fs24000_Gain9_A2 0.000000 175 #define HPF_Fs24000_Gain9_B1 0.267949 176 #define HPF_Fs24000_Gain9_B2 0.000000 177 /* Gain = 10.000000 dB */ 178 #define HPF_Fs24000_Gain10_A0 1.791449 179 #define HPF_Fs24000_Gain10_A1 (-0.523499) 180 #define HPF_Fs24000_Gain10_A2 0.000000 181 #define HPF_Fs24000_Gain10_B1 0.267949 182 #define HPF_Fs24000_Gain10_B2 0.000000 183 /* Gain = 11.000000 dB */ 184 #define HPF_Fs24000_Gain11_A0 1.932682 185 #define HPF_Fs24000_Gain11_A1 (-0.664733) 186 #define HPF_Fs24000_Gain11_A2 0.000000 187 #define HPF_Fs24000_Gain11_B1 0.267949 188 #define HPF_Fs24000_Gain11_B2 0.000000 189 /* Gain = 12.000000 dB */ 190 #define HPF_Fs24000_Gain12_A0 2.091148 191 #define HPF_Fs24000_Gain12_A1 (-0.823199) 192 #define HPF_Fs24000_Gain12_A2 0.000000 193 #define HPF_Fs24000_Gain12_B1 0.267949 194 #define HPF_Fs24000_Gain12_B2 0.000000 195 /* Gain = 13.000000 dB */ 196 #define HPF_Fs24000_Gain13_A0 2.268950 197 #define HPF_Fs24000_Gain13_A1 (-1.001001) 198 #define HPF_Fs24000_Gain13_A2 0.000000 199 #define HPF_Fs24000_Gain13_B1 0.267949 200 #define HPF_Fs24000_Gain13_B2 0.000000 201 /* Gain = 14.000000 dB */ 202 #define HPF_Fs24000_Gain14_A0 2.468447 203 #define HPF_Fs24000_Gain14_A1 (-1.200498) 204 #define HPF_Fs24000_Gain14_A2 0.000000 205 #define HPF_Fs24000_Gain14_B1 0.267949 206 #define HPF_Fs24000_Gain14_B2 0.000000 207 /* Gain = 15.000000 dB */ 208 #define HPF_Fs24000_Gain15_A0 2.692287 209 #define HPF_Fs24000_Gain15_A1 (-1.424338) 210 #define HPF_Fs24000_Gain15_A2 0.000000 211 #define HPF_Fs24000_Gain15_B1 0.267949 212 #define HPF_Fs24000_Gain15_B2 0.000000 213 /* Coefficients for sample rate 32000Hz */ 214 /* Gain = 1.000000 dB */ 215 #define HPF_Fs32000_Gain1_A0 1.061009 216 #define HPF_Fs32000_Gain1_A1 (-0.061009) 217 #define HPF_Fs32000_Gain1_A2 0.000000 218 #define HPF_Fs32000_Gain1_B1 (-0.000000) 219 #define HPF_Fs32000_Gain1_B2 0.000000 220 /* Gain = 2.000000 dB */ 221 #define HPF_Fs32000_Gain2_A0 1.129463 222 #define HPF_Fs32000_Gain2_A1 (-0.129463) 223 #define HPF_Fs32000_Gain2_A2 0.000000 224 #define HPF_Fs32000_Gain2_B1 (-0.000000) 225 #define HPF_Fs32000_Gain2_B2 0.000000 226 /* Gain = 3.000000 dB */ 227 #define HPF_Fs32000_Gain3_A0 1.206267 228 #define HPF_Fs32000_Gain3_A1 (-0.206267) 229 #define HPF_Fs32000_Gain3_A2 0.000000 230 #define HPF_Fs32000_Gain3_B1 (-0.000000) 231 #define HPF_Fs32000_Gain3_B2 0.000000 232 /* Gain = 4.000000 dB */ 233 #define HPF_Fs32000_Gain4_A0 1.292447 234 #define HPF_Fs32000_Gain4_A1 (-0.292447) 235 #define HPF_Fs32000_Gain4_A2 0.000000 236 #define HPF_Fs32000_Gain4_B1 (-0.000000) 237 #define HPF_Fs32000_Gain4_B2 0.000000 238 /* Gain = 5.000000 dB */ 239 #define HPF_Fs32000_Gain5_A0 1.389140 240 #define HPF_Fs32000_Gain5_A1 (-0.389140) 241 #define HPF_Fs32000_Gain5_A2 0.000000 242 #define HPF_Fs32000_Gain5_B1 (-0.000000) 243 #define HPF_Fs32000_Gain5_B2 0.000000 244 /* Gain = 6.000000 dB */ 245 #define HPF_Fs32000_Gain6_A0 1.497631 246 #define HPF_Fs32000_Gain6_A1 (-0.497631) 247 #define HPF_Fs32000_Gain6_A2 0.000000 248 #define HPF_Fs32000_Gain6_B1 (-0.000000) 249 #define HPF_Fs32000_Gain6_B2 0.000000 250 /* Gain = 7.000000 dB */ 251 #define HPF_Fs32000_Gain7_A0 1.619361 252 #define HPF_Fs32000_Gain7_A1 (-0.619361) 253 #define HPF_Fs32000_Gain7_A2 0.000000 254 #define HPF_Fs32000_Gain7_B1 (-0.000000) 255 #define HPF_Fs32000_Gain7_B2 0.000000 256 /* Gain = 8.000000 dB */ 257 #define HPF_Fs32000_Gain8_A0 1.755943 258 #define HPF_Fs32000_Gain8_A1 (-0.755943) 259 #define HPF_Fs32000_Gain8_A2 0.000000 260 #define HPF_Fs32000_Gain8_B1 (-0.000000) 261 #define HPF_Fs32000_Gain8_B2 0.000000 262 /* Gain = 9.000000 dB */ 263 #define HPF_Fs32000_Gain9_A0 1.909191 264 #define HPF_Fs32000_Gain9_A1 (-0.909191) 265 #define HPF_Fs32000_Gain9_A2 0.000000 266 #define HPF_Fs32000_Gain9_B1 (-0.000000) 267 #define HPF_Fs32000_Gain9_B2 0.000000 268 /* Gain = 10.000000 dB */ 269 #define HPF_Fs32000_Gain10_A0 2.081139 270 #define HPF_Fs32000_Gain10_A1 (-1.081139) 271 #define HPF_Fs32000_Gain10_A2 0.000000 272 #define HPF_Fs32000_Gain10_B1 (-0.000000) 273 #define HPF_Fs32000_Gain10_B2 0.000000 274 /* Gain = 11.000000 dB */ 275 #define HPF_Fs32000_Gain11_A0 2.274067 276 #define HPF_Fs32000_Gain11_A1 (-1.274067) 277 #define HPF_Fs32000_Gain11_A2 0.000000 278 #define HPF_Fs32000_Gain11_B1 (-0.000000) 279 #define HPF_Fs32000_Gain11_B2 0.000000 280 /* Gain = 12.000000 dB */ 281 #define HPF_Fs32000_Gain12_A0 2.490536 282 #define HPF_Fs32000_Gain12_A1 (-1.490536) 283 #define HPF_Fs32000_Gain12_A2 0.000000 284 #define HPF_Fs32000_Gain12_B1 (-0.000000) 285 #define HPF_Fs32000_Gain12_B2 0.000000 286 /* Gain = 13.000000 dB */ 287 #define HPF_Fs32000_Gain13_A0 2.733418 288 #define HPF_Fs32000_Gain13_A1 (-1.733418) 289 #define HPF_Fs32000_Gain13_A2 0.000000 290 #define HPF_Fs32000_Gain13_B1 (-0.000000) 291 #define HPF_Fs32000_Gain13_B2 0.000000 292 /* Gain = 14.000000 dB */ 293 #define HPF_Fs32000_Gain14_A0 3.005936 294 #define HPF_Fs32000_Gain14_A1 (-2.005936) 295 #define HPF_Fs32000_Gain14_A2 0.000000 296 #define HPF_Fs32000_Gain14_B1 (-0.000000) 297 #define HPF_Fs32000_Gain14_B2 0.000000 298 /* Gain = 15.000000 dB */ 299 #define HPF_Fs32000_Gain15_A0 3.311707 300 #define HPF_Fs32000_Gain15_A1 (-2.311707) 301 #define HPF_Fs32000_Gain15_A2 0.000000 302 #define HPF_Fs32000_Gain15_B1 (-0.000000) 303 #define HPF_Fs32000_Gain15_B2 0.000000 304 /* Coefficients for sample rate 44100Hz */ 305 /* Gain = 1.000000 dB */ 306 #define HPF_Fs44100_Gain1_A0 1.074364 307 #define HPF_Fs44100_Gain1_A1 (-0.293257) 308 #define HPF_Fs44100_Gain1_A2 0.000000 309 #define HPF_Fs44100_Gain1_B1 (-0.218894) 310 #define HPF_Fs44100_Gain1_B2 0.000000 311 /* Gain = 2.000000 dB */ 312 #define HPF_Fs44100_Gain2_A0 1.157801 313 #define HPF_Fs44100_Gain2_A1 (-0.376695) 314 #define HPF_Fs44100_Gain2_A2 0.000000 315 #define HPF_Fs44100_Gain2_B1 (-0.218894) 316 #define HPF_Fs44100_Gain2_B2 0.000000 317 /* Gain = 3.000000 dB */ 318 #define HPF_Fs44100_Gain3_A0 1.251420 319 #define HPF_Fs44100_Gain3_A1 (-0.470313) 320 #define HPF_Fs44100_Gain3_A2 0.000000 321 #define HPF_Fs44100_Gain3_B1 (-0.218894) 322 #define HPF_Fs44100_Gain3_B2 0.000000 323 /* Gain = 4.000000 dB */ 324 #define HPF_Fs44100_Gain4_A0 1.356461 325 #define HPF_Fs44100_Gain4_A1 (-0.575355) 326 #define HPF_Fs44100_Gain4_A2 0.000000 327 #define HPF_Fs44100_Gain4_B1 (-0.218894) 328 #define HPF_Fs44100_Gain4_B2 0.000000 329 /* Gain = 5.000000 dB */ 330 #define HPF_Fs44100_Gain5_A0 1.474320 331 #define HPF_Fs44100_Gain5_A1 (-0.693213) 332 #define HPF_Fs44100_Gain5_A2 0.000000 333 #define HPF_Fs44100_Gain5_B1 (-0.218894) 334 #define HPF_Fs44100_Gain5_B2 0.000000 335 /* Gain = 6.000000 dB */ 336 #define HPF_Fs44100_Gain6_A0 1.606559 337 #define HPF_Fs44100_Gain6_A1 (-0.825453) 338 #define HPF_Fs44100_Gain6_A2 0.000000 339 #define HPF_Fs44100_Gain6_B1 (-0.218894) 340 #define HPF_Fs44100_Gain6_B2 0.000000 341 /* Gain = 7.000000 dB */ 342 #define HPF_Fs44100_Gain7_A0 1.754935 343 #define HPF_Fs44100_Gain7_A1 (-0.973828) 344 #define HPF_Fs44100_Gain7_A2 0.000000 345 #define HPF_Fs44100_Gain7_B1 (-0.218894) 346 #define HPF_Fs44100_Gain7_B2 0.000000 347 /* Gain = 8.000000 dB */ 348 #define HPF_Fs44100_Gain8_A0 1.921414 349 #define HPF_Fs44100_Gain8_A1 (-1.140308) 350 #define HPF_Fs44100_Gain8_A2 0.000000 351 #define HPF_Fs44100_Gain8_B1 (-0.218894) 352 #define HPF_Fs44100_Gain8_B2 0.000000 353 /* Gain = 9.000000 dB */ 354 #define HPF_Fs44100_Gain9_A0 2.108208 355 #define HPF_Fs44100_Gain9_A1 (-1.327101) 356 #define HPF_Fs44100_Gain9_A2 0.000000 357 #define HPF_Fs44100_Gain9_B1 (-0.218894) 358 #define HPF_Fs44100_Gain9_B2 0.000000 359 /* Gain = 10.000000 dB */ 360 #define HPF_Fs44100_Gain10_A0 2.317793 361 #define HPF_Fs44100_Gain10_A1 (-1.536687) 362 #define HPF_Fs44100_Gain10_A2 0.000000 363 #define HPF_Fs44100_Gain10_B1 (-0.218894) 364 #define HPF_Fs44100_Gain10_B2 0.000000 365 /* Gain = 11.000000 dB */ 366 #define HPF_Fs44100_Gain11_A0 2.552952 367 #define HPF_Fs44100_Gain11_A1 (-1.771846) 368 #define HPF_Fs44100_Gain11_A2 0.000000 369 #define HPF_Fs44100_Gain11_B1 (-0.218894) 370 #define HPF_Fs44100_Gain11_B2 0.000000 371 /* Gain = 12.000000 dB */ 372 #define HPF_Fs44100_Gain12_A0 2.816805 373 #define HPF_Fs44100_Gain12_A1 (-2.035698) 374 #define HPF_Fs44100_Gain12_A2 0.000000 375 #define HPF_Fs44100_Gain12_B1 (-0.218894) 376 #define HPF_Fs44100_Gain12_B2 0.000000 377 /* Gain = 13.000000 dB */ 378 #define HPF_Fs44100_Gain13_A0 3.112852 379 #define HPF_Fs44100_Gain13_A1 (-2.331746) 380 #define HPF_Fs44100_Gain13_A2 0.000000 381 #define HPF_Fs44100_Gain13_B1 (-0.218894) 382 #define HPF_Fs44100_Gain13_B2 0.000000 383 /* Gain = 14.000000 dB */ 384 #define HPF_Fs44100_Gain14_A0 3.445023 385 #define HPF_Fs44100_Gain14_A1 (-2.663916) 386 #define HPF_Fs44100_Gain14_A2 0.000000 387 #define HPF_Fs44100_Gain14_B1 (-0.218894) 388 #define HPF_Fs44100_Gain14_B2 0.000000 389 /* Gain = 15.000000 dB */ 390 #define HPF_Fs44100_Gain15_A0 3.817724 391 #define HPF_Fs44100_Gain15_A1 (-3.036618) 392 #define HPF_Fs44100_Gain15_A2 0.000000 393 #define HPF_Fs44100_Gain15_B1 (-0.218894) 394 #define HPF_Fs44100_Gain15_B2 0.000000 395 /* Coefficients for sample rate 48000Hz */ 396 /* Gain = 1.000000 dB */ 397 #define HPF_Fs48000_Gain1_A0 1.077357 398 #define HPF_Fs48000_Gain1_A1 (-0.345306) 399 #define HPF_Fs48000_Gain1_A2 0.000000 400 #define HPF_Fs48000_Gain1_B1 (-0.267949) 401 #define HPF_Fs48000_Gain1_B2 0.000000 402 /* Gain = 2.000000 dB */ 403 #define HPF_Fs48000_Gain2_A0 1.164152 404 #define HPF_Fs48000_Gain2_A1 (-0.432101) 405 #define HPF_Fs48000_Gain2_A2 0.000000 406 #define HPF_Fs48000_Gain2_B1 (-0.267949) 407 #define HPF_Fs48000_Gain2_B2 0.000000 408 /* Gain = 3.000000 dB */ 409 #define HPF_Fs48000_Gain3_A0 1.261538 410 #define HPF_Fs48000_Gain3_A1 (-0.529488) 411 #define HPF_Fs48000_Gain3_A2 0.000000 412 #define HPF_Fs48000_Gain3_B1 (-0.267949) 413 #define HPF_Fs48000_Gain3_B2 0.000000 414 /* Gain = 4.000000 dB */ 415 #define HPF_Fs48000_Gain4_A0 1.370807 416 #define HPF_Fs48000_Gain4_A1 (-0.638757) 417 #define HPF_Fs48000_Gain4_A2 0.000000 418 #define HPF_Fs48000_Gain4_B1 (-0.267949) 419 #define HPF_Fs48000_Gain4_B2 0.000000 420 /* Gain = 5.000000 dB */ 421 #define HPF_Fs48000_Gain5_A0 1.493409 422 #define HPF_Fs48000_Gain5_A1 (-0.761359) 423 #define HPF_Fs48000_Gain5_A2 0.000000 424 #define HPF_Fs48000_Gain5_B1 (-0.267949) 425 #define HPF_Fs48000_Gain5_B2 0.000000 426 /* Gain = 6.000000 dB */ 427 #define HPF_Fs48000_Gain6_A0 1.630971 428 #define HPF_Fs48000_Gain6_A1 (-0.898920) 429 #define HPF_Fs48000_Gain6_A2 0.000000 430 #define HPF_Fs48000_Gain6_B1 (-0.267949) 431 #define HPF_Fs48000_Gain6_B2 0.000000 432 /* Gain = 7.000000 dB */ 433 #define HPF_Fs48000_Gain7_A0 1.785318 434 #define HPF_Fs48000_Gain7_A1 (-1.053267) 435 #define HPF_Fs48000_Gain7_A2 0.000000 436 #define HPF_Fs48000_Gain7_B1 (-0.267949) 437 #define HPF_Fs48000_Gain7_B2 0.000000 438 /* Gain = 8.000000 dB */ 439 #define HPF_Fs48000_Gain8_A0 1.958498 440 #define HPF_Fs48000_Gain8_A1 (-1.226447) 441 #define HPF_Fs48000_Gain8_A2 0.000000 442 #define HPF_Fs48000_Gain8_B1 (-0.267949) 443 #define HPF_Fs48000_Gain8_B2 0.000000 444 /* Gain = 9.000000 dB */ 445 #define HPF_Fs48000_Gain9_A0 2.152809 446 #define HPF_Fs48000_Gain9_A1 (-1.420758) 447 #define HPF_Fs48000_Gain9_A2 0.000000 448 #define HPF_Fs48000_Gain9_B1 (-0.267949) 449 #define HPF_Fs48000_Gain9_B2 0.000000 450 /* Gain = 10.000000 dB */ 451 #define HPF_Fs48000_Gain10_A0 2.370829 452 #define HPF_Fs48000_Gain10_A1 (-1.638778) 453 #define HPF_Fs48000_Gain10_A2 0.000000 454 #define HPF_Fs48000_Gain10_B1 (-0.267949) 455 #define HPF_Fs48000_Gain10_B2 0.000000 456 /* Gain = 11.000000 dB */ 457 #define HPF_Fs48000_Gain11_A0 2.615452 458 #define HPF_Fs48000_Gain11_A1 (-1.883401) 459 #define HPF_Fs48000_Gain11_A2 0.000000 460 #define HPF_Fs48000_Gain11_B1 (-0.267949) 461 #define HPF_Fs48000_Gain11_B2 0.000000 462 /* Gain = 12.000000 dB */ 463 #define HPF_Fs48000_Gain12_A0 2.889924 464 #define HPF_Fs48000_Gain12_A1 (-2.157873) 465 #define HPF_Fs48000_Gain12_A2 0.000000 466 #define HPF_Fs48000_Gain12_B1 (-0.267949) 467 #define HPF_Fs48000_Gain12_B2 0.000000 468 /* Gain = 13.000000 dB */ 469 #define HPF_Fs48000_Gain13_A0 3.197886 470 #define HPF_Fs48000_Gain13_A1 (-2.465835) 471 #define HPF_Fs48000_Gain13_A2 0.000000 472 #define HPF_Fs48000_Gain13_B1 (-0.267949) 473 #define HPF_Fs48000_Gain13_B2 0.000000 474 /* Gain = 14.000000 dB */ 475 #define HPF_Fs48000_Gain14_A0 3.543425 476 #define HPF_Fs48000_Gain14_A1 (-2.811374) 477 #define HPF_Fs48000_Gain14_A2 0.000000 478 #define HPF_Fs48000_Gain14_B1 (-0.267949) 479 #define HPF_Fs48000_Gain14_B2 0.000000 480 /* Gain = 15.000000 dB */ 481 #define HPF_Fs48000_Gain15_A0 3.931127 482 #define HPF_Fs48000_Gain15_A1 (-3.199076) 483 #define HPF_Fs48000_Gain15_A2 0.000000 484 #define HPF_Fs48000_Gain15_B1 (-0.267949) 485 #define HPF_Fs48000_Gain15_B2 0.000000 486 487 /* Coefficients for sample rate 88200 */ 488 /* Gain = 1.000000 dB */ 489 #define HPF_Fs88200_Gain1_A0 1.094374f 490 #define HPF_Fs88200_Gain1_A1 (-0.641256f) 491 #define HPF_Fs88200_Gain1_A2 0.000000f 492 #define HPF_Fs88200_Gain1_B1 (-0.546882f) 493 #define HPF_Fs88200_Gain1_B2 0.000000f 494 /* Gain = 2.000000 dB */ 495 #define HPF_Fs88200_Gain2_A0 1.200264f 496 #define HPF_Fs88200_Gain2_A1 (-0.747146f) 497 #define HPF_Fs88200_Gain2_A2 0.000000f 498 #define HPF_Fs88200_Gain2_B1 (-0.546882f) 499 #define HPF_Fs88200_Gain2_B2 0.000000f 500 /* Gain = 3.000000 dB */ 501 #define HPF_Fs88200_Gain3_A0 1.319074f 502 #define HPF_Fs88200_Gain3_A1 (-0.865956f) 503 #define HPF_Fs88200_Gain3_A2 0.000000f 504 #define HPF_Fs88200_Gain3_B1 (-0.546882f) 505 #define HPF_Fs88200_Gain3_B2 0.000000f 506 /* Gain = 4.000000 dB */ 507 #define HPF_Fs88200_Gain4_A0 1.452380f 508 #define HPF_Fs88200_Gain4_A1 (-0.999263f) 509 #define HPF_Fs88200_Gain4_A2 0.000000f 510 #define HPF_Fs88200_Gain4_B1 (-0.546882f) 511 #define HPF_Fs88200_Gain4_B2 0.000000f 512 /* Gain = 5.000000 dB */ 513 #define HPF_Fs88200_Gain5_A0 1.601953f 514 #define HPF_Fs88200_Gain5_A1 (-1.148836f) 515 #define HPF_Fs88200_Gain5_A2 0.000000f 516 #define HPF_Fs88200_Gain5_B1 (-0.546882f) 517 #define HPF_Fs88200_Gain5_B2 0.000000f 518 /* Gain = 6.000000 dB */ 519 #define HPF_Fs88200_Gain6_A0 1.769777f 520 #define HPF_Fs88200_Gain6_A1 (-1.316659f) 521 #define HPF_Fs88200_Gain6_A2 0.000000f 522 #define HPF_Fs88200_Gain6_B1 (-0.546882f) 523 #define HPF_Fs88200_Gain6_B2 0.000000f 524 /* Gain = 7.000000 dB */ 525 #define HPF_Fs88200_Gain7_A0 1.958078f 526 #define HPF_Fs88200_Gain7_A1 (-1.504960f) 527 #define HPF_Fs88200_Gain7_A2 0.000000f 528 #define HPF_Fs88200_Gain7_B1 (-0.546882f) 529 #define HPF_Fs88200_Gain7_B2 0.000000f 530 /* Gain = 8.000000 dB */ 531 #define HPF_Fs88200_Gain8_A0 2.169355f 532 #define HPF_Fs88200_Gain8_A1 (-1.716238f) 533 #define HPF_Fs88200_Gain8_A2 0.000000f 534 #define HPF_Fs88200_Gain8_B1 (-0.546882f) 535 #define HPF_Fs88200_Gain8_B2 0.000000f 536 /* Gain = 9.000000 dB */ 537 #define HPF_Fs88200_Gain9_A0 2.406412f 538 #define HPF_Fs88200_Gain9_A1 (-1.953295f) 539 #define HPF_Fs88200_Gain9_A2 0.000000f 540 #define HPF_Fs88200_Gain9_B1 (-0.546882f) 541 #define HPF_Fs88200_Gain9_B2 0.000000f 542 /* Gain = 10.000000 dB */ 543 #define HPF_Fs88200_Gain10_A0 2.672395f 544 #define HPF_Fs88200_Gain10_A1 (-2.219277f) 545 #define HPF_Fs88200_Gain10_A2 0.000000f 546 #define HPF_Fs88200_Gain10_B1 (-0.546882f) 547 #define HPF_Fs88200_Gain10_B2 0.000000f 548 /* Gain = 11.000000 dB */ 549 #define HPF_Fs88200_Gain11_A0 2.970832f 550 #define HPF_Fs88200_Gain11_A1 (-2.517714f) 551 #define HPF_Fs88200_Gain11_A2 0.000000f 552 #define HPF_Fs88200_Gain11_B1 (-0.546882f) 553 #define HPF_Fs88200_Gain11_B2 0.000000f 554 /* Gain = 12.000000 dB */ 555 #define HPF_Fs88200_Gain12_A0 3.305684f 556 #define HPF_Fs88200_Gain12_A1 (-2.852566f) 557 #define HPF_Fs88200_Gain12_A2 0.000000f 558 #define HPF_Fs88200_Gain12_B1 (-0.546882f) 559 #define HPF_Fs88200_Gain12_B2 0.000000f 560 /* Gain = 13.000000 dB */ 561 #define HPF_Fs88200_Gain13_A0 3.681394f 562 #define HPF_Fs88200_Gain13_A1 (-3.228276f) 563 #define HPF_Fs88200_Gain13_A2 0.000000f 564 #define HPF_Fs88200_Gain13_B1 (-0.546882f) 565 #define HPF_Fs88200_Gain13_B2 0.000000f 566 /* Gain = 14.000000 dB */ 567 #define HPF_Fs88200_Gain14_A0 4.102947f 568 #define HPF_Fs88200_Gain14_A1 (-3.649830f) 569 #define HPF_Fs88200_Gain14_A2 0.000000f 570 #define HPF_Fs88200_Gain14_B1 (-0.546882f) 571 #define HPF_Fs88200_Gain14_B2 0.000000f 572 /* Gain = 15.000000 dB */ 573 #define HPF_Fs88200_Gain15_A0 4.575938f 574 #define HPF_Fs88200_Gain15_A1 (-4.122820f) 575 #define HPF_Fs88200_Gain15_A2 0.000000f 576 #define HPF_Fs88200_Gain15_B1 (-0.546882f) 577 #define HPF_Fs88200_Gain15_B2 0.000000f 578 579 /* Coefficients for sample rate 96000Hz */ 580 /* Gain = 1.000000 dB */ 581 #define HPF_Fs96000_Gain1_A0 1.096233 582 #define HPF_Fs96000_Gain1_A1 (-0.673583) 583 #define HPF_Fs96000_Gain1_A2 0.000000 584 #define HPF_Fs96000_Gain1_B1 (-0.577350) 585 #define HPF_Fs96000_Gain1_B2 0.000000 586 /* Gain = 2.000000 dB */ 587 #define HPF_Fs96000_Gain2_A0 1.204208 588 #define HPF_Fs96000_Gain2_A1 (-0.781558) 589 #define HPF_Fs96000_Gain2_A2 0.000000 590 #define HPF_Fs96000_Gain2_B1 (-0.577350) 591 #define HPF_Fs96000_Gain2_B2 0.000000 592 /* Gain = 3.000000 dB */ 593 #define HPF_Fs96000_Gain3_A0 1.325358 594 #define HPF_Fs96000_Gain3_A1 (-0.902708) 595 #define HPF_Fs96000_Gain3_A2 0.000000 596 #define HPF_Fs96000_Gain3_B1 (-0.577350) 597 #define HPF_Fs96000_Gain3_B2 0.000000 598 /* Gain = 4.000000 dB */ 599 #define HPF_Fs96000_Gain4_A0 1.461291 600 #define HPF_Fs96000_Gain4_A1 (-1.038641) 601 #define HPF_Fs96000_Gain4_A2 0.000000 602 #define HPF_Fs96000_Gain4_B1 (-0.577350) 603 #define HPF_Fs96000_Gain4_B2 0.000000 604 /* Gain = 5.000000 dB */ 605 #define HPF_Fs96000_Gain5_A0 1.613810 606 #define HPF_Fs96000_Gain5_A1 (-1.191160) 607 #define HPF_Fs96000_Gain5_A2 0.000000 608 #define HPF_Fs96000_Gain5_B1 (-0.577350) 609 #define HPF_Fs96000_Gain5_B2 0.000000 610 /* Gain = 6.000000 dB */ 611 #define HPF_Fs96000_Gain6_A0 1.784939 612 #define HPF_Fs96000_Gain6_A1 (-1.362289) 613 #define HPF_Fs96000_Gain6_A2 0.000000 614 #define HPF_Fs96000_Gain6_B1 (-0.577350) 615 #define HPF_Fs96000_Gain6_B2 0.000000 616 /* Gain = 7.000000 dB */ 617 #define HPF_Fs96000_Gain7_A0 1.976949 618 #define HPF_Fs96000_Gain7_A1 (-1.554299) 619 #define HPF_Fs96000_Gain7_A2 0.000000 620 #define HPF_Fs96000_Gain7_B1 (-0.577350) 621 #define HPF_Fs96000_Gain7_B2 0.000000 622 /* Gain = 8.000000 dB */ 623 #define HPF_Fs96000_Gain8_A0 2.192387 624 #define HPF_Fs96000_Gain8_A1 (-1.769738) 625 #define HPF_Fs96000_Gain8_A2 0.000000 626 #define HPF_Fs96000_Gain8_B1 (-0.577350) 627 #define HPF_Fs96000_Gain8_B2 0.000000 628 /* Gain = 9.000000 dB */ 629 #define HPF_Fs96000_Gain9_A0 2.434113 630 #define HPF_Fs96000_Gain9_A1 (-2.011464) 631 #define HPF_Fs96000_Gain9_A2 0.000000 632 #define HPF_Fs96000_Gain9_B1 (-0.577350) 633 #define HPF_Fs96000_Gain9_B2 0.000000 634 /* Gain = 10.000000 dB */ 635 #define HPF_Fs96000_Gain10_A0 2.705335 636 #define HPF_Fs96000_Gain10_A1 (-2.282685) 637 #define HPF_Fs96000_Gain10_A2 0.000000 638 #define HPF_Fs96000_Gain10_B1 (-0.577350) 639 #define HPF_Fs96000_Gain10_B2 0.000000 640 /* Gain = 11.000000 dB */ 641 #define HPF_Fs96000_Gain11_A0 3.009650 642 #define HPF_Fs96000_Gain11_A1 (-2.587000) 643 #define HPF_Fs96000_Gain11_A2 0.000000 644 #define HPF_Fs96000_Gain11_B1 (-0.577350) 645 #define HPF_Fs96000_Gain11_B2 0.000000 646 /* Gain = 12.000000 dB */ 647 #define HPF_Fs96000_Gain12_A0 3.351097 648 #define HPF_Fs96000_Gain12_A1 (-2.928447) 649 #define HPF_Fs96000_Gain12_A2 0.000000 650 #define HPF_Fs96000_Gain12_B1 (-0.577350) 651 #define HPF_Fs96000_Gain12_B2 0.000000 652 /* Gain = 13.000000 dB */ 653 #define HPF_Fs96000_Gain13_A0 3.734207 654 #define HPF_Fs96000_Gain13_A1 (-3.311558) 655 #define HPF_Fs96000_Gain13_A2 0.000000 656 #define HPF_Fs96000_Gain13_B1 (-0.577350) 657 #define HPF_Fs96000_Gain13_B2 0.000000 658 /* Gain = 14.000000 dB */ 659 #define HPF_Fs96000_Gain14_A0 4.164064 660 #define HPF_Fs96000_Gain14_A1 (-3.741414) 661 #define HPF_Fs96000_Gain14_A2 0.000000 662 #define HPF_Fs96000_Gain14_B1 (-0.577350) 663 #define HPF_Fs96000_Gain14_B2 0.000000 664 /* Gain = 15.000000 dB */ 665 #define HPF_Fs96000_Gain15_A0 4.646371 666 #define HPF_Fs96000_Gain15_A1 (-4.223721) 667 #define HPF_Fs96000_Gain15_A2 0.000000 668 #define HPF_Fs96000_Gain15_B1 (-0.577350) 669 #define HPF_Fs96000_Gain15_B2 0.000000 670 671 /* Coefficients for sample rate 176400 */ 672 /* Gain = 1.000000 dB */ 673 #define HPF_Fs176400_Gain1_A0 1.106711f 674 #define HPF_Fs176400_Gain1_A1 (-0.855807f) 675 #define HPF_Fs176400_Gain1_A2 0.000000f 676 #define HPF_Fs176400_Gain1_B1 (-0.749096f) 677 #define HPF_Fs176400_Gain1_B2 0.000000f 678 /* Gain = 2.000000 dB */ 679 #define HPF_Fs176400_Gain2_A0 1.226443f 680 #define HPF_Fs176400_Gain2_A1 (-0.975539f) 681 #define HPF_Fs176400_Gain2_A2 0.000000f 682 #define HPF_Fs176400_Gain2_B1 (-0.749096f) 683 #define HPF_Fs176400_Gain2_B2 0.000000f 684 /* Gain = 3.000000 dB */ 685 #define HPF_Fs176400_Gain3_A0 1.360784f 686 #define HPF_Fs176400_Gain3_A1 (-1.109880f) 687 #define HPF_Fs176400_Gain3_A2 0.000000f 688 #define HPF_Fs176400_Gain3_B1 (-0.749096f) 689 #define HPF_Fs176400_Gain3_B2 0.000000f 690 /* Gain = 4.000000 dB */ 691 #define HPF_Fs176400_Gain4_A0 1.511517f 692 #define HPF_Fs176400_Gain4_A1 (-1.260613f) 693 #define HPF_Fs176400_Gain4_A2 0.000000f 694 #define HPF_Fs176400_Gain4_B1 (-0.749096f) 695 #define HPF_Fs176400_Gain4_B2 0.000000f 696 /* Gain = 5.000000 dB */ 697 #define HPF_Fs176400_Gain5_A0 1.680643f 698 #define HPF_Fs176400_Gain5_A1 (-1.429739f) 699 #define HPF_Fs176400_Gain5_A2 0.000000f 700 #define HPF_Fs176400_Gain5_B1 (-0.749096f) 701 #define HPF_Fs176400_Gain5_B2 0.000000f 702 /* Gain = 6.000000 dB */ 703 #define HPF_Fs176400_Gain6_A0 1.870405f 704 #define HPF_Fs176400_Gain6_A1 (-1.619501f) 705 #define HPF_Fs176400_Gain6_A2 0.000000f 706 #define HPF_Fs176400_Gain6_B1 (-0.749096f) 707 #define HPF_Fs176400_Gain6_B2 0.000000f 708 /* Gain = 7.000000 dB */ 709 #define HPF_Fs176400_Gain7_A0 2.083321f 710 #define HPF_Fs176400_Gain7_A1 (-1.832417f) 711 #define HPF_Fs176400_Gain7_A2 0.000000f 712 #define HPF_Fs176400_Gain7_B1 (-0.749096f) 713 #define HPF_Fs176400_Gain7_B2 0.000000f 714 /* Gain = 8.000000 dB */ 715 #define HPF_Fs176400_Gain8_A0 2.322217f 716 #define HPF_Fs176400_Gain8_A1 (-2.071313f) 717 #define HPF_Fs176400_Gain8_A2 0.000000f 718 #define HPF_Fs176400_Gain8_B1 (-0.749096f) 719 #define HPF_Fs176400_Gain8_B2 0.000000f 720 /* Gain = 9.000000 dB */ 721 #define HPF_Fs176400_Gain9_A0 2.590263f 722 #define HPF_Fs176400_Gain9_A1 (-2.339359f) 723 #define HPF_Fs176400_Gain9_A2 0.000000f 724 #define HPF_Fs176400_Gain9_B1 (-0.749096f) 725 #define HPF_Fs176400_Gain9_B2 0.000000f 726 /* Gain = 10.000000 dB */ 727 #define HPF_Fs176400_Gain10_A0 2.891016f 728 #define HPF_Fs176400_Gain10_A1 (-2.640112f) 729 #define HPF_Fs176400_Gain10_A2 0.000000f 730 #define HPF_Fs176400_Gain10_B1 (-0.749096f) 731 #define HPF_Fs176400_Gain10_B2 0.000000f 732 /* Gain = 11.000000 dB */ 733 #define HPF_Fs176400_Gain11_A0 3.228465f 734 #define HPF_Fs176400_Gain11_A1 (-2.977561f) 735 #define HPF_Fs176400_Gain11_A2 0.000000f 736 #define HPF_Fs176400_Gain11_B1 (-0.749096f) 737 #define HPF_Fs176400_Gain11_B2 0.000000f 738 /* Gain = 12.000000 dB */ 739 #define HPF_Fs176400_Gain12_A0 3.607090f 740 #define HPF_Fs176400_Gain12_A1 (-3.356186f) 741 #define HPF_Fs176400_Gain12_A2 0.000000f 742 #define HPF_Fs176400_Gain12_B1 (-0.749096f) 743 #define HPF_Fs176400_Gain12_B2 0.000000f 744 /* Gain = 13.000000 dB */ 745 #define HPF_Fs176400_Gain13_A0 4.031914f 746 #define HPF_Fs176400_Gain13_A1 (-3.781010f) 747 #define HPF_Fs176400_Gain13_A2 0.000000f 748 #define HPF_Fs176400_Gain13_B1 (-0.749096f) 749 #define HPF_Fs176400_Gain13_B2 0.000000f 750 /* Gain = 14.000000 dB */ 751 #define HPF_Fs176400_Gain14_A0 4.508575f 752 #define HPF_Fs176400_Gain14_A1 (-4.257671f) 753 #define HPF_Fs176400_Gain14_A2 0.000000f 754 #define HPF_Fs176400_Gain14_B1 (-0.749096f) 755 #define HPF_Fs176400_Gain14_B2 0.000000f 756 /* Gain = 15.000000 dB */ 757 #define HPF_Fs176400_Gain15_A0 5.043397f 758 #define HPF_Fs176400_Gain15_A1 (-4.792493f) 759 #define HPF_Fs176400_Gain15_A2 0.000000f 760 #define HPF_Fs176400_Gain15_B1 (-0.749096f) 761 #define HPF_Fs176400_Gain15_B2 0.000000f 762 763 /* Coefficients for sample rate 192000Hz */ 764 /* Gain = 1.000000 dB */ 765 #define HPF_Fs192000_Gain1_A0 1.107823 766 #define HPF_Fs192000_Gain1_A1 (-0.875150) 767 #define HPF_Fs192000_Gain1_A2 0.000000 768 #define HPF_Fs192000_Gain1_B1 (-0.767327) 769 #define HPF_Fs192000_Gain1_B2 0.000000 770 /* Gain = 2.000000 dB */ 771 #define HPF_Fs192000_Gain2_A0 1.228803 772 #define HPF_Fs192000_Gain2_A1 (-0.996130) 773 #define HPF_Fs192000_Gain2_A2 0.000000 774 #define HPF_Fs192000_Gain2_B1 (-0.767327) 775 #define HPF_Fs192000_Gain2_B2 0.000000 776 /* Gain = 3.000000 dB */ 777 #define HPF_Fs192000_Gain3_A0 1.364544 778 #define HPF_Fs192000_Gain3_A1 (-1.131871) 779 #define HPF_Fs192000_Gain3_A2 0.000000 780 #define HPF_Fs192000_Gain3_B1 (-0.767327) 781 #define HPF_Fs192000_Gain3_B2 0.000000 782 /* Gain = 4.000000 dB */ 783 #define HPF_Fs192000_Gain4_A0 1.516849 784 #define HPF_Fs192000_Gain4_A1 (-1.284176) 785 #define HPF_Fs192000_Gain4_A2 0.000000 786 #define HPF_Fs192000_Gain4_B1 (-0.767327) 787 #define HPF_Fs192000_Gain4_B2 0.000000 788 /* Gain = 5.000000 dB */ 789 #define HPF_Fs192000_Gain5_A0 1.687737 790 #define HPF_Fs192000_Gain5_A1 (-1.455064) 791 #define HPF_Fs192000_Gain5_A2 0.000000 792 #define HPF_Fs192000_Gain5_B1 (-0.767327) 793 #define HPF_Fs192000_Gain5_B2 0.000000 794 /* Gain = 6.000000 dB */ 795 #define HPF_Fs192000_Gain6_A0 1.879477 796 #define HPF_Fs192000_Gain6_A1 (-1.646804) 797 #define HPF_Fs192000_Gain6_A2 0.000000 798 #define HPF_Fs192000_Gain6_B1 (-0.767327) 799 #define HPF_Fs192000_Gain6_B2 0.000000 800 /* Gain = 7.000000 dB */ 801 #define HPF_Fs192000_Gain7_A0 2.094613 802 #define HPF_Fs192000_Gain7_A1 (-1.861940) 803 #define HPF_Fs192000_Gain7_A2 0.000000 804 #define HPF_Fs192000_Gain7_B1 (-0.767327) 805 #define HPF_Fs192000_Gain7_B2 0.000000 806 /* Gain = 8.000000 dB */ 807 #define HPF_Fs192000_Gain8_A0 2.335999 808 #define HPF_Fs192000_Gain8_A1 (-2.103326) 809 #define HPF_Fs192000_Gain8_A2 0.000000 810 #define HPF_Fs192000_Gain8_B1 (-0.767327) 811 #define HPF_Fs192000_Gain8_B2 0.000000 812 /* Gain = 9.000000 dB */ 813 #define HPF_Fs192000_Gain9_A0 2.606839 814 #define HPF_Fs192000_Gain9_A1 (-2.374166) 815 #define HPF_Fs192000_Gain9_A2 0.000000 816 #define HPF_Fs192000_Gain9_B1 (-0.767327) 817 #define HPF_Fs192000_Gain9_B2 0.000000 818 /* Gain = 10.000000 dB */ 819 #define HPF_Fs192000_Gain10_A0 2.910726 820 #define HPF_Fs192000_Gain10_A1 (-2.678053) 821 #define HPF_Fs192000_Gain10_A2 0.000000 822 #define HPF_Fs192000_Gain10_B1 (-0.767327) 823 #define HPF_Fs192000_Gain10_B2 0.000000 824 /* Gain = 11.000000 dB */ 825 #define HPF_Fs192000_Gain11_A0 3.251693 826 #define HPF_Fs192000_Gain11_A1 (-3.019020) 827 #define HPF_Fs192000_Gain11_A2 0.000000 828 #define HPF_Fs192000_Gain11_B1 (-0.767327) 829 #define HPF_Fs192000_Gain11_B2 0.000000 830 /* Gain = 12.000000 dB */ 831 #define HPF_Fs192000_Gain12_A0 3.634264 832 #define HPF_Fs192000_Gain12_A1 (-3.401591) 833 #define HPF_Fs192000_Gain12_A2 0.000000 834 #define HPF_Fs192000_Gain12_B1 (-0.767327) 835 #define HPF_Fs192000_Gain12_B2 0.000000 836 /* Gain = 13.000000 dB */ 837 #define HPF_Fs192000_Gain13_A0 4.063516 838 #define HPF_Fs192000_Gain13_A1 (-3.830843) 839 #define HPF_Fs192000_Gain13_A2 0.000000 840 #define HPF_Fs192000_Gain13_B1 (-0.767327) 841 #define HPF_Fs192000_Gain13_B2 0.000000 842 /* Gain = 14.000000 dB */ 843 #define HPF_Fs192000_Gain14_A0 4.545145 844 #define HPF_Fs192000_Gain14_A1 (-4.312472) 845 #define HPF_Fs192000_Gain14_A2 0.000000 846 #define HPF_Fs192000_Gain14_B1 (-0.767327) 847 #define HPF_Fs192000_Gain14_B2 0.000000 848 /* Gain = 15.000000 dB */ 849 #define HPF_Fs192000_Gain15_A0 5.085542 850 #define HPF_Fs192000_Gain15_A1 (-4.852868) 851 #define HPF_Fs192000_Gain15_A2 0.000000 852 #define HPF_Fs192000_Gain15_B1 (-0.767327) 853 #define HPF_Fs192000_Gain15_B2 0.000000 854 855 #endif 856