├── README.md ├── 移频法 ├── TIMIT.WAV ├── ahc_freq_shift.m ├── man.wav ├── man_howling.wav ├── man_howling_suppression.wav ├── path.txt ├── readme.docx ├── readme.txt ├── timit_howling.wav ├── timit_howling_suppression.wav ├── 代码流程图.vsd ├── 未处理信号和啸叫抑制信号.png ├── 移频.png └── 算法逻辑图.vsd ├── 自适应法 ├── Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS │ ├── Common │ │ ├── HA.m │ │ ├── HALMSadapt.m │ │ ├── HALMSinit.m │ │ ├── far.wav │ │ ├── far_howling.wav │ │ ├── far_howling_suppression.wav │ │ ├── fb.dat │ │ ├── near.WAV │ │ ├── near_howling.wav │ │ ├── near_howling_suppression.wav │ │ ├── sp_c2e2.wav │ │ ├── sp_c2e2_howling.wav │ │ └── sp_c2e2_howling_suppression.wav │ ├── Figure.png │ ├── Figure1.png │ ├── Figure2.png │ ├── Figure3.png │ ├── Figure4.png │ ├── Figure5.png │ ├── Steady-state analysis of continuous adaptation in acoustic feedback reduction systems for hearing-aids.pdf │ ├── readme.docx │ ├── 代码流程图.vsd │ ├── 算法逻辑图.vsd │ └── 说明.txt ├── Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS │ ├── Common │ │ ├── HA.m │ │ ├── HANLMSadapt.m │ │ ├── HANLMSinit.m │ │ ├── far.wav │ │ ├── far_howling.wav │ │ ├── far_howling_suppression.wav │ │ ├── fb.dat │ │ ├── near.WAV │ │ ├── near_howling.wav │ │ └── near_howling_suppression.wav │ ├── Figure.png │ ├── Figure1.png │ ├── Figure2.png │ ├── Figure3.png │ ├── Figure4.png │ ├── Figure5.png │ ├── Steady-state analysis of continuous adaptation in acoustic feedback reduction systems for hearing-aids.pdf │ ├── readme.docx │ ├── 代码流程图.vsd │ ├── 算法逻辑图.vsd │ └── 说明.txt └── 自适应啸叫抑制.docx └── 陷波法 ├── TIMIT.WAV ├── ahc_notch.m ├── man.wav ├── man_howling.wav ├── man_howling_suppression.wav ├── path.txt ├── readme.docx ├── readme.txt ├── timit_howling.wav ├── 代码流程图.vsd ├── 未处理信号和啸叫抑制信号.png ├── 算法逻辑图.vsd ├── 陷波.png └── 陷波器组的频响.png /README.md: -------------------------------------------------------------------------------- 1 | # Speech-processing 2 | howling suppression, 啸叫抑制, 声反馈抑制 3 | - 三种啸叫抑制方法:移频法、陷波法和自适应法。 4 | - 算法逻辑图、代码流程图,测试文档及相关资料。 5 | -------------------------------------------------------------------------------- /移频法/TIMIT.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/移频法/TIMIT.WAV -------------------------------------------------------------------------------- /移频法/ahc_freq_shift.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/移频法/ahc_freq_shift.m -------------------------------------------------------------------------------- /移频法/man.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/移频法/man.wav -------------------------------------------------------------------------------- /移频法/man_howling.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/移频法/man_howling.wav -------------------------------------------------------------------------------- /移频法/man_howling_suppression.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/移频法/man_howling_suppression.wav -------------------------------------------------------------------------------- /移频法/path.txt: -------------------------------------------------------------------------------- 1 | 0.000266 2 | -0.002012 3 | 0.000897 4 | -0.000504 5 | 0.000234 6 | -0.000172 7 | -0.000203 8 | 0.000293 9 | -0.001131 10 | -0.006891 11 | -0.135781 12 | -0.654303 13 | -1.332799 14 | -1.412939 15 | -0.838869 16 | -0.222403 17 | 0.065345 18 | 0.251710 19 | 0.296987 20 | 0.020201 21 | -0.214339 22 | -0.067540 23 | 0.177664 24 | 0.237562 25 | 0.253479 26 | 0.330032 27 | 0.361224 28 | 0.302488 29 | 0.231261 30 | 0.297921 31 | 0.403839 32 | 0.347678 33 | 0.157073 34 | 0.039788 35 | 0.005480 36 | -0.027097 37 | 0.048041 38 | 0.185650 39 | 0.209119 40 | 0.114148 41 | 0.023275 42 | 0.012842 43 | 0.052362 44 | 0.091241 45 | 0.131637 46 | 0.161574 47 | 0.114828 48 | 0.003723 49 | -0.059357 50 | -0.029671 51 | 0.032426 52 | 0.056659 53 | 0.053885 54 | 0.046671 55 | 0.029436 56 | 0.002962 57 | 0.007076 58 | 0.057421 59 | 0.114610 60 | 0.162291 61 | 0.174986 62 | 0.152472 63 | 0.104757 64 | 0.075149 65 | 0.105895 66 | 0.160113 67 | 0.172630 68 | 0.124836 69 | 0.070113 70 | 0.036635 71 | 0.016696 72 | -0.002383 73 | -0.007322 74 | 0.014652 75 | 0.029488 76 | 0.018084 77 | 0.008707 78 | 0.025148 79 | 0.040771 80 | 0.048943 81 | 0.062464 82 | 0.072563 83 | 0.067919 84 | 0.051809 85 | 0.052710 86 | 0.057194 87 | 0.046779 88 | 0.021491 89 | 0.001087 90 | -0.009784 91 | -0.025210 92 | -0.043896 93 | -0.060004 94 | -0.059880 95 | -0.049785 96 | -0.047971 97 | -0.047295 98 | -0.035163 99 | -0.022586 100 | -0.021542 101 | -0.004394 102 | 0.024427 103 | 0.030676 104 | 0.006068 105 | -0.017582 106 | -0.020707 107 | -0.020574 108 | -0.022071 109 | -0.027878 110 | -0.032497 111 | -0.039004 112 | -0.048001 113 | -0.055676 114 | -0.056284 115 | -0.056698 116 | -0.062355 117 | -0.061060 118 | -0.059525 119 | -0.060332 120 | -0.057477 121 | -0.047488 122 | -0.036466 123 | -0.034937 124 | -0.039459 125 | -0.045681 126 | -0.049697 127 | -0.048893 128 | -0.046229 129 | -0.044906 130 | -0.050084 131 | -0.053853 132 | -0.059030 133 | -0.062122 134 | -0.057322 135 | -0.044817 136 | -0.040379 137 | -0.050975 138 | -0.059985 139 | -0.063800 140 | -0.059996 141 | -0.051683 142 | -0.042769 143 | -0.041234 144 | -0.043384 145 | -0.041630 146 | -0.033299 147 | -0.024216 148 | -0.017185 149 | -0.008673 150 | -0.005934 151 | -0.014734 152 | -0.034361 153 | -0.050062 154 | -0.054024 155 | -0.047871 156 | -0.040265 157 | -0.039977 158 | -0.047861 159 | -0.057887 160 | -0.060643 161 | -0.055123 162 | -0.046769 163 | -0.039522 164 | -0.034713 165 | -0.031128 166 | -0.027096 167 | -0.022016 168 | -0.016935 169 | -0.008087 170 | 0.003592 171 | 0.010172 172 | 0.006679 173 | -0.002049 174 | -0.009891 175 | -0.012179 176 | -0.006036 177 | 0.000947 178 | -0.001292 179 | -0.010848 180 | -0.019701 181 | -0.025517 182 | -0.028305 183 | -0.026733 184 | -0.020385 185 | -0.010846 186 | -0.001260 187 | 0.006233 188 | 0.010823 189 | 0.014246 190 | 0.019950 191 | 0.027368 192 | 0.030560 193 | 0.027032 194 | 0.019081 195 | 0.011482 196 | 0.008769 197 | 0.008530 198 | 0.005398 199 | 0.000254 200 | -0.003047 201 | -0.005160 202 | -0.006537 203 | -0.004566 204 | -0.000697 205 | 0.001556 206 | 0.002082 207 | 0.003590 208 | 0.004902 209 | 0.006491 210 | 0.012691 211 | 0.023562 212 | 0.033671 213 | 0.036062 214 | 0.032941 215 | 0.028958 216 | 0.025756 217 | 0.024832 218 | 0.025432 219 | 0.025335 220 | 0.022330 221 | 0.018195 222 | 0.014730 223 | 0.011470 224 | 0.010313 225 | 0.012011 226 | 0.015326 227 | 0.018151 228 | 0.021639 229 | 0.023962 230 | 0.024008 231 | 0.025517 232 | 0.030458 233 | 0.033808 234 | 0.032467 235 | 0.029698 236 | 0.028237 237 | 0.026931 238 | 0.026642 239 | 0.026468 240 | 0.024447 241 | 0.019475 242 | 0.014244 243 | 0.010553 244 | 0.008302 245 | 0.007171 246 | 0.007208 247 | 0.007767 248 | 0.007516 249 | 0.006590 250 | 0.006763 251 | 0.008792 252 | 0.012270 253 | 0.016991 254 | 0.022106 255 | 0.025447 256 | 0.025838 257 | 0.024429 258 | 0.023605 259 | 0.022067 260 | 0.018962 261 | 0.015332 262 | 0.012067 263 | 0.008459 264 | 0.005621 265 | 0.004903 266 | 0.005468 267 | 0.005397 268 | 0.004835 269 | 0.004727 270 | 0.004994 271 | 0.005670 272 | 0.006643 273 | 0.008211 274 | 0.009650 275 | 0.010314 276 | 0.010604 277 | 0.010299 278 | 0.009050 279 | 0.007781 280 | 0.006840 281 | 0.004976 282 | 0.001411 283 | -0.002352 284 | -0.005030 285 | -0.007044 286 | -0.008653 287 | -0.009272 288 | -0.009851 289 | -0.011296 290 | -0.012167 291 | -0.011447 292 | -0.010168 293 | -0.008725 294 | -0.007201 295 | -0.006266 296 | -0.006378 297 | -0.006420 298 | -0.005404 299 | -0.003764 300 | -0.002525 301 | -0.001666 302 | -0.001053 303 | -0.001231 304 | -0.001964 305 | -0.002776 306 | -0.002991 307 | -0.003876 308 | -0.005412 309 | -0.006129 310 | -0.006546 311 | -0.007804 312 | -0.009136 313 | -0.009334 314 | -0.008199 315 | -0.006694 316 | -0.005421 317 | -0.004169 318 | -0.003306 319 | -0.003198 320 | -0.003078 321 | -0.003039 322 | -0.003771 323 | -0.005763 324 | -0.007631 325 | -0.008776 326 | -0.009957 327 | -0.011546 328 | -0.013531 329 | -0.015529 330 | -0.017835 331 | -0.019759 332 | -0.020787 333 | -0.020332 334 | -0.018886 335 | -0.016845 336 | -0.014243 337 | -0.011982 338 | -0.010060 339 | -0.007870 340 | -0.005326 341 | -0.002890 342 | -0.001062 343 | -0.000493 344 | -0.000980 345 | -0.001146 346 | -0.000986 347 | -0.001228 348 | -0.001713 349 | -0.002220 350 | -0.002579 351 | -0.003114 352 | -0.003947 353 | -0.004709 354 | -0.004998 355 | -0.005372 356 | -0.005404 357 | -0.005108 358 | -0.004996 359 | -0.004970 360 | -0.004504 361 | -0.003769 362 | -0.003157 363 | -0.002751 364 | -0.002795 365 | -0.002912 366 | -0.003179 367 | -0.003918 368 | -0.005099 369 | -0.006208 370 | -0.006720 371 | -0.006991 372 | -0.007105 373 | -0.007505 374 | -0.007796 375 | -0.007144 376 | -0.005745 377 | -0.004444 378 | -0.003166 379 | -0.001367 380 | 0.000455 381 | 0.001573 382 | 0.002189 383 | 0.002447 384 | 0.002371 385 | 0.002490 386 | 0.002977 387 | 0.003400 388 | 0.003442 389 | 0.003425 390 | 0.003622 391 | 0.004098 392 | 0.004412 393 | 0.003976 394 | 0.003193 395 | 0.002805 396 | 0.002144 397 | 0.001311 398 | 0.000845 399 | 0.000601 400 | 0.000483 401 | 0.001015 402 | 0.002099 403 | 0.002820 404 | 0.003104 405 | 0.003256 406 | 0.003533 407 | 0.003704 408 | 0.003684 409 | 0.003722 410 | 0.003816 411 | 0.003927 412 | 0.003691 413 | 0.003277 414 | 0.003051 415 | 0.003262 416 | 0.003596 417 | 0.003475 418 | 0.003035 419 | 0.002732 420 | 0.002334 421 | 0.002018 422 | 0.002289 423 | 0.002901 424 | 0.003188 425 | 0.003458 426 | 0.004278 427 | 0.005112 428 | 0.005442 429 | 0.005637 430 | 0.005627 431 | 0.005457 432 | 0.004830 433 | 0.003628 434 | 0.002738 435 | 0.001773 436 | 0.000914 437 | 0.000592 438 | 0.000466 439 | 0.000249 440 | 0.000212 441 | 0.000761 442 | 0.001399 443 | 0.001616 444 | 0.001686 445 | 0.001690 446 | 0.001698 447 | 0.001775 448 | 0.001842 449 | 0.001543 450 | 0.001225 451 | 0.000916 452 | 0.000775 453 | 0.000581 454 | 0.000628 455 | 0.000922 456 | 0.001262 457 | 0.001112 458 | 0.000834 459 | 0.000452 460 | -0.000077 461 | -0.000800 462 | -0.001256 463 | -0.001733 464 | -0.002360 465 | -0.003613 466 | -0.008245 467 | -0.019978 468 | -0.031495 469 | -0.026634 470 | -0.008864 471 | 0.006224 472 | 0.011549 473 | 0.010693 474 | 0.009026 475 | 0.007351 476 | 0.007355 477 | 0.007717 478 | 0.004491 479 | -0.002206 480 | -0.008670 481 | -0.007948 482 | 0.000179 483 | 0.005457 484 | 0.005701 485 | 0.006144 486 | 0.007298 487 | 0.005518 488 | 0.005288 489 | 0.007498 490 | 0.008071 491 | 0.009094 492 | 0.012407 493 | 0.012905 494 | 0.006702 495 | -0.002422 496 | -0.008973 497 | -0.010351 498 | -0.008113 499 | -0.005002 500 | -0.004974 501 | -0.007590 502 | -0.008800 503 | -0.008644 504 | -0.009458 505 | -0.011379 506 | -0.011810 507 | -0.011166 508 | -0.009007 509 | -0.004920 510 | -0.001654 511 | -0.005703 512 | -0.018129 513 | -0.017287 514 | 0.000444 515 | 0.014035 516 | 0.016589 517 | 0.012181 518 | 0.009061 519 | 0.008697 520 | 0.013118 521 | 0.015955 522 | 0.013229 523 | 0.008389 524 | 0.002407 525 | -0.004831 526 | -0.012735 527 | -0.016110 528 | -0.015105 529 | -0.006643 530 | 0.007805 531 | 0.017435 532 | 0.018484 533 | 0.020181 534 | 0.021570 535 | 0.015220 536 | 0.005480 537 | -0.000618 538 | -0.004854 539 | -0.008391 540 | -0.011093 541 | -0.015977 542 | -0.020907 543 | -0.021068 544 | -0.014484 545 | -0.007188 546 | -0.002731 547 | -0.001787 548 | 0.000793 549 | 0.006095 550 | 0.008411 551 | 0.004601 552 | -0.001062 553 | -0.001015 554 | -0.000528 555 | -0.004710 556 | -0.007324 557 | -0.004700 558 | -0.001188 559 | -0.000192 560 | 0.000261 561 | 0.001067 562 | 0.003593 563 | 0.007778 564 | 0.011402 565 | 0.010970 566 | 0.007055 567 | 0.001771 568 | -0.002452 569 | -0.003259 570 | -0.003722 571 | -0.004535 572 | -0.003972 573 | -0.001998 574 | -0.001689 575 | -0.002922 576 | -0.001437 577 | 0.001168 578 | 0.002710 579 | 0.002783 580 | 0.001730 581 | -0.000134 582 | -0.000969 583 | -0.000686 584 | 0.000128 585 | 0.000976 586 | 0.000825 587 | -0.000104 588 | -0.002086 589 | -0.003359 590 | -0.003945 591 | -0.004761 592 | -0.004833 593 | -0.003250 594 | -0.000610 595 | 0.001387 596 | 0.000648 597 | -0.002595 598 | -0.004586 599 | -0.003097 600 | 0.000911 601 | 0.003739 602 | 0.003953 603 | 0.002051 604 | -0.000563 605 | -0.002436 606 | -0.000972 607 | 0.001934 608 | 0.002541 609 | 0.002016 610 | 0.002816 611 | 0.002206 612 | -0.000409 613 | -0.001833 614 | -0.001723 615 | -0.002166 616 | -0.003512 617 | -0.005262 618 | -0.006375 619 | -0.006136 620 | -0.005782 621 | -0.004438 622 | -0.001724 623 | 0.000530 624 | 0.000108 625 | -0.001632 626 | -0.002193 627 | -0.000935 628 | 0.000484 629 | 0.000630 630 | -0.000867 631 | -0.002344 632 | -0.002734 633 | -0.001966 634 | -0.001829 635 | -0.002182 636 | -0.001319 637 | 0.000511 638 | 0.002180 639 | 0.002988 640 | 0.002092 641 | 0.000393 642 | 0.000631 643 | 0.003441 644 | 0.006277 645 | 0.006229 646 | 0.003297 647 | 0.001021 648 | 0.000915 649 | 0.001690 650 | 0.001723 651 | 0.000553 652 | -0.000973 653 | -0.002056 654 | -0.002176 655 | -0.001371 656 | -0.000641 657 | -0.000589 658 | -0.000028 659 | 0.001556 660 | 0.002605 661 | 0.002852 662 | 0.002039 663 | 0.000312 664 | -0.000979 665 | -0.001492 666 | -0.001511 667 | -0.001247 668 | -0.001934 669 | -0.003666 670 | -0.004375 671 | -0.002980 672 | -0.001034 673 | 0.000706 674 | 0.002295 675 | 0.003458 676 | 0.004257 677 | 0.004238 678 | 0.004624 679 | 0.005034 680 | 0.004674 681 | 0.003597 682 | 0.002890 683 | 0.002573 684 | 0.001853 685 | 0.001342 686 | 0.001263 687 | 0.001374 688 | 0.001544 689 | 0.000979 690 | -0.000574 691 | -0.001938 692 | -0.002114 693 | -0.001216 694 | -0.000654 695 | -0.001037 696 | -0.001418 697 | -0.001776 698 | -0.001568 699 | -0.000172 700 | 0.001645 701 | 0.002457 702 | 0.002500 703 | 0.002662 704 | 0.002288 705 | 0.001373 706 | 0.000230 707 | -0.000407 708 | -0.000578 709 | -0.000815 710 | -0.000835 711 | -0.001041 712 | -0.001653 713 | -0.001856 714 | -0.001156 715 | -0.000319 716 | -0.000392 717 | -0.000847 718 | -0.000928 719 | -0.000557 720 | -0.000381 721 | -0.000575 722 | -0.000944 723 | -0.001200 724 | -0.001022 725 | -0.000049 726 | 0.000515 727 | 0.000429 728 | -0.000144 729 | -0.000376 730 | 0.000213 731 | 0.000798 732 | 0.000635 733 | 0.000035 734 | -0.000592 735 | -0.000724 736 | -0.000810 737 | -0.000721 738 | -0.000744 739 | -0.000575 740 | 0.000368 741 | 0.001509 742 | 0.002683 743 | 0.003393 744 | 0.003140 745 | 0.002659 746 | 0.002309 747 | 0.001612 748 | 0.000686 749 | 0.000233 750 | 0.000594 751 | 0.000961 752 | 0.001091 753 | 0.001255 754 | 0.001060 755 | 0.000220 756 | -0.000662 757 | -0.000944 758 | -0.000080 759 | 0.001131 760 | 0.001396 761 | 0.000935 762 | -0.000098 763 | -0.001309 764 | -0.002741 765 | -0.003486 766 | -0.003029 767 | -0.001957 768 | -0.001239 769 | -0.000673 770 | 0.000016 771 | 0.000754 772 | 0.001103 773 | 0.001498 774 | 0.002021 775 | 0.002236 776 | 0.001487 777 | 0.000540 778 | 0.000103 779 | 0.000032 780 | 0.000115 781 | 0.000343 782 | 0.000695 783 | 0.001104 784 | 0.001551 785 | 0.001831 786 | 0.001909 787 | 0.001783 788 | 0.001546 789 | 0.001518 790 | 0.001886 791 | 0.002235 792 | 0.001823 793 | 0.000954 794 | 0.000547 795 | 0.000632 796 | 0.000850 797 | 0.000256 798 | -0.000489 799 | -0.000728 800 | -0.000552 801 | -0.000439 802 | -0.000088 803 | -0.000024 804 | -0.000636 805 | -0.001582 806 | -0.001869 807 | -0.001529 808 | -0.001012 809 | -0.000423 810 | 0.000591 811 | 0.000825 812 | 0.000130 813 | -0.000580 814 | -0.000833 815 | -0.001106 816 | -0.001415 817 | -0.001472 818 | -0.001507 819 | -0.001937 820 | -0.002333 821 | -0.002080 822 | -0.001359 823 | -0.000761 824 | -0.000144 825 | -0.000006 826 | -0.000248 827 | -0.000770 828 | -0.001063 829 | -0.000940 830 | -0.000421 831 | -0.000354 832 | -0.001154 833 | -0.002335 834 | -0.003250 835 | -0.003831 836 | -0.003772 837 | -0.002634 838 | -0.001533 839 | -0.000830 840 | -0.000538 841 | -0.000684 842 | -0.001066 843 | -0.000815 844 | -0.000154 845 | 0.000999 846 | 0.002233 847 | 0.002890 848 | 0.002259 849 | 0.001272 850 | 0.000580 851 | 0.000464 852 | 0.000896 853 | 0.002124 854 | 0.002930 855 | 0.002824 856 | 0.002306 857 | 0.001729 858 | 0.001062 859 | -0.000356 860 | -0.001442 861 | -0.001072 862 | 0.000003 863 | 0.000855 864 | 0.001233 865 | 0.001495 866 | 0.002190 867 | 0.003420 868 | 0.003508 869 | 0.001864 870 | -0.000136 871 | -0.001064 872 | -0.000624 873 | 0.000628 874 | 0.001427 875 | 0.001122 876 | 0.000408 877 | -0.000086 878 | -0.000439 879 | -0.000624 880 | -0.001471 881 | -0.002647 882 | -0.003467 883 | -0.004649 884 | -0.006625 885 | -0.007494 886 | -0.005120 887 | 0.000653 888 | 0.007566 889 | 0.012779 890 | 0.014098 891 | 0.011401 892 | 0.006887 893 | 0.003580 894 | 0.002710 895 | 0.002490 896 | 0.002164 897 | 0.002349 898 | 0.002935 899 | 0.003061 900 | 0.002424 901 | 0.001425 902 | 0.000787 903 | 0.000376 904 | 0.000599 905 | 0.001130 906 | 0.000813 907 | -0.000541 908 | -0.001403 909 | -0.001668 910 | -0.002181 911 | -0.002516 912 | -0.001623 913 | -0.000509 914 | -0.000188 915 | -0.000447 916 | -0.000617 917 | -0.001150 918 | -0.002895 919 | -0.004748 920 | -0.005243 921 | -0.005153 922 | -0.005207 923 | -0.004818 924 | -0.003803 925 | -0.003141 926 | -0.003084 927 | -0.002700 928 | -0.001968 929 | -0.001908 930 | -0.002395 931 | -0.002341 932 | -0.001574 933 | -0.001449 934 | -0.002250 935 | -0.002965 936 | -0.003324 937 | -0.003310 938 | -0.003068 939 | -0.002219 940 | -0.001326 941 | -0.001036 942 | -0.000247 943 | 0.000949 944 | 0.000976 945 | 0.000010 946 | -0.000866 947 | -0.000987 948 | -0.001294 949 | -0.001771 950 | -0.001854 951 | -0.001610 952 | -0.000902 953 | -0.000283 954 | -0.000085 955 | -0.000464 956 | -0.001901 957 | -0.003356 958 | -0.004108 959 | -0.004777 960 | -0.004949 961 | -0.004010 962 | -0.002777 963 | -0.002287 964 | -0.002311 965 | -0.002565 966 | -0.002457 967 | -0.001746 968 | -0.000453 969 | 0.001263 970 | 0.002554 971 | 0.003443 972 | 0.003791 973 | 0.004011 974 | 0.004184 975 | 0.003673 976 | 0.003119 977 | 0.003430 978 | 0.003756 979 | 0.003583 980 | 0.003401 981 | 0.003336 982 | 0.003442 983 | 0.003725 984 | 0.004164 985 | 0.004186 986 | 0.003813 987 | 0.002673 988 | 0.001449 989 | 0.001020 990 | 0.000948 991 | 0.000379 992 | -0.000512 993 | -0.001389 994 | -0.002494 995 | -0.003646 996 | -0.003688 997 | -0.002777 998 | -0.002341 999 | -0.001968 1000 | -0.001324 1001 | -0.001753 1002 | -0.002685 1003 | -0.002714 1004 | -0.002304 1005 | -0.002247 1006 | -0.002043 1007 | -0.001230 1008 | 0.000097 1009 | 0.001472 1010 | 0.002394 1011 | 0.002865 1012 | 0.003389 1013 | 0.003602 1014 | 0.003224 1015 | 0.002844 1016 | 0.002706 1017 | 0.003297 1018 | 0.004419 1019 | 0.005122 1020 | 0.004594 1021 | 0.003191 1022 | 0.001954 1023 | 0.001045 1024 | 0.000975 1025 | 0.000786 1026 | 0.000842 1027 | 0.001265 1028 | 0.001320 1029 | 0.001010 1030 | 0.001028 1031 | 0.001834 1032 | 0.002656 1033 | 0.003108 1034 | 0.002624 1035 | 0.001615 1036 | 0.000763 1037 | 0.000435 1038 | 0.000640 1039 | 0.001268 1040 | 0.001998 1041 | 0.001663 1042 | 0.000323 1043 | -0.000988 1044 | -0.001742 1045 | -0.001540 1046 | -0.000748 1047 | -0.000720 1048 | -0.001246 1049 | -0.001694 1050 | -0.002030 1051 | -0.001679 1052 | 0.001857 1053 | 0.005531 1054 | 0.005454 1055 | 0.002987 1056 | 0.001012 1057 | 0.000069 1058 | -0.001047 1059 | -0.002065 1060 | -0.002228 1061 | -0.000911 1062 | 0.000665 1063 | 0.000800 1064 | -0.000527 1065 | -0.001008 1066 | 0.000081 1067 | 0.001930 1068 | 0.003612 1069 | 0.004493 1070 | 0.003250 1071 | 0.000236 1072 | -0.002895 1073 | -0.004194 1074 | -0.003522 1075 | -0.002875 1076 | -0.003083 1077 | -0.002763 1078 | -0.001948 1079 | -0.001988 1080 | -0.002912 1081 | -0.003207 1082 | -0.002516 1083 | -0.001642 1084 | -0.000685 1085 | 0.000111 1086 | -0.000102 1087 | -0.001609 1088 | -0.003026 1089 | -0.003598 1090 | -0.003487 1091 | -0.002706 1092 | -0.001224 1093 | -0.000063 1094 | 0.000394 1095 | 0.000114 1096 | -0.000266 1097 | 0.000005 1098 | 0.000541 1099 | 0.000340 1100 | 0.000022 1101 | -0.000581 1102 | -0.001892 1103 | -0.003208 1104 | -0.003613 1105 | -0.003579 1106 | -0.003743 1107 | -0.003690 1108 | -0.002156 1109 | 0.000115 1110 | 0.002223 1111 | 0.003669 1112 | 0.004317 1113 | 0.004089 1114 | 0.003701 1115 | 0.003790 1116 | 0.003865 1117 | 0.002859 1118 | 0.001753 1119 | 0.001414 1120 | 0.001033 1121 | -0.000292 1122 | -0.001448 1123 | -0.001019 1124 | 0.000696 1125 | 0.002749 1126 | 0.004076 1127 | 0.004058 1128 | 0.002658 1129 | 0.001423 1130 | 0.001054 1131 | 0.001453 1132 | 0.001330 1133 | 0.000129 1134 | -0.001595 1135 | -0.002919 1136 | -0.003428 1137 | -0.003247 1138 | -0.002408 1139 | -0.000998 1140 | -0.000296 1141 | -0.000425 1142 | -0.001335 1143 | -0.002062 1144 | -0.002060 1145 | -0.001660 1146 | -0.001273 1147 | -0.000929 1148 | -0.000693 1149 | -0.000991 1150 | -0.001554 1151 | -0.001511 1152 | -0.001624 1153 | -0.001881 1154 | -0.002493 1155 | -0.002223 1156 | -0.001316 1157 | -0.000481 1158 | 0.000246 1159 | 0.000911 1160 | 0.001878 1161 | 0.002509 1162 | 0.003062 1163 | 0.003181 1164 | 0.002726 1165 | 0.002266 1166 | 0.001541 1167 | 0.000650 1168 | 0.000106 1169 | 0.000606 1170 | 0.002126 1171 | 0.003681 1172 | 0.003711 1173 | 0.002209 1174 | 0.000521 1175 | -0.000283 1176 | -0.000454 1177 | -0.000261 1178 | -0.000439 1179 | -0.001190 1180 | -0.001924 1181 | -0.002536 1182 | -0.002958 1183 | -0.003101 1184 | -0.002609 1185 | -0.001841 1186 | -0.001268 1187 | -0.001214 1188 | -0.001374 1189 | -0.001465 1190 | -0.001413 1191 | -0.000926 1192 | 0.000078 1193 | 0.001155 1194 | 0.001643 1195 | 0.000945 1196 | -0.000090 1197 | -0.000545 1198 | -0.000144 1199 | -0.000230 1200 | -0.000349 1201 | 0.000802 1202 | 0.002241 1203 | 0.003147 1204 | 0.003207 1205 | 0.003413 1206 | 0.003429 1207 | 0.002719 1208 | 0.001743 1209 | 0.001036 1210 | 0.000268 1211 | -0.000344 1212 | -0.000320 1213 | 0.000283 1214 | 0.000525 1215 | 0.000410 1216 | 0.000419 1217 | 0.000381 1218 | 0.000174 1219 | -0.000173 1220 | -0.000289 1221 | 0.000102 1222 | 0.000936 1223 | 0.001119 1224 | 0.000386 1225 | -0.000908 1226 | -0.001742 1227 | -0.001432 1228 | -0.000560 1229 | 0.000364 1230 | 0.001269 1231 | 0.002071 1232 | 0.002332 1233 | 0.001636 1234 | 0.000611 1235 | -0.000414 1236 | -0.000970 1237 | -0.001375 1238 | -0.001345 1239 | -0.001070 1240 | -0.000912 1241 | -0.001112 1242 | -0.001131 1243 | -0.000613 1244 | 0.000005 1245 | 0.000277 1246 | 0.000305 1247 | 0.000294 1248 | 0.000398 1249 | 0.000354 1250 | 0.000307 1251 | -0.000390 1252 | -0.001497 1253 | -0.002283 1254 | -0.001894 1255 | -0.000825 1256 | 0.000564 1257 | 0.002039 1258 | 0.003361 1259 | 0.003616 1260 | 0.003011 1261 | 0.002268 1262 | 0.001441 1263 | 0.000241 1264 | -0.000514 1265 | -0.000598 1266 | -0.000262 1267 | 0.000103 1268 | 0.000080 1269 | -0.000050 1270 | -0.000179 1271 | -0.000431 1272 | -0.000863 1273 | -0.001053 1274 | -0.000722 1275 | 0.000090 1276 | 0.000863 1277 | 0.001227 1278 | 0.001085 1279 | 0.001279 1280 | 0.001332 1281 | 0.000368 1282 | -0.001560 1283 | -0.003079 1284 | -0.003325 1285 | -0.002992 1286 | -0.002047 1287 | -0.000444 1288 | 0.001014 1289 | 0.001430 1290 | 0.001465 1291 | 0.001806 1292 | 0.002103 1293 | 0.001898 1294 | 0.000928 1295 | -0.000062 1296 | -0.000694 1297 | -0.000889 1298 | -0.000661 1299 | -0.000315 1300 | -0.000215 1301 | -0.000446 1302 | -0.000996 1303 | -0.001513 1304 | -0.002077 1305 | -0.002210 1306 | -0.001736 1307 | -0.000950 1308 | -0.000556 1309 | -0.000711 1310 | -0.000937 1311 | -0.000758 1312 | 0.000054 1313 | 0.001254 1314 | 0.002111 1315 | 0.002046 1316 | 0.001346 1317 | 0.000380 1318 | -0.000364 1319 | -0.000509 1320 | -0.000317 1321 | 0.000023 1322 | 0.000415 1323 | 0.000094 1324 | -0.000620 1325 | -0.001107 1326 | -0.000595 1327 | 0.000257 1328 | 0.000350 1329 | -0.000052 1330 | -0.000518 1331 | -0.000941 1332 | -0.001057 1333 | -0.000715 1334 | 0.000127 1335 | 0.000744 1336 | 0.000614 1337 | -0.000030 1338 | -0.000880 1339 | -0.001548 1340 | -0.001817 1341 | -0.001184 1342 | -0.000384 1343 | 0.000119 1344 | -0.000262 1345 | -0.000990 1346 | -0.001436 1347 | -0.001487 1348 | -0.001880 1349 | -0.002615 1350 | -0.003278 1351 | -0.003734 1352 | -0.003852 1353 | -0.003273 1354 | -0.002545 1355 | -0.001889 1356 | -0.001339 1357 | -0.000792 1358 | -0.000368 1359 | -0.000372 1360 | -0.000238 1361 | -0.000056 1362 | 0.000290 1363 | 0.000273 1364 | -0.000279 1365 | -0.000714 1366 | -0.000645 1367 | -0.000260 1368 | 0.000429 1369 | 0.001250 1370 | 0.001912 1371 | 0.001908 1372 | 0.001459 1373 | 0.000637 1374 | 0.000083 1375 | -0.000153 1376 | 0.000145 1377 | 0.000462 1378 | 0.000423 1379 | 0.000242 1380 | 0.000431 1381 | 0.000865 1382 | 0.001176 1383 | 0.000975 1384 | 0.000488 1385 | -0.000634 1386 | -0.001516 1387 | -0.001802 1388 | -0.001655 1389 | -0.001129 1390 | -0.000654 1391 | -0.000725 1392 | -0.001075 1393 | -0.001449 1394 | -0.001783 1395 | -0.001268 1396 | -0.000040 1397 | 0.000829 1398 | 0.001087 1399 | 0.001316 1400 | 0.001778 1401 | 0.002032 1402 | 0.002069 1403 | 0.002283 1404 | 0.002516 1405 | 0.002374 1406 | 0.002136 1407 | 0.002171 1408 | 0.002033 1409 | 0.001717 1410 | 0.001297 1411 | 0.000683 1412 | 0.000029 1413 | -0.000347 1414 | -0.000015 1415 | 0.000706 1416 | 0.001260 1417 | 0.001725 1418 | 0.002237 1419 | 0.002554 1420 | 0.002363 1421 | 0.001418 1422 | 0.000471 1423 | 0.000035 1424 | 0.000129 1425 | 0.000820 1426 | 0.001461 1427 | 0.001295 1428 | 0.000464 1429 | -0.000532 1430 | -0.000855 1431 | -0.000212 1432 | 0.001317 1433 | 0.002650 1434 | 0.003146 1435 | 0.002561 1436 | 0.001169 1437 | -0.000213 1438 | -0.000428 1439 | 0.000371 1440 | 0.001835 1441 | 0.003068 1442 | 0.003455 1443 | 0.003102 1444 | 0.002606 1445 | 0.001950 1446 | 0.001373 1447 | 0.000720 1448 | -0.000098 1449 | -0.000771 1450 | -0.000825 1451 | -0.000881 1452 | -0.000811 1453 | -0.000477 1454 | -0.000029 1455 | -0.000084 1456 | -0.000459 1457 | -0.001111 1458 | -0.001631 1459 | -0.001732 1460 | -0.001612 1461 | -0.001319 1462 | -0.001105 1463 | -0.000840 1464 | -0.000268 1465 | 0.000258 1466 | 0.000492 1467 | 0.000301 1468 | 0.000121 1469 | 0.000035 1470 | -0.000051 1471 | -0.000322 1472 | -0.000919 1473 | -0.001718 1474 | -0.002436 1475 | -0.002832 1476 | -0.002644 1477 | -0.002049 1478 | -0.001618 1479 | -0.001110 1480 | -0.000396 1481 | -0.000169 1482 | -0.000411 1483 | -0.000789 1484 | -0.000777 1485 | -0.000341 1486 | 0.000358 1487 | 0.000826 1488 | 0.000910 1489 | 0.000487 1490 | -0.000357 1491 | -0.001137 1492 | -0.001392 1493 | -0.001245 1494 | -0.001410 1495 | -0.001496 1496 | -0.001433 1497 | -0.001221 1498 | -0.000844 1499 | -0.000534 1500 | -0.000380 1501 | -0.000502 1502 | -0.000914 1503 | -0.001285 1504 | -0.001413 1505 | -0.001254 1506 | -0.001158 1507 | -0.001288 1508 | -0.001658 1509 | -0.002160 1510 | -0.002034 1511 | -0.001619 1512 | -0.001375 1513 | -0.001211 1514 | -0.001161 1515 | -0.001390 1516 | -0.001536 1517 | -0.001767 1518 | -0.001999 1519 | -0.001777 1520 | -0.001018 1521 | 0.000110 1522 | 0.001025 1523 | 0.001360 1524 | 0.001437 1525 | 0.001510 1526 | 0.001414 1527 | 0.001651 1528 | 0.001807 1529 | 0.001409 1530 | 0.001173 1531 | 0.001326 1532 | 0.001362 1533 | 0.000893 1534 | 0.000432 1535 | 0.000191 1536 | 0.000024 1537 | 0.000008 1538 | 0.000148 1539 | 0.000005 1540 | -0.000416 1541 | -0.000722 1542 | -0.000676 1543 | -0.000639 1544 | -0.000479 1545 | -0.000343 1546 | 0.000192 1547 | 0.000789 1548 | 0.001165 1549 | 0.001040 1550 | 0.001024 1551 | 0.000983 1552 | 0.001281 1553 | 0.001610 1554 | 0.001680 1555 | 0.001268 1556 | 0.001006 1557 | 0.000956 1558 | 0.000988 1559 | 0.001354 1560 | 0.001607 1561 | 0.001898 1562 | 0.002496 1563 | 0.003088 1564 | 0.002779 1565 | 0.001756 1566 | 0.001199 1567 | 0.001066 1568 | 0.000415 1569 | -0.000308 1570 | -0.000711 1571 | -0.001291 1572 | -0.002196 1573 | -0.002642 1574 | -0.002320 1575 | -0.002184 1576 | -0.002210 1577 | -0.002489 1578 | -0.002434 1579 | -0.002040 1580 | -0.001261 1581 | -0.000587 1582 | -0.000081 1583 | 0.000044 1584 | -0.000329 1585 | -0.000467 1586 | -0.000161 1587 | 0.000092 1588 | -0.000233 1589 | -0.000262 1590 | -0.000036 1591 | 0.000344 1592 | 0.000382 1593 | 0.000375 1594 | 0.000361 1595 | 0.000418 1596 | 0.000468 1597 | 0.000656 1598 | 0.001217 1599 | 0.001642 1600 | 0.001903 1601 | 0.001939 1602 | 0.001786 1603 | 0.001114 1604 | 0.000720 1605 | 0.000590 1606 | 0.001009 1607 | 0.001250 1608 | 0.001053 1609 | 0.000720 1610 | 0.000702 1611 | 0.000700 1612 | 0.000605 1613 | 0.000459 1614 | 0.000662 1615 | 0.000993 1616 | 0.000902 1617 | 0.000667 1618 | 0.000552 1619 | 0.000393 1620 | 0.000344 1621 | 0.000061 1622 | -0.000482 1623 | -0.001407 1624 | -0.001931 1625 | -0.001569 1626 | -0.000841 1627 | -0.000235 1628 | 0.000126 1629 | 0.000362 1630 | 0.000361 1631 | 0.000443 1632 | 0.000233 1633 | -0.000262 1634 | -0.000640 1635 | -0.000354 1636 | 0.000026 1637 | 0.000120 1638 | -0.000374 1639 | -0.000869 1640 | -0.000996 1641 | -0.000698 1642 | -0.000123 1643 | 0.000370 1644 | 0.000518 1645 | 0.000396 1646 | -0.000125 1647 | -0.000707 1648 | -0.000816 1649 | -0.000600 1650 | -0.000757 1651 | -0.001176 1652 | -0.001545 1653 | -0.001424 1654 | -0.001123 1655 | -0.000810 1656 | -0.000112 1657 | 0.000862 1658 | 0.001237 1659 | 0.000973 1660 | 0.000619 1661 | 0.000337 1662 | 0.000230 1663 | 0.000392 1664 | 0.000458 1665 | 0.000260 1666 | -0.000229 1667 | -0.000332 1668 | 0.000184 1669 | 0.001013 1670 | 0.001174 1671 | 0.000616 1672 | -0.000135 1673 | -0.000677 1674 | -0.001232 1675 | -0.001941 1676 | -0.002146 1677 | -0.001993 1678 | -0.001752 1679 | -0.001442 1680 | -0.001221 1681 | -0.000972 1682 | -0.000923 1683 | -0.000918 1684 | -0.000751 1685 | -0.000356 1686 | -0.000021 1687 | 0.000653 1688 | 0.000904 1689 | 0.000901 1690 | 0.000793 1691 | 0.000881 1692 | 0.001123 1693 | 0.001424 1694 | 0.001613 1695 | 0.001462 1696 | 0.001106 1697 | 0.000946 1698 | 0.000837 1699 | 0.000687 1700 | 0.000518 1701 | 0.000575 1702 | 0.000523 1703 | 0.000347 1704 | 0.000377 1705 | 0.000305 1706 | -0.000077 1707 | -0.000311 1708 | -0.000301 1709 | -0.000120 1710 | -0.000137 1711 | -0.000460 1712 | -0.000762 1713 | -0.000870 1714 | -0.000856 1715 | -0.000925 1716 | -0.000850 1717 | -0.000728 1718 | -0.000571 1719 | -0.000485 1720 | -0.000238 1721 | -0.000156 1722 | -0.000347 1723 | -0.000388 1724 | 0.000113 1725 | 0.000346 1726 | 0.000538 1727 | 0.000587 1728 | 0.000593 1729 | -0.000026 1730 | -0.000792 1731 | -0.001201 1732 | -0.001295 1733 | -0.001502 1734 | -0.001742 1735 | -0.001872 1736 | -0.001558 1737 | -0.001096 1738 | -0.001043 1739 | -0.001046 1740 | -0.000845 1741 | -0.000724 1742 | -0.000750 1743 | -0.000452 1744 | -0.000044 1745 | 0.000210 1746 | 0.000466 1747 | 0.000681 1748 | 0.000712 1749 | 0.000231 1750 | 0.000015 1751 | 0.000052 1752 | 0.000296 1753 | 0.000362 1754 | 0.000186 1755 | -0.000018 1756 | -0.000129 1757 | 0.000014 1758 | 0.000320 1759 | 0.000553 1760 | 0.000615 1761 | 0.000413 1762 | 0.000406 1763 | 0.000476 1764 | 0.000530 1765 | 0.000388 1766 | 0.000321 1767 | 0.000048 1768 | -0.000120 1769 | -0.000078 1770 | 0.000309 1771 | 0.000269 1772 | -0.000014 1773 | -0.000019 1774 | 0.000387 1775 | 0.000753 1776 | 0.000882 1777 | 0.000899 1778 | 0.000944 1779 | 0.001072 1780 | 0.001146 1781 | 0.001376 1782 | 0.001232 1783 | 0.000883 1784 | 0.000710 1785 | 0.000866 1786 | 0.000935 1787 | 0.000745 1788 | 0.000322 1789 | -0.000141 1790 | -0.000371 1791 | -0.000564 1792 | -0.000795 1793 | -0.000770 1794 | -0.000500 1795 | -0.000019 1796 | 0.000440 1797 | 0.000474 1798 | 0.000429 1799 | 0.000182 1800 | 0.000060 1801 | 0.000001 1802 | -0.000242 1803 | -0.000662 1804 | -0.000965 1805 | -0.001013 1806 | -0.000964 1807 | -0.000726 1808 | -0.000525 1809 | -0.000178 1810 | 0.000172 1811 | 0.000401 1812 | 0.000264 1813 | 0.000070 1814 | 0.000078 1815 | 0.000060 1816 | -0.000181 1817 | -0.000448 1818 | -0.000507 1819 | -0.000422 1820 | -0.000589 1821 | -0.000690 1822 | -0.000885 1823 | -0.000887 1824 | -0.000858 1825 | -0.000754 1826 | -0.000476 1827 | -0.000127 1828 | 0.000003 1829 | -0.000078 1830 | -0.000487 1831 | -0.000767 1832 | -0.001087 1833 | -0.001158 1834 | -0.000859 1835 | -0.000461 1836 | -0.000396 1837 | -0.000805 1838 | -0.001119 1839 | -0.000982 1840 | -0.000850 1841 | -0.000722 1842 | -0.000552 1843 | -0.000523 1844 | -0.000843 1845 | -0.001312 1846 | -0.001359 1847 | -0.001018 1848 | -0.000765 1849 | -0.000492 1850 | -0.000552 1851 | -0.000600 1852 | -0.000543 1853 | -0.000012 1854 | 0.000754 1855 | 0.001164 1856 | 0.001196 1857 | 0.001074 1858 | 0.000980 1859 | 0.000859 1860 | 0.001143 1861 | 0.001586 1862 | 0.001886 1863 | 0.001674 1864 | 0.001115 1865 | 0.000755 1866 | 0.000779 1867 | 0.000973 1868 | 0.000930 1869 | 0.000583 1870 | 0.000323 1871 | -0.000099 1872 | -0.000382 1873 | -0.000423 1874 | -0.000530 1875 | -0.000559 1876 | -0.000248 1877 | 0.000198 1878 | 0.000520 1879 | 0.000682 1880 | 0.000734 1881 | 0.000484 1882 | 0.000137 1883 | 0.000122 1884 | 0.000310 1885 | 0.000711 1886 | 0.001097 1887 | 0.001408 1888 | 0.001270 1889 | 0.000829 1890 | 0.000521 1891 | 0.000521 1892 | 0.000967 1893 | 0.001304 1894 | 0.001581 1895 | 0.001541 1896 | 0.001310 1897 | 0.001115 1898 | 0.000924 1899 | 0.000834 1900 | 0.000610 1901 | 0.000223 1902 | -0.000425 1903 | -0.000930 1904 | -0.001424 1905 | -0.001464 1906 | -0.000999 1907 | -0.000552 1908 | -0.000437 1909 | -0.000123 1910 | 0.000330 1911 | 0.000976 1912 | 0.001333 1913 | 0.001490 1914 | 0.001082 1915 | 0.000420 1916 | -0.000013 1917 | -0.000297 1918 | -0.000667 1919 | -0.001168 1920 | -0.001580 1921 | -0.002002 1922 | -0.002027 1923 | -0.002038 1924 | -0.001988 1925 | -0.001836 1926 | -0.001733 1927 | -0.001578 1928 | -0.001593 1929 | -0.001659 1930 | -0.001984 1931 | -0.002055 1932 | -0.001870 1933 | -0.001739 1934 | -0.001461 1935 | -0.001053 1936 | -0.000743 1937 | -0.000598 1938 | -0.000760 1939 | -0.000984 1940 | -0.001099 1941 | -0.001147 1942 | -0.001067 1943 | -0.000878 1944 | -0.000521 1945 | -0.000484 1946 | -0.000940 1947 | -0.001518 1948 | -0.001615 1949 | -0.001160 1950 | -0.000564 1951 | -0.000145 1952 | 0.000041 1953 | -0.000120 1954 | -0.000437 1955 | -0.000605 1956 | -0.000729 1957 | -0.001025 1958 | -0.001616 1959 | -0.002021 1960 | -0.002164 1961 | -0.001788 1962 | -0.001079 1963 | -0.000368 1964 | 0.000299 1965 | 0.000925 1966 | 0.001163 1967 | 0.000677 1968 | 0.000112 1969 | -0.000417 1970 | -0.001134 1971 | -0.001444 1972 | -0.001344 1973 | -0.001023 1974 | -0.000962 1975 | -0.000914 1976 | -0.000833 1977 | -0.000767 1978 | -0.000669 1979 | -0.000453 1980 | 0.000041 1981 | 0.000542 1982 | 0.000991 1983 | 0.001149 1984 | 0.001256 1985 | 0.001200 1986 | 0.000925 1987 | 0.000855 1988 | 0.001224 1989 | 0.001613 1990 | 0.001802 1991 | 0.001809 1992 | 0.001482 1993 | 0.000894 1994 | 0.000533 1995 | 0.000619 1996 | 0.001037 1997 | 0.001158 1998 | 0.001139 1999 | 0.001003 2000 | 0.000757 2001 | -------------------------------------------------------------------------------- /移频法/readme.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/移频法/readme.docx -------------------------------------------------------------------------------- /移频法/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/移频法/readme.txt -------------------------------------------------------------------------------- /移频法/timit_howling.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/移频法/timit_howling.wav -------------------------------------------------------------------------------- /移频法/timit_howling_suppression.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/移频法/timit_howling_suppression.wav -------------------------------------------------------------------------------- /移频法/代码流程图.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/移频法/代码流程图.vsd -------------------------------------------------------------------------------- /移频法/未处理信号和啸叫抑制信号.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/移频法/未处理信号和啸叫抑制信号.png -------------------------------------------------------------------------------- /移频法/移频.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/移频法/移频.png -------------------------------------------------------------------------------- /移频法/算法逻辑图.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/移频法/算法逻辑图.vsd -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Common/HA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Common/HA.m -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Common/HALMSadapt.m: -------------------------------------------------------------------------------- 1 | function [yn,en,yfb,S] = HALMSadapt(un,S) 2 | 3 | % HALMSadapt Adaptive FIR Filter with LMS Algorithm for Hearing Aids 4 | % 5 | % The history of output, square error and coefficients of 6 | % FIR filters are passed out to extenal. Refer to Fig. 1.9 7 | % 8 | % Arguments: 9 | % un Input signal to hearing aids 10 | % S Adptive filter parameters as defined in HALMSinit.m 11 | % yn History of output signal 12 | % en History of error signal 13 | % yfb History of feedback path signal 14 | % 15 | % 16 | % by Lee, Gan, and Kuo, 2008 17 | % Subband Adaptive Filtering: Theory and Implementation 18 | % Publisher: John Wiley and Sons, Ltd 19 | 20 | mu = S.step; % Step size for the LMS algorithm 21 | w = S.coeffs; % Weight vector of FIR filter 22 | M = length(S.coeffs); % Length of FIR filter 23 | fftap = zeros(1,M); % Feedforward taps 24 | M_fb = length(S.fb); % Length of feedback filter 25 | fbtap = zeros(1,M_fb); % Feedback taps 26 | delay = S.delay; 27 | 28 | ITER = length(un); % Length of input sequence 29 | yn = zeros(1,ITER); % Initialize output sequence to zero 30 | en = zeros(1,ITER); % Initialize error sequence to zero 31 | 32 | en(1) = un(1); % and let the 1st sample as 1st input sample 33 | yfb = zeros(1,ITER); % Initialize output of feedback path to zero 34 | u = zeros(1,ITER); % Initialize input of adaptive filter to zero 35 | u1 = zeros(1,ITER); % Initialize input of feedforward path to zero 36 | 37 | for n = 1:ITER 38 | 39 | if n > (delay+1) 40 | u(n) = S.ff(end)*en(n-delay-1); 41 | else 42 | u(n) = 0; 43 | end 44 | 45 | for k = 1:1:M_fb-1; % Updates of tapped-delay line for feedback plant 46 | fbtap(M_fb-k+1) = fbtap(M_fb-k); 47 | end 48 | fbtap(1) = un(n); 49 | yfb(n) = S.fb'*fbtap'; 50 | 51 | %if n >delay % Delayed input before adaptive filtering 52 | % u(n) = u1(n-delay); 53 | % else 54 | % u(n) = 0; 55 | % end 56 | 57 | for k = 1:1:M-1; % Updates of tapped-delay line of adaptive filter 58 | fftap(M-k+1) = fftap(M-k); 59 | end 60 | fftap(1) = un(n); 61 | yn(n) = w'*fftap'; % Compute output by inner product 62 | en(n) = un(n)+yfb(n)-yn(n); % Compute error signal 63 | w = w + (mu*en(n))*fftap'; % LMS algorithm 64 | S.iter = S.iter + 1; 65 | end 66 | 67 | S.coeffs = w; % Coefficient values at final iteration 68 | -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Common/HALMSinit.m: -------------------------------------------------------------------------------- 1 | function S = HALMSinit(w0,mu,fb,ff,delay) 2 | 3 | % HALMSinit Initialize Parameter Structure of the LMS Algorithm 4 | % for Hearing Aids. Refer to Fig. 1.9 5 | % 6 | % Arguments: 7 | % w0 Coefficients of FIR filter at start (@n=1) 8 | % mu Step size for LMS algorithm 9 | % ff Feedforward path 10 | % fb Feedback path 11 | % delay Delay to adaptive filter 12 | % 13 | % by Lee, Gan, and Kuo, 2008 14 | % Subband Adaptive Filtering: Theory and Implementation 15 | % Publisher: John Wiley and Sons, Ltd 16 | 17 | 18 | % Assign structure fields 19 | 20 | S.coeffs = w0(:); % Weight (column) vector of FIR filter 21 | S.step = mu; % Step size of the LMS algorithm 22 | S.iter = 0; % Iteration count 23 | S.ff = ff; % Feedforward path 24 | S.fb = fb; % Feedback path 25 | S.delay = delay; % Delay 26 | S.AdaptStart = length(w0); % Running effect of adaptive filter 27 | 28 | -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Common/far.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Common/far.wav -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Common/far_howling.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Common/far_howling.wav -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Common/far_howling_suppression.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Common/far_howling_suppression.wav -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Common/fb.dat: -------------------------------------------------------------------------------- 1 | 2.0000000e-003 2 | -2.0000000e-003 3 | 5.8000000e-002 4 | -7.8000000e-002 5 | 6.1000000e-002 6 | -2.8000000e-002 7 | 0.0000000e+000 8 | -8.0000000e-003 9 | 4.3000000e-002 10 | -2.7000000e-002 11 | 1.3000000e-002 12 | -1.3000000e-002 13 | 2.1000000e-002 14 | -1.2000000e-002 15 | 1.2000000e-002 16 | -1.3000000e-002 17 | 1.2500000e-002 18 | -1.5000000e-002 19 | 1.2200000e-002 20 | -9.0000000e-003 21 | 1.2000000e-002 22 | -1.0000000e-002 23 | 1.0000000e-002 24 | -6.0000000e-003 25 | 6.0000000e-003 26 | -8.0000000e-003 27 | 6.0000000e-003 28 | -6.0000000e-003 29 | 4.0000000e-003 30 | -4.0000000e-003 31 | 3.0000000e-003 32 | -4.2000000e-003 33 | 3.5000000e-003 34 | -2.5000000e-003 35 | 2.5000000e-003 36 | -2.5000000e-003 37 | 3.0000000e-003 38 | -2.0000000e-003 39 | 2.0000000e-003 40 | -1.8000000e-003 41 | 2.0000000e-003 42 | -1.8000000e-003 43 | 1.8000000e-003 44 | -1.4000000e-003 45 | 1.4000000e-003 46 | -1.3000000e-003 47 | 1.3000000e-003 48 | -1.2000000e-003 49 | 1.2000000e-003 50 | -1.1000000e-003 51 | 1.1000000e-003 52 | -1.0000000e-003 53 | 1.0000000e-003 54 | -9.0000000e-004 55 | 9.0000000e-004 56 | -8.0000000e-004 57 | 8.0000000e-004 58 | -7.0000000e-004 59 | 7.0000000e-004 60 | -6.0000000e-004 61 | 6.0000000e-004 62 | -5.0000000e-004 63 | 5.0000000e-004 64 | -4.0000000e-004 65 | 4.0000000e-004 66 | -3.0000000e-004 67 | 3.0000000e-004 68 | -2.0000000e-004 69 | 2.0000000e-004 70 | -1.0000000e-004 71 | 1.0000000e-004 72 | -8.0000000e-005 73 | 8.0000000e-005 74 | -6.0000000e-005 75 | 6.0000000e-005 76 | -4.0000000e-005 77 | 4.0000000e-005 78 | -2.0000000e-005 79 | 2.0000000e-005 80 | -1.0000000e-005 81 | 1.0000000e-005 82 | 5.0000000e-005 83 | 5.0000000e-005 84 | 5.0000000e-005 85 | 5.0000000e-005 86 | 5.0000000e-005 87 | 5.0000000e-005 88 | 5.0000000e-005 89 | 5.0000000e-005 90 | 5.0000000e-005 91 | 5.0000000e-005 92 | 5.0000000e-005 93 | 5.0000000e-005 94 | 5.0000000e-005 95 | 5.0000000e-005 96 | 5.0000000e-005 97 | 5.0000000e-005 98 | 5.0000000e-005 99 | 5.0000000e-005 100 | 5.0000000e-005 101 | -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Common/near.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Common/near.WAV -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Common/near_howling.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Common/near_howling.wav -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Common/near_howling_suppression.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Common/near_howling_suppression.wav -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Common/sp_c2e2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Common/sp_c2e2.wav -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Common/sp_c2e2_howling.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Common/sp_c2e2_howling.wav -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Common/sp_c2e2_howling_suppression.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Common/sp_c2e2_howling_suppression.wav -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Figure.png -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Figure1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Figure1.png -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Figure2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Figure2.png -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Figure3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Figure3.png -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Figure4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Figure4.png -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Figure5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Figure5.png -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Steady-state analysis of continuous adaptation in acoustic feedback reduction systems for hearing-aids.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/Steady-state analysis of continuous adaptation in acoustic feedback reduction systems for hearing-aids.pdf -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/readme.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/readme.docx -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/代码流程图.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/代码流程图.vsd -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/算法逻辑图.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/算法逻辑图.vsd -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/说明.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - LMS/说明.txt -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/Common/HA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/Common/HA.m -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/Common/HANLMSadapt.m: -------------------------------------------------------------------------------- 1 | function [yn,en,yfb,S] = HANLMSadapt(un,S) 2 | 3 | % HANLMSadapt NLMS Algorithm for Hearing Aids 4 | % 5 | % Perform over the entire length of input sequence for hearing 6 | % aids. The history of output, square error and coefficients of 7 | % FIR filters are passed out to extenal. Refer to Fig. 1.9. 8 | % 9 | % Parameters: 10 | % un Input signal 11 | % S Adptive filter parameters as defined in HANLMSinit.m 12 | % yn History of output signal 13 | % en History of error signal 14 | % yfb History of feedback path signal 15 | % 16 | % by Lee, Gan, and Kuo, 2008 17 | % Subband Adaptive Filtering: Theory and Implementation 18 | % Publisher: John Wiley and Sons, Ltd 19 | 20 | mu = S.step; % Step size of NLMS algorithm 21 | w = S.coeffs; % Weight vector of FIR filter 22 | M = length(S.coeffs); % Length of FIR filter 23 | fftap = zeros(1,M); % Feedforward taps 24 | M_fb = length(S.fb); % Length of feedback filter 25 | fbtap = zeros(1,M_fb); % Feedback taps 26 | delay = S.delay; 27 | 28 | ITER = length(un); % Length of input sequence 29 | yn = zeros(1,ITER); % Initialize output sequence to zero 30 | en = zeros(1,ITER); % Initialize error sequence to zero 31 | en(1) = un(1); % and let the 1st sample as 1st input sample 32 | yfb = zeros(1,ITER); % Initialize output of feedback path to zero 33 | u = zeros(1,ITER); % Initialize input of adaptive filter to zero 34 | u1 = zeros(1,ITER); % Initialize input of feedforward path to zero 35 | alpha = S.alpha; 36 | 37 | 38 | for n = 1:ITER 39 | if n > (delay+1) 40 | u(n) = S.ff(end)*en(n-delay-1); 41 | else 42 | u(n) = 0; 43 | end 44 | 45 | for k = 1:1:M_fb-1; % Updates of tapped-delay line for feedback plant 46 | fbtap(M_fb-k+1) = fbtap(M_fb-k); 47 | end 48 | fbtap(1) = un(n); 49 | yfb(n) = S.fb'*fbtap'; 50 | 51 | %if n >delay % Delayed input before adaptive filtering 52 | % u(n) = u1(n-delay); 53 | %else 54 | % u(n) = 0; 55 | %end 56 | for k = 1:1:M-1; % Updates of tapped-delay line of adaptive filter 57 | fftap(M-k+1) = fftap(M-k); 58 | end 59 | fftap(1) = un(n); 60 | yn(n) = w'*fftap'; % Compute filter output by inner product 61 | en(n) = un(n)+yfb(n)-yn(n); % Compute error signal 62 | w = w + ((mu*en(n))/(fftap*fftap'+alpha))*fftap'; % NLMS algorithm 63 | S.iter = S.iter + 1; 64 | end 65 | 66 | 67 | S.coeffs = w; % Coefficient values at final iteration 68 | -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/Common/HANLMSinit.m: -------------------------------------------------------------------------------- 1 | function S = HANLMSinit(w0,mu,fb,ff,delay) 2 | 3 | % HANLMSinit Initialize Parameter Structure of the NLMS Algorithm 4 | % for Hearing Aids. Refer to Fig. 1.9 5 | % 6 | % Arguments: 7 | % w0 Coefficients of FIR filter at start (@n=1) 8 | % mu Step size for the NLMS algorithm 9 | % ff Feedforward path 10 | % fb Feedback path 11 | % delay Delay to adaptive filter 12 | % 13 | % by Lee, Gan, and Kuo, 2008 14 | % Subband Adaptive Filtering: Theory and Implementation 15 | % Publisher: John Wiley and Sons, Ltd 16 | 17 | 18 | % Assign structure fields 19 | 20 | S.coeffs = w0(:); % Weight (column) vector of FIR filter 21 | S.step = mu; % Step size of the LMS algorithm 22 | S.iter = 0; % Iteration count 23 | S.alpha = 0.001; % A small constant to avoid divided by zero 24 | S.ff = ff; % Feedforward path 25 | S.fb = fb; % Feedback path 26 | S.delay = delay; % Delay 27 | S.AdaptStart= length(w0); % Running effect of adaptive filter 28 | 29 | -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/Common/far.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/Common/far.wav -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/Common/far_howling.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/Common/far_howling.wav -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/Common/far_howling_suppression.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/Common/far_howling_suppression.wav -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/Common/fb.dat: -------------------------------------------------------------------------------- 1 | 2.0000000e-003 2 | -2.0000000e-003 3 | 5.8000000e-002 4 | -7.8000000e-002 5 | 6.1000000e-002 6 | -2.8000000e-002 7 | 0.0000000e+000 8 | -8.0000000e-003 9 | 4.3000000e-002 10 | -2.7000000e-002 11 | 1.3000000e-002 12 | -1.3000000e-002 13 | 2.1000000e-002 14 | -1.2000000e-002 15 | 1.2000000e-002 16 | -1.3000000e-002 17 | 1.2500000e-002 18 | -1.5000000e-002 19 | 1.2200000e-002 20 | -9.0000000e-003 21 | 1.2000000e-002 22 | -1.0000000e-002 23 | 1.0000000e-002 24 | -6.0000000e-003 25 | 6.0000000e-003 26 | -8.0000000e-003 27 | 6.0000000e-003 28 | -6.0000000e-003 29 | 4.0000000e-003 30 | -4.0000000e-003 31 | 3.0000000e-003 32 | -4.2000000e-003 33 | 3.5000000e-003 34 | -2.5000000e-003 35 | 2.5000000e-003 36 | -2.5000000e-003 37 | 3.0000000e-003 38 | -2.0000000e-003 39 | 2.0000000e-003 40 | -1.8000000e-003 41 | 2.0000000e-003 42 | -1.8000000e-003 43 | 1.8000000e-003 44 | -1.4000000e-003 45 | 1.4000000e-003 46 | -1.3000000e-003 47 | 1.3000000e-003 48 | -1.2000000e-003 49 | 1.2000000e-003 50 | -1.1000000e-003 51 | 1.1000000e-003 52 | -1.0000000e-003 53 | 1.0000000e-003 54 | -9.0000000e-004 55 | 9.0000000e-004 56 | -8.0000000e-004 57 | 8.0000000e-004 58 | -7.0000000e-004 59 | 7.0000000e-004 60 | -6.0000000e-004 61 | 6.0000000e-004 62 | -5.0000000e-004 63 | 5.0000000e-004 64 | -4.0000000e-004 65 | 4.0000000e-004 66 | -3.0000000e-004 67 | 3.0000000e-004 68 | -2.0000000e-004 69 | 2.0000000e-004 70 | -1.0000000e-004 71 | 1.0000000e-004 72 | -8.0000000e-005 73 | 8.0000000e-005 74 | -6.0000000e-005 75 | 6.0000000e-005 76 | -4.0000000e-005 77 | 4.0000000e-005 78 | -2.0000000e-005 79 | 2.0000000e-005 80 | -1.0000000e-005 81 | 1.0000000e-005 82 | 5.0000000e-005 83 | 5.0000000e-005 84 | 5.0000000e-005 85 | 5.0000000e-005 86 | 5.0000000e-005 87 | 5.0000000e-005 88 | 5.0000000e-005 89 | 5.0000000e-005 90 | 5.0000000e-005 91 | 5.0000000e-005 92 | 5.0000000e-005 93 | 5.0000000e-005 94 | 5.0000000e-005 95 | 5.0000000e-005 96 | 5.0000000e-005 97 | 5.0000000e-005 98 | 5.0000000e-005 99 | 5.0000000e-005 100 | 5.0000000e-005 101 | -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/Common/near.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/Common/near.WAV -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/Common/near_howling.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/Common/near_howling.wav -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/Common/near_howling_suppression.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/Common/near_howling_suppression.wav -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/Figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/Figure.png -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/Figure1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/Figure1.png -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/Figure2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/Figure2.png -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/Figure3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/Figure3.png -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/Figure4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/Figure4.png -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/Figure5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/Figure5.png -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/Steady-state analysis of continuous adaptation in acoustic feedback reduction systems for hearing-aids.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/Steady-state analysis of continuous adaptation in acoustic feedback reduction systems for hearing-aids.pdf -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/readme.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/readme.docx -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/代码流程图.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/代码流程图.vsd -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/算法逻辑图.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/算法逻辑图.vsd -------------------------------------------------------------------------------- /自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/说明.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/Application Program to Test Acoustic Feedback Reduction for Hearing Aids - simplified - NLMS/说明.txt -------------------------------------------------------------------------------- /自适应法/自适应啸叫抑制.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/自适应法/自适应啸叫抑制.docx -------------------------------------------------------------------------------- /陷波法/TIMIT.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/陷波法/TIMIT.WAV -------------------------------------------------------------------------------- /陷波法/ahc_notch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/陷波法/ahc_notch.m -------------------------------------------------------------------------------- /陷波法/man.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/陷波法/man.wav -------------------------------------------------------------------------------- /陷波法/man_howling.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/陷波法/man_howling.wav -------------------------------------------------------------------------------- /陷波法/man_howling_suppression.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/陷波法/man_howling_suppression.wav -------------------------------------------------------------------------------- /陷波法/path.txt: -------------------------------------------------------------------------------- 1 | 0.000266 2 | -0.002012 3 | 0.000897 4 | -0.000504 5 | 0.000234 6 | -0.000172 7 | -0.000203 8 | 0.000293 9 | -0.001131 10 | -0.006891 11 | -0.135781 12 | -0.654303 13 | -1.332799 14 | -1.412939 15 | -0.838869 16 | -0.222403 17 | 0.065345 18 | 0.251710 19 | 0.296987 20 | 0.020201 21 | -0.214339 22 | -0.067540 23 | 0.177664 24 | 0.237562 25 | 0.253479 26 | 0.330032 27 | 0.361224 28 | 0.302488 29 | 0.231261 30 | 0.297921 31 | 0.403839 32 | 0.347678 33 | 0.157073 34 | 0.039788 35 | 0.005480 36 | -0.027097 37 | 0.048041 38 | 0.185650 39 | 0.209119 40 | 0.114148 41 | 0.023275 42 | 0.012842 43 | 0.052362 44 | 0.091241 45 | 0.131637 46 | 0.161574 47 | 0.114828 48 | 0.003723 49 | -0.059357 50 | -0.029671 51 | 0.032426 52 | 0.056659 53 | 0.053885 54 | 0.046671 55 | 0.029436 56 | 0.002962 57 | 0.007076 58 | 0.057421 59 | 0.114610 60 | 0.162291 61 | 0.174986 62 | 0.152472 63 | 0.104757 64 | 0.075149 65 | 0.105895 66 | 0.160113 67 | 0.172630 68 | 0.124836 69 | 0.070113 70 | 0.036635 71 | 0.016696 72 | -0.002383 73 | -0.007322 74 | 0.014652 75 | 0.029488 76 | 0.018084 77 | 0.008707 78 | 0.025148 79 | 0.040771 80 | 0.048943 81 | 0.062464 82 | 0.072563 83 | 0.067919 84 | 0.051809 85 | 0.052710 86 | 0.057194 87 | 0.046779 88 | 0.021491 89 | 0.001087 90 | -0.009784 91 | -0.025210 92 | -0.043896 93 | -0.060004 94 | -0.059880 95 | -0.049785 96 | -0.047971 97 | -0.047295 98 | -0.035163 99 | -0.022586 100 | -0.021542 101 | -0.004394 102 | 0.024427 103 | 0.030676 104 | 0.006068 105 | -0.017582 106 | -0.020707 107 | -0.020574 108 | -0.022071 109 | -0.027878 110 | -0.032497 111 | -0.039004 112 | -0.048001 113 | -0.055676 114 | -0.056284 115 | -0.056698 116 | -0.062355 117 | -0.061060 118 | -0.059525 119 | -0.060332 120 | -0.057477 121 | -0.047488 122 | -0.036466 123 | -0.034937 124 | -0.039459 125 | -0.045681 126 | -0.049697 127 | -0.048893 128 | -0.046229 129 | -0.044906 130 | -0.050084 131 | -0.053853 132 | -0.059030 133 | -0.062122 134 | -0.057322 135 | -0.044817 136 | -0.040379 137 | -0.050975 138 | -0.059985 139 | -0.063800 140 | -0.059996 141 | -0.051683 142 | -0.042769 143 | -0.041234 144 | -0.043384 145 | -0.041630 146 | -0.033299 147 | -0.024216 148 | -0.017185 149 | -0.008673 150 | -0.005934 151 | -0.014734 152 | -0.034361 153 | -0.050062 154 | -0.054024 155 | -0.047871 156 | -0.040265 157 | -0.039977 158 | -0.047861 159 | -0.057887 160 | -0.060643 161 | -0.055123 162 | -0.046769 163 | -0.039522 164 | -0.034713 165 | -0.031128 166 | -0.027096 167 | -0.022016 168 | -0.016935 169 | -0.008087 170 | 0.003592 171 | 0.010172 172 | 0.006679 173 | -0.002049 174 | -0.009891 175 | -0.012179 176 | -0.006036 177 | 0.000947 178 | -0.001292 179 | -0.010848 180 | -0.019701 181 | -0.025517 182 | -0.028305 183 | -0.026733 184 | -0.020385 185 | -0.010846 186 | -0.001260 187 | 0.006233 188 | 0.010823 189 | 0.014246 190 | 0.019950 191 | 0.027368 192 | 0.030560 193 | 0.027032 194 | 0.019081 195 | 0.011482 196 | 0.008769 197 | 0.008530 198 | 0.005398 199 | 0.000254 200 | -0.003047 201 | -0.005160 202 | -0.006537 203 | -0.004566 204 | -0.000697 205 | 0.001556 206 | 0.002082 207 | 0.003590 208 | 0.004902 209 | 0.006491 210 | 0.012691 211 | 0.023562 212 | 0.033671 213 | 0.036062 214 | 0.032941 215 | 0.028958 216 | 0.025756 217 | 0.024832 218 | 0.025432 219 | 0.025335 220 | 0.022330 221 | 0.018195 222 | 0.014730 223 | 0.011470 224 | 0.010313 225 | 0.012011 226 | 0.015326 227 | 0.018151 228 | 0.021639 229 | 0.023962 230 | 0.024008 231 | 0.025517 232 | 0.030458 233 | 0.033808 234 | 0.032467 235 | 0.029698 236 | 0.028237 237 | 0.026931 238 | 0.026642 239 | 0.026468 240 | 0.024447 241 | 0.019475 242 | 0.014244 243 | 0.010553 244 | 0.008302 245 | 0.007171 246 | 0.007208 247 | 0.007767 248 | 0.007516 249 | 0.006590 250 | 0.006763 251 | 0.008792 252 | 0.012270 253 | 0.016991 254 | 0.022106 255 | 0.025447 256 | 0.025838 257 | 0.024429 258 | 0.023605 259 | 0.022067 260 | 0.018962 261 | 0.015332 262 | 0.012067 263 | 0.008459 264 | 0.005621 265 | 0.004903 266 | 0.005468 267 | 0.005397 268 | 0.004835 269 | 0.004727 270 | 0.004994 271 | 0.005670 272 | 0.006643 273 | 0.008211 274 | 0.009650 275 | 0.010314 276 | 0.010604 277 | 0.010299 278 | 0.009050 279 | 0.007781 280 | 0.006840 281 | 0.004976 282 | 0.001411 283 | -0.002352 284 | -0.005030 285 | -0.007044 286 | -0.008653 287 | -0.009272 288 | -0.009851 289 | -0.011296 290 | -0.012167 291 | -0.011447 292 | -0.010168 293 | -0.008725 294 | -0.007201 295 | -0.006266 296 | -0.006378 297 | -0.006420 298 | -0.005404 299 | -0.003764 300 | -0.002525 301 | -0.001666 302 | -0.001053 303 | -0.001231 304 | -0.001964 305 | -0.002776 306 | -0.002991 307 | -0.003876 308 | -0.005412 309 | -0.006129 310 | -0.006546 311 | -0.007804 312 | -0.009136 313 | -0.009334 314 | -0.008199 315 | -0.006694 316 | -0.005421 317 | -0.004169 318 | -0.003306 319 | -0.003198 320 | -0.003078 321 | -0.003039 322 | -0.003771 323 | -0.005763 324 | -0.007631 325 | -0.008776 326 | -0.009957 327 | -0.011546 328 | -0.013531 329 | -0.015529 330 | -0.017835 331 | -0.019759 332 | -0.020787 333 | -0.020332 334 | -0.018886 335 | -0.016845 336 | -0.014243 337 | -0.011982 338 | -0.010060 339 | -0.007870 340 | -0.005326 341 | -0.002890 342 | -0.001062 343 | -0.000493 344 | -0.000980 345 | -0.001146 346 | -0.000986 347 | -0.001228 348 | -0.001713 349 | -0.002220 350 | -0.002579 351 | -0.003114 352 | -0.003947 353 | -0.004709 354 | -0.004998 355 | -0.005372 356 | -0.005404 357 | -0.005108 358 | -0.004996 359 | -0.004970 360 | -0.004504 361 | -0.003769 362 | -0.003157 363 | -0.002751 364 | -0.002795 365 | -0.002912 366 | -0.003179 367 | -0.003918 368 | -0.005099 369 | -0.006208 370 | -0.006720 371 | -0.006991 372 | -0.007105 373 | -0.007505 374 | -0.007796 375 | -0.007144 376 | -0.005745 377 | -0.004444 378 | -0.003166 379 | -0.001367 380 | 0.000455 381 | 0.001573 382 | 0.002189 383 | 0.002447 384 | 0.002371 385 | 0.002490 386 | 0.002977 387 | 0.003400 388 | 0.003442 389 | 0.003425 390 | 0.003622 391 | 0.004098 392 | 0.004412 393 | 0.003976 394 | 0.003193 395 | 0.002805 396 | 0.002144 397 | 0.001311 398 | 0.000845 399 | 0.000601 400 | 0.000483 401 | 0.001015 402 | 0.002099 403 | 0.002820 404 | 0.003104 405 | 0.003256 406 | 0.003533 407 | 0.003704 408 | 0.003684 409 | 0.003722 410 | 0.003816 411 | 0.003927 412 | 0.003691 413 | 0.003277 414 | 0.003051 415 | 0.003262 416 | 0.003596 417 | 0.003475 418 | 0.003035 419 | 0.002732 420 | 0.002334 421 | 0.002018 422 | 0.002289 423 | 0.002901 424 | 0.003188 425 | 0.003458 426 | 0.004278 427 | 0.005112 428 | 0.005442 429 | 0.005637 430 | 0.005627 431 | 0.005457 432 | 0.004830 433 | 0.003628 434 | 0.002738 435 | 0.001773 436 | 0.000914 437 | 0.000592 438 | 0.000466 439 | 0.000249 440 | 0.000212 441 | 0.000761 442 | 0.001399 443 | 0.001616 444 | 0.001686 445 | 0.001690 446 | 0.001698 447 | 0.001775 448 | 0.001842 449 | 0.001543 450 | 0.001225 451 | 0.000916 452 | 0.000775 453 | 0.000581 454 | 0.000628 455 | 0.000922 456 | 0.001262 457 | 0.001112 458 | 0.000834 459 | 0.000452 460 | -0.000077 461 | -0.000800 462 | -0.001256 463 | -0.001733 464 | -0.002360 465 | -0.003613 466 | -0.008245 467 | -0.019978 468 | -0.031495 469 | -0.026634 470 | -0.008864 471 | 0.006224 472 | 0.011549 473 | 0.010693 474 | 0.009026 475 | 0.007351 476 | 0.007355 477 | 0.007717 478 | 0.004491 479 | -0.002206 480 | -0.008670 481 | -0.007948 482 | 0.000179 483 | 0.005457 484 | 0.005701 485 | 0.006144 486 | 0.007298 487 | 0.005518 488 | 0.005288 489 | 0.007498 490 | 0.008071 491 | 0.009094 492 | 0.012407 493 | 0.012905 494 | 0.006702 495 | -0.002422 496 | -0.008973 497 | -0.010351 498 | -0.008113 499 | -0.005002 500 | -0.004974 501 | -0.007590 502 | -0.008800 503 | -0.008644 504 | -0.009458 505 | -0.011379 506 | -0.011810 507 | -0.011166 508 | -0.009007 509 | -0.004920 510 | -0.001654 511 | -0.005703 512 | -0.018129 513 | -0.017287 514 | 0.000444 515 | 0.014035 516 | 0.016589 517 | 0.012181 518 | 0.009061 519 | 0.008697 520 | 0.013118 521 | 0.015955 522 | 0.013229 523 | 0.008389 524 | 0.002407 525 | -0.004831 526 | -0.012735 527 | -0.016110 528 | -0.015105 529 | -0.006643 530 | 0.007805 531 | 0.017435 532 | 0.018484 533 | 0.020181 534 | 0.021570 535 | 0.015220 536 | 0.005480 537 | -0.000618 538 | -0.004854 539 | -0.008391 540 | -0.011093 541 | -0.015977 542 | -0.020907 543 | -0.021068 544 | -0.014484 545 | -0.007188 546 | -0.002731 547 | -0.001787 548 | 0.000793 549 | 0.006095 550 | 0.008411 551 | 0.004601 552 | -0.001062 553 | -0.001015 554 | -0.000528 555 | -0.004710 556 | -0.007324 557 | -0.004700 558 | -0.001188 559 | -0.000192 560 | 0.000261 561 | 0.001067 562 | 0.003593 563 | 0.007778 564 | 0.011402 565 | 0.010970 566 | 0.007055 567 | 0.001771 568 | -0.002452 569 | -0.003259 570 | -0.003722 571 | -0.004535 572 | -0.003972 573 | -0.001998 574 | -0.001689 575 | -0.002922 576 | -0.001437 577 | 0.001168 578 | 0.002710 579 | 0.002783 580 | 0.001730 581 | -0.000134 582 | -0.000969 583 | -0.000686 584 | 0.000128 585 | 0.000976 586 | 0.000825 587 | -0.000104 588 | -0.002086 589 | -0.003359 590 | -0.003945 591 | -0.004761 592 | -0.004833 593 | -0.003250 594 | -0.000610 595 | 0.001387 596 | 0.000648 597 | -0.002595 598 | -0.004586 599 | -0.003097 600 | 0.000911 601 | 0.003739 602 | 0.003953 603 | 0.002051 604 | -0.000563 605 | -0.002436 606 | -0.000972 607 | 0.001934 608 | 0.002541 609 | 0.002016 610 | 0.002816 611 | 0.002206 612 | -0.000409 613 | -0.001833 614 | -0.001723 615 | -0.002166 616 | -0.003512 617 | -0.005262 618 | -0.006375 619 | -0.006136 620 | -0.005782 621 | -0.004438 622 | -0.001724 623 | 0.000530 624 | 0.000108 625 | -0.001632 626 | -0.002193 627 | -0.000935 628 | 0.000484 629 | 0.000630 630 | -0.000867 631 | -0.002344 632 | -0.002734 633 | -0.001966 634 | -0.001829 635 | -0.002182 636 | -0.001319 637 | 0.000511 638 | 0.002180 639 | 0.002988 640 | 0.002092 641 | 0.000393 642 | 0.000631 643 | 0.003441 644 | 0.006277 645 | 0.006229 646 | 0.003297 647 | 0.001021 648 | 0.000915 649 | 0.001690 650 | 0.001723 651 | 0.000553 652 | -0.000973 653 | -0.002056 654 | -0.002176 655 | -0.001371 656 | -0.000641 657 | -0.000589 658 | -0.000028 659 | 0.001556 660 | 0.002605 661 | 0.002852 662 | 0.002039 663 | 0.000312 664 | -0.000979 665 | -0.001492 666 | -0.001511 667 | -0.001247 668 | -0.001934 669 | -0.003666 670 | -0.004375 671 | -0.002980 672 | -0.001034 673 | 0.000706 674 | 0.002295 675 | 0.003458 676 | 0.004257 677 | 0.004238 678 | 0.004624 679 | 0.005034 680 | 0.004674 681 | 0.003597 682 | 0.002890 683 | 0.002573 684 | 0.001853 685 | 0.001342 686 | 0.001263 687 | 0.001374 688 | 0.001544 689 | 0.000979 690 | -0.000574 691 | -0.001938 692 | -0.002114 693 | -0.001216 694 | -0.000654 695 | -0.001037 696 | -0.001418 697 | -0.001776 698 | -0.001568 699 | -0.000172 700 | 0.001645 701 | 0.002457 702 | 0.002500 703 | 0.002662 704 | 0.002288 705 | 0.001373 706 | 0.000230 707 | -0.000407 708 | -0.000578 709 | -0.000815 710 | -0.000835 711 | -0.001041 712 | -0.001653 713 | -0.001856 714 | -0.001156 715 | -0.000319 716 | -0.000392 717 | -0.000847 718 | -0.000928 719 | -0.000557 720 | -0.000381 721 | -0.000575 722 | -0.000944 723 | -0.001200 724 | -0.001022 725 | -0.000049 726 | 0.000515 727 | 0.000429 728 | -0.000144 729 | -0.000376 730 | 0.000213 731 | 0.000798 732 | 0.000635 733 | 0.000035 734 | -0.000592 735 | -0.000724 736 | -0.000810 737 | -0.000721 738 | -0.000744 739 | -0.000575 740 | 0.000368 741 | 0.001509 742 | 0.002683 743 | 0.003393 744 | 0.003140 745 | 0.002659 746 | 0.002309 747 | 0.001612 748 | 0.000686 749 | 0.000233 750 | 0.000594 751 | 0.000961 752 | 0.001091 753 | 0.001255 754 | 0.001060 755 | 0.000220 756 | -0.000662 757 | -0.000944 758 | -0.000080 759 | 0.001131 760 | 0.001396 761 | 0.000935 762 | -0.000098 763 | -0.001309 764 | -0.002741 765 | -0.003486 766 | -0.003029 767 | -0.001957 768 | -0.001239 769 | -0.000673 770 | 0.000016 771 | 0.000754 772 | 0.001103 773 | 0.001498 774 | 0.002021 775 | 0.002236 776 | 0.001487 777 | 0.000540 778 | 0.000103 779 | 0.000032 780 | 0.000115 781 | 0.000343 782 | 0.000695 783 | 0.001104 784 | 0.001551 785 | 0.001831 786 | 0.001909 787 | 0.001783 788 | 0.001546 789 | 0.001518 790 | 0.001886 791 | 0.002235 792 | 0.001823 793 | 0.000954 794 | 0.000547 795 | 0.000632 796 | 0.000850 797 | 0.000256 798 | -0.000489 799 | -0.000728 800 | -0.000552 801 | -0.000439 802 | -0.000088 803 | -0.000024 804 | -0.000636 805 | -0.001582 806 | -0.001869 807 | -0.001529 808 | -0.001012 809 | -0.000423 810 | 0.000591 811 | 0.000825 812 | 0.000130 813 | -0.000580 814 | -0.000833 815 | -0.001106 816 | -0.001415 817 | -0.001472 818 | -0.001507 819 | -0.001937 820 | -0.002333 821 | -0.002080 822 | -0.001359 823 | -0.000761 824 | -0.000144 825 | -0.000006 826 | -0.000248 827 | -0.000770 828 | -0.001063 829 | -0.000940 830 | -0.000421 831 | -0.000354 832 | -0.001154 833 | -0.002335 834 | -0.003250 835 | -0.003831 836 | -0.003772 837 | -0.002634 838 | -0.001533 839 | -0.000830 840 | -0.000538 841 | -0.000684 842 | -0.001066 843 | -0.000815 844 | -0.000154 845 | 0.000999 846 | 0.002233 847 | 0.002890 848 | 0.002259 849 | 0.001272 850 | 0.000580 851 | 0.000464 852 | 0.000896 853 | 0.002124 854 | 0.002930 855 | 0.002824 856 | 0.002306 857 | 0.001729 858 | 0.001062 859 | -0.000356 860 | -0.001442 861 | -0.001072 862 | 0.000003 863 | 0.000855 864 | 0.001233 865 | 0.001495 866 | 0.002190 867 | 0.003420 868 | 0.003508 869 | 0.001864 870 | -0.000136 871 | -0.001064 872 | -0.000624 873 | 0.000628 874 | 0.001427 875 | 0.001122 876 | 0.000408 877 | -0.000086 878 | -0.000439 879 | -0.000624 880 | -0.001471 881 | -0.002647 882 | -0.003467 883 | -0.004649 884 | -0.006625 885 | -0.007494 886 | -0.005120 887 | 0.000653 888 | 0.007566 889 | 0.012779 890 | 0.014098 891 | 0.011401 892 | 0.006887 893 | 0.003580 894 | 0.002710 895 | 0.002490 896 | 0.002164 897 | 0.002349 898 | 0.002935 899 | 0.003061 900 | 0.002424 901 | 0.001425 902 | 0.000787 903 | 0.000376 904 | 0.000599 905 | 0.001130 906 | 0.000813 907 | -0.000541 908 | -0.001403 909 | -0.001668 910 | -0.002181 911 | -0.002516 912 | -0.001623 913 | -0.000509 914 | -0.000188 915 | -0.000447 916 | -0.000617 917 | -0.001150 918 | -0.002895 919 | -0.004748 920 | -0.005243 921 | -0.005153 922 | -0.005207 923 | -0.004818 924 | -0.003803 925 | -0.003141 926 | -0.003084 927 | -0.002700 928 | -0.001968 929 | -0.001908 930 | -0.002395 931 | -0.002341 932 | -0.001574 933 | -0.001449 934 | -0.002250 935 | -0.002965 936 | -0.003324 937 | -0.003310 938 | -0.003068 939 | -0.002219 940 | -0.001326 941 | -0.001036 942 | -0.000247 943 | 0.000949 944 | 0.000976 945 | 0.000010 946 | -0.000866 947 | -0.000987 948 | -0.001294 949 | -0.001771 950 | -0.001854 951 | -0.001610 952 | -0.000902 953 | -0.000283 954 | -0.000085 955 | -0.000464 956 | -0.001901 957 | -0.003356 958 | -0.004108 959 | -0.004777 960 | -0.004949 961 | -0.004010 962 | -0.002777 963 | -0.002287 964 | -0.002311 965 | -0.002565 966 | -0.002457 967 | -0.001746 968 | -0.000453 969 | 0.001263 970 | 0.002554 971 | 0.003443 972 | 0.003791 973 | 0.004011 974 | 0.004184 975 | 0.003673 976 | 0.003119 977 | 0.003430 978 | 0.003756 979 | 0.003583 980 | 0.003401 981 | 0.003336 982 | 0.003442 983 | 0.003725 984 | 0.004164 985 | 0.004186 986 | 0.003813 987 | 0.002673 988 | 0.001449 989 | 0.001020 990 | 0.000948 991 | 0.000379 992 | -0.000512 993 | -0.001389 994 | -0.002494 995 | -0.003646 996 | -0.003688 997 | -0.002777 998 | -0.002341 999 | -0.001968 1000 | -0.001324 1001 | -0.001753 1002 | -0.002685 1003 | -0.002714 1004 | -0.002304 1005 | -0.002247 1006 | -0.002043 1007 | -0.001230 1008 | 0.000097 1009 | 0.001472 1010 | 0.002394 1011 | 0.002865 1012 | 0.003389 1013 | 0.003602 1014 | 0.003224 1015 | 0.002844 1016 | 0.002706 1017 | 0.003297 1018 | 0.004419 1019 | 0.005122 1020 | 0.004594 1021 | 0.003191 1022 | 0.001954 1023 | 0.001045 1024 | 0.000975 1025 | 0.000786 1026 | 0.000842 1027 | 0.001265 1028 | 0.001320 1029 | 0.001010 1030 | 0.001028 1031 | 0.001834 1032 | 0.002656 1033 | 0.003108 1034 | 0.002624 1035 | 0.001615 1036 | 0.000763 1037 | 0.000435 1038 | 0.000640 1039 | 0.001268 1040 | 0.001998 1041 | 0.001663 1042 | 0.000323 1043 | -0.000988 1044 | -0.001742 1045 | -0.001540 1046 | -0.000748 1047 | -0.000720 1048 | -0.001246 1049 | -0.001694 1050 | -0.002030 1051 | -0.001679 1052 | 0.001857 1053 | 0.005531 1054 | 0.005454 1055 | 0.002987 1056 | 0.001012 1057 | 0.000069 1058 | -0.001047 1059 | -0.002065 1060 | -0.002228 1061 | -0.000911 1062 | 0.000665 1063 | 0.000800 1064 | -0.000527 1065 | -0.001008 1066 | 0.000081 1067 | 0.001930 1068 | 0.003612 1069 | 0.004493 1070 | 0.003250 1071 | 0.000236 1072 | -0.002895 1073 | -0.004194 1074 | -0.003522 1075 | -0.002875 1076 | -0.003083 1077 | -0.002763 1078 | -0.001948 1079 | -0.001988 1080 | -0.002912 1081 | -0.003207 1082 | -0.002516 1083 | -0.001642 1084 | -0.000685 1085 | 0.000111 1086 | -0.000102 1087 | -0.001609 1088 | -0.003026 1089 | -0.003598 1090 | -0.003487 1091 | -0.002706 1092 | -0.001224 1093 | -0.000063 1094 | 0.000394 1095 | 0.000114 1096 | -0.000266 1097 | 0.000005 1098 | 0.000541 1099 | 0.000340 1100 | 0.000022 1101 | -0.000581 1102 | -0.001892 1103 | -0.003208 1104 | -0.003613 1105 | -0.003579 1106 | -0.003743 1107 | -0.003690 1108 | -0.002156 1109 | 0.000115 1110 | 0.002223 1111 | 0.003669 1112 | 0.004317 1113 | 0.004089 1114 | 0.003701 1115 | 0.003790 1116 | 0.003865 1117 | 0.002859 1118 | 0.001753 1119 | 0.001414 1120 | 0.001033 1121 | -0.000292 1122 | -0.001448 1123 | -0.001019 1124 | 0.000696 1125 | 0.002749 1126 | 0.004076 1127 | 0.004058 1128 | 0.002658 1129 | 0.001423 1130 | 0.001054 1131 | 0.001453 1132 | 0.001330 1133 | 0.000129 1134 | -0.001595 1135 | -0.002919 1136 | -0.003428 1137 | -0.003247 1138 | -0.002408 1139 | -0.000998 1140 | -0.000296 1141 | -0.000425 1142 | -0.001335 1143 | -0.002062 1144 | -0.002060 1145 | -0.001660 1146 | -0.001273 1147 | -0.000929 1148 | -0.000693 1149 | -0.000991 1150 | -0.001554 1151 | -0.001511 1152 | -0.001624 1153 | -0.001881 1154 | -0.002493 1155 | -0.002223 1156 | -0.001316 1157 | -0.000481 1158 | 0.000246 1159 | 0.000911 1160 | 0.001878 1161 | 0.002509 1162 | 0.003062 1163 | 0.003181 1164 | 0.002726 1165 | 0.002266 1166 | 0.001541 1167 | 0.000650 1168 | 0.000106 1169 | 0.000606 1170 | 0.002126 1171 | 0.003681 1172 | 0.003711 1173 | 0.002209 1174 | 0.000521 1175 | -0.000283 1176 | -0.000454 1177 | -0.000261 1178 | -0.000439 1179 | -0.001190 1180 | -0.001924 1181 | -0.002536 1182 | -0.002958 1183 | -0.003101 1184 | -0.002609 1185 | -0.001841 1186 | -0.001268 1187 | -0.001214 1188 | -0.001374 1189 | -0.001465 1190 | -0.001413 1191 | -0.000926 1192 | 0.000078 1193 | 0.001155 1194 | 0.001643 1195 | 0.000945 1196 | -0.000090 1197 | -0.000545 1198 | -0.000144 1199 | -0.000230 1200 | -0.000349 1201 | 0.000802 1202 | 0.002241 1203 | 0.003147 1204 | 0.003207 1205 | 0.003413 1206 | 0.003429 1207 | 0.002719 1208 | 0.001743 1209 | 0.001036 1210 | 0.000268 1211 | -0.000344 1212 | -0.000320 1213 | 0.000283 1214 | 0.000525 1215 | 0.000410 1216 | 0.000419 1217 | 0.000381 1218 | 0.000174 1219 | -0.000173 1220 | -0.000289 1221 | 0.000102 1222 | 0.000936 1223 | 0.001119 1224 | 0.000386 1225 | -0.000908 1226 | -0.001742 1227 | -0.001432 1228 | -0.000560 1229 | 0.000364 1230 | 0.001269 1231 | 0.002071 1232 | 0.002332 1233 | 0.001636 1234 | 0.000611 1235 | -0.000414 1236 | -0.000970 1237 | -0.001375 1238 | -0.001345 1239 | -0.001070 1240 | -0.000912 1241 | -0.001112 1242 | -0.001131 1243 | -0.000613 1244 | 0.000005 1245 | 0.000277 1246 | 0.000305 1247 | 0.000294 1248 | 0.000398 1249 | 0.000354 1250 | 0.000307 1251 | -0.000390 1252 | -0.001497 1253 | -0.002283 1254 | -0.001894 1255 | -0.000825 1256 | 0.000564 1257 | 0.002039 1258 | 0.003361 1259 | 0.003616 1260 | 0.003011 1261 | 0.002268 1262 | 0.001441 1263 | 0.000241 1264 | -0.000514 1265 | -0.000598 1266 | -0.000262 1267 | 0.000103 1268 | 0.000080 1269 | -0.000050 1270 | -0.000179 1271 | -0.000431 1272 | -0.000863 1273 | -0.001053 1274 | -0.000722 1275 | 0.000090 1276 | 0.000863 1277 | 0.001227 1278 | 0.001085 1279 | 0.001279 1280 | 0.001332 1281 | 0.000368 1282 | -0.001560 1283 | -0.003079 1284 | -0.003325 1285 | -0.002992 1286 | -0.002047 1287 | -0.000444 1288 | 0.001014 1289 | 0.001430 1290 | 0.001465 1291 | 0.001806 1292 | 0.002103 1293 | 0.001898 1294 | 0.000928 1295 | -0.000062 1296 | -0.000694 1297 | -0.000889 1298 | -0.000661 1299 | -0.000315 1300 | -0.000215 1301 | -0.000446 1302 | -0.000996 1303 | -0.001513 1304 | -0.002077 1305 | -0.002210 1306 | -0.001736 1307 | -0.000950 1308 | -0.000556 1309 | -0.000711 1310 | -0.000937 1311 | -0.000758 1312 | 0.000054 1313 | 0.001254 1314 | 0.002111 1315 | 0.002046 1316 | 0.001346 1317 | 0.000380 1318 | -0.000364 1319 | -0.000509 1320 | -0.000317 1321 | 0.000023 1322 | 0.000415 1323 | 0.000094 1324 | -0.000620 1325 | -0.001107 1326 | -0.000595 1327 | 0.000257 1328 | 0.000350 1329 | -0.000052 1330 | -0.000518 1331 | -0.000941 1332 | -0.001057 1333 | -0.000715 1334 | 0.000127 1335 | 0.000744 1336 | 0.000614 1337 | -0.000030 1338 | -0.000880 1339 | -0.001548 1340 | -0.001817 1341 | -0.001184 1342 | -0.000384 1343 | 0.000119 1344 | -0.000262 1345 | -0.000990 1346 | -0.001436 1347 | -0.001487 1348 | -0.001880 1349 | -0.002615 1350 | -0.003278 1351 | -0.003734 1352 | -0.003852 1353 | -0.003273 1354 | -0.002545 1355 | -0.001889 1356 | -0.001339 1357 | -0.000792 1358 | -0.000368 1359 | -0.000372 1360 | -0.000238 1361 | -0.000056 1362 | 0.000290 1363 | 0.000273 1364 | -0.000279 1365 | -0.000714 1366 | -0.000645 1367 | -0.000260 1368 | 0.000429 1369 | 0.001250 1370 | 0.001912 1371 | 0.001908 1372 | 0.001459 1373 | 0.000637 1374 | 0.000083 1375 | -0.000153 1376 | 0.000145 1377 | 0.000462 1378 | 0.000423 1379 | 0.000242 1380 | 0.000431 1381 | 0.000865 1382 | 0.001176 1383 | 0.000975 1384 | 0.000488 1385 | -0.000634 1386 | -0.001516 1387 | -0.001802 1388 | -0.001655 1389 | -0.001129 1390 | -0.000654 1391 | -0.000725 1392 | -0.001075 1393 | -0.001449 1394 | -0.001783 1395 | -0.001268 1396 | -0.000040 1397 | 0.000829 1398 | 0.001087 1399 | 0.001316 1400 | 0.001778 1401 | 0.002032 1402 | 0.002069 1403 | 0.002283 1404 | 0.002516 1405 | 0.002374 1406 | 0.002136 1407 | 0.002171 1408 | 0.002033 1409 | 0.001717 1410 | 0.001297 1411 | 0.000683 1412 | 0.000029 1413 | -0.000347 1414 | -0.000015 1415 | 0.000706 1416 | 0.001260 1417 | 0.001725 1418 | 0.002237 1419 | 0.002554 1420 | 0.002363 1421 | 0.001418 1422 | 0.000471 1423 | 0.000035 1424 | 0.000129 1425 | 0.000820 1426 | 0.001461 1427 | 0.001295 1428 | 0.000464 1429 | -0.000532 1430 | -0.000855 1431 | -0.000212 1432 | 0.001317 1433 | 0.002650 1434 | 0.003146 1435 | 0.002561 1436 | 0.001169 1437 | -0.000213 1438 | -0.000428 1439 | 0.000371 1440 | 0.001835 1441 | 0.003068 1442 | 0.003455 1443 | 0.003102 1444 | 0.002606 1445 | 0.001950 1446 | 0.001373 1447 | 0.000720 1448 | -0.000098 1449 | -0.000771 1450 | -0.000825 1451 | -0.000881 1452 | -0.000811 1453 | -0.000477 1454 | -0.000029 1455 | -0.000084 1456 | -0.000459 1457 | -0.001111 1458 | -0.001631 1459 | -0.001732 1460 | -0.001612 1461 | -0.001319 1462 | -0.001105 1463 | -0.000840 1464 | -0.000268 1465 | 0.000258 1466 | 0.000492 1467 | 0.000301 1468 | 0.000121 1469 | 0.000035 1470 | -0.000051 1471 | -0.000322 1472 | -0.000919 1473 | -0.001718 1474 | -0.002436 1475 | -0.002832 1476 | -0.002644 1477 | -0.002049 1478 | -0.001618 1479 | -0.001110 1480 | -0.000396 1481 | -0.000169 1482 | -0.000411 1483 | -0.000789 1484 | -0.000777 1485 | -0.000341 1486 | 0.000358 1487 | 0.000826 1488 | 0.000910 1489 | 0.000487 1490 | -0.000357 1491 | -0.001137 1492 | -0.001392 1493 | -0.001245 1494 | -0.001410 1495 | -0.001496 1496 | -0.001433 1497 | -0.001221 1498 | -0.000844 1499 | -0.000534 1500 | -0.000380 1501 | -0.000502 1502 | -0.000914 1503 | -0.001285 1504 | -0.001413 1505 | -0.001254 1506 | -0.001158 1507 | -0.001288 1508 | -0.001658 1509 | -0.002160 1510 | -0.002034 1511 | -0.001619 1512 | -0.001375 1513 | -0.001211 1514 | -0.001161 1515 | -0.001390 1516 | -0.001536 1517 | -0.001767 1518 | -0.001999 1519 | -0.001777 1520 | -0.001018 1521 | 0.000110 1522 | 0.001025 1523 | 0.001360 1524 | 0.001437 1525 | 0.001510 1526 | 0.001414 1527 | 0.001651 1528 | 0.001807 1529 | 0.001409 1530 | 0.001173 1531 | 0.001326 1532 | 0.001362 1533 | 0.000893 1534 | 0.000432 1535 | 0.000191 1536 | 0.000024 1537 | 0.000008 1538 | 0.000148 1539 | 0.000005 1540 | -0.000416 1541 | -0.000722 1542 | -0.000676 1543 | -0.000639 1544 | -0.000479 1545 | -0.000343 1546 | 0.000192 1547 | 0.000789 1548 | 0.001165 1549 | 0.001040 1550 | 0.001024 1551 | 0.000983 1552 | 0.001281 1553 | 0.001610 1554 | 0.001680 1555 | 0.001268 1556 | 0.001006 1557 | 0.000956 1558 | 0.000988 1559 | 0.001354 1560 | 0.001607 1561 | 0.001898 1562 | 0.002496 1563 | 0.003088 1564 | 0.002779 1565 | 0.001756 1566 | 0.001199 1567 | 0.001066 1568 | 0.000415 1569 | -0.000308 1570 | -0.000711 1571 | -0.001291 1572 | -0.002196 1573 | -0.002642 1574 | -0.002320 1575 | -0.002184 1576 | -0.002210 1577 | -0.002489 1578 | -0.002434 1579 | -0.002040 1580 | -0.001261 1581 | -0.000587 1582 | -0.000081 1583 | 0.000044 1584 | -0.000329 1585 | -0.000467 1586 | -0.000161 1587 | 0.000092 1588 | -0.000233 1589 | -0.000262 1590 | -0.000036 1591 | 0.000344 1592 | 0.000382 1593 | 0.000375 1594 | 0.000361 1595 | 0.000418 1596 | 0.000468 1597 | 0.000656 1598 | 0.001217 1599 | 0.001642 1600 | 0.001903 1601 | 0.001939 1602 | 0.001786 1603 | 0.001114 1604 | 0.000720 1605 | 0.000590 1606 | 0.001009 1607 | 0.001250 1608 | 0.001053 1609 | 0.000720 1610 | 0.000702 1611 | 0.000700 1612 | 0.000605 1613 | 0.000459 1614 | 0.000662 1615 | 0.000993 1616 | 0.000902 1617 | 0.000667 1618 | 0.000552 1619 | 0.000393 1620 | 0.000344 1621 | 0.000061 1622 | -0.000482 1623 | -0.001407 1624 | -0.001931 1625 | -0.001569 1626 | -0.000841 1627 | -0.000235 1628 | 0.000126 1629 | 0.000362 1630 | 0.000361 1631 | 0.000443 1632 | 0.000233 1633 | -0.000262 1634 | -0.000640 1635 | -0.000354 1636 | 0.000026 1637 | 0.000120 1638 | -0.000374 1639 | -0.000869 1640 | -0.000996 1641 | -0.000698 1642 | -0.000123 1643 | 0.000370 1644 | 0.000518 1645 | 0.000396 1646 | -0.000125 1647 | -0.000707 1648 | -0.000816 1649 | -0.000600 1650 | -0.000757 1651 | -0.001176 1652 | -0.001545 1653 | -0.001424 1654 | -0.001123 1655 | -0.000810 1656 | -0.000112 1657 | 0.000862 1658 | 0.001237 1659 | 0.000973 1660 | 0.000619 1661 | 0.000337 1662 | 0.000230 1663 | 0.000392 1664 | 0.000458 1665 | 0.000260 1666 | -0.000229 1667 | -0.000332 1668 | 0.000184 1669 | 0.001013 1670 | 0.001174 1671 | 0.000616 1672 | -0.000135 1673 | -0.000677 1674 | -0.001232 1675 | -0.001941 1676 | -0.002146 1677 | -0.001993 1678 | -0.001752 1679 | -0.001442 1680 | -0.001221 1681 | -0.000972 1682 | -0.000923 1683 | -0.000918 1684 | -0.000751 1685 | -0.000356 1686 | -0.000021 1687 | 0.000653 1688 | 0.000904 1689 | 0.000901 1690 | 0.000793 1691 | 0.000881 1692 | 0.001123 1693 | 0.001424 1694 | 0.001613 1695 | 0.001462 1696 | 0.001106 1697 | 0.000946 1698 | 0.000837 1699 | 0.000687 1700 | 0.000518 1701 | 0.000575 1702 | 0.000523 1703 | 0.000347 1704 | 0.000377 1705 | 0.000305 1706 | -0.000077 1707 | -0.000311 1708 | -0.000301 1709 | -0.000120 1710 | -0.000137 1711 | -0.000460 1712 | -0.000762 1713 | -0.000870 1714 | -0.000856 1715 | -0.000925 1716 | -0.000850 1717 | -0.000728 1718 | -0.000571 1719 | -0.000485 1720 | -0.000238 1721 | -0.000156 1722 | -0.000347 1723 | -0.000388 1724 | 0.000113 1725 | 0.000346 1726 | 0.000538 1727 | 0.000587 1728 | 0.000593 1729 | -0.000026 1730 | -0.000792 1731 | -0.001201 1732 | -0.001295 1733 | -0.001502 1734 | -0.001742 1735 | -0.001872 1736 | -0.001558 1737 | -0.001096 1738 | -0.001043 1739 | -0.001046 1740 | -0.000845 1741 | -0.000724 1742 | -0.000750 1743 | -0.000452 1744 | -0.000044 1745 | 0.000210 1746 | 0.000466 1747 | 0.000681 1748 | 0.000712 1749 | 0.000231 1750 | 0.000015 1751 | 0.000052 1752 | 0.000296 1753 | 0.000362 1754 | 0.000186 1755 | -0.000018 1756 | -0.000129 1757 | 0.000014 1758 | 0.000320 1759 | 0.000553 1760 | 0.000615 1761 | 0.000413 1762 | 0.000406 1763 | 0.000476 1764 | 0.000530 1765 | 0.000388 1766 | 0.000321 1767 | 0.000048 1768 | -0.000120 1769 | -0.000078 1770 | 0.000309 1771 | 0.000269 1772 | -0.000014 1773 | -0.000019 1774 | 0.000387 1775 | 0.000753 1776 | 0.000882 1777 | 0.000899 1778 | 0.000944 1779 | 0.001072 1780 | 0.001146 1781 | 0.001376 1782 | 0.001232 1783 | 0.000883 1784 | 0.000710 1785 | 0.000866 1786 | 0.000935 1787 | 0.000745 1788 | 0.000322 1789 | -0.000141 1790 | -0.000371 1791 | -0.000564 1792 | -0.000795 1793 | -0.000770 1794 | -0.000500 1795 | -0.000019 1796 | 0.000440 1797 | 0.000474 1798 | 0.000429 1799 | 0.000182 1800 | 0.000060 1801 | 0.000001 1802 | -0.000242 1803 | -0.000662 1804 | -0.000965 1805 | -0.001013 1806 | -0.000964 1807 | -0.000726 1808 | -0.000525 1809 | -0.000178 1810 | 0.000172 1811 | 0.000401 1812 | 0.000264 1813 | 0.000070 1814 | 0.000078 1815 | 0.000060 1816 | -0.000181 1817 | -0.000448 1818 | -0.000507 1819 | -0.000422 1820 | -0.000589 1821 | -0.000690 1822 | -0.000885 1823 | -0.000887 1824 | -0.000858 1825 | -0.000754 1826 | -0.000476 1827 | -0.000127 1828 | 0.000003 1829 | -0.000078 1830 | -0.000487 1831 | -0.000767 1832 | -0.001087 1833 | -0.001158 1834 | -0.000859 1835 | -0.000461 1836 | -0.000396 1837 | -0.000805 1838 | -0.001119 1839 | -0.000982 1840 | -0.000850 1841 | -0.000722 1842 | -0.000552 1843 | -0.000523 1844 | -0.000843 1845 | -0.001312 1846 | -0.001359 1847 | -0.001018 1848 | -0.000765 1849 | -0.000492 1850 | -0.000552 1851 | -0.000600 1852 | -0.000543 1853 | -0.000012 1854 | 0.000754 1855 | 0.001164 1856 | 0.001196 1857 | 0.001074 1858 | 0.000980 1859 | 0.000859 1860 | 0.001143 1861 | 0.001586 1862 | 0.001886 1863 | 0.001674 1864 | 0.001115 1865 | 0.000755 1866 | 0.000779 1867 | 0.000973 1868 | 0.000930 1869 | 0.000583 1870 | 0.000323 1871 | -0.000099 1872 | -0.000382 1873 | -0.000423 1874 | -0.000530 1875 | -0.000559 1876 | -0.000248 1877 | 0.000198 1878 | 0.000520 1879 | 0.000682 1880 | 0.000734 1881 | 0.000484 1882 | 0.000137 1883 | 0.000122 1884 | 0.000310 1885 | 0.000711 1886 | 0.001097 1887 | 0.001408 1888 | 0.001270 1889 | 0.000829 1890 | 0.000521 1891 | 0.000521 1892 | 0.000967 1893 | 0.001304 1894 | 0.001581 1895 | 0.001541 1896 | 0.001310 1897 | 0.001115 1898 | 0.000924 1899 | 0.000834 1900 | 0.000610 1901 | 0.000223 1902 | -0.000425 1903 | -0.000930 1904 | -0.001424 1905 | -0.001464 1906 | -0.000999 1907 | -0.000552 1908 | -0.000437 1909 | -0.000123 1910 | 0.000330 1911 | 0.000976 1912 | 0.001333 1913 | 0.001490 1914 | 0.001082 1915 | 0.000420 1916 | -0.000013 1917 | -0.000297 1918 | -0.000667 1919 | -0.001168 1920 | -0.001580 1921 | -0.002002 1922 | -0.002027 1923 | -0.002038 1924 | -0.001988 1925 | -0.001836 1926 | -0.001733 1927 | -0.001578 1928 | -0.001593 1929 | -0.001659 1930 | -0.001984 1931 | -0.002055 1932 | -0.001870 1933 | -0.001739 1934 | -0.001461 1935 | -0.001053 1936 | -0.000743 1937 | -0.000598 1938 | -0.000760 1939 | -0.000984 1940 | -0.001099 1941 | -0.001147 1942 | -0.001067 1943 | -0.000878 1944 | -0.000521 1945 | -0.000484 1946 | -0.000940 1947 | -0.001518 1948 | -0.001615 1949 | -0.001160 1950 | -0.000564 1951 | -0.000145 1952 | 0.000041 1953 | -0.000120 1954 | -0.000437 1955 | -0.000605 1956 | -0.000729 1957 | -0.001025 1958 | -0.001616 1959 | -0.002021 1960 | -0.002164 1961 | -0.001788 1962 | -0.001079 1963 | -0.000368 1964 | 0.000299 1965 | 0.000925 1966 | 0.001163 1967 | 0.000677 1968 | 0.000112 1969 | -0.000417 1970 | -0.001134 1971 | -0.001444 1972 | -0.001344 1973 | -0.001023 1974 | -0.000962 1975 | -0.000914 1976 | -0.000833 1977 | -0.000767 1978 | -0.000669 1979 | -0.000453 1980 | 0.000041 1981 | 0.000542 1982 | 0.000991 1983 | 0.001149 1984 | 0.001256 1985 | 0.001200 1986 | 0.000925 1987 | 0.000855 1988 | 0.001224 1989 | 0.001613 1990 | 0.001802 1991 | 0.001809 1992 | 0.001482 1993 | 0.000894 1994 | 0.000533 1995 | 0.000619 1996 | 0.001037 1997 | 0.001158 1998 | 0.001139 1999 | 0.001003 2000 | 0.000757 2001 | -------------------------------------------------------------------------------- /陷波法/readme.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/陷波法/readme.docx -------------------------------------------------------------------------------- /陷波法/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/陷波法/readme.txt -------------------------------------------------------------------------------- /陷波法/timit_howling.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/陷波法/timit_howling.wav -------------------------------------------------------------------------------- /陷波法/代码流程图.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/陷波法/代码流程图.vsd -------------------------------------------------------------------------------- /陷波法/未处理信号和啸叫抑制信号.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/陷波法/未处理信号和啸叫抑制信号.png -------------------------------------------------------------------------------- /陷波法/算法逻辑图.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/陷波法/算法逻辑图.vsd -------------------------------------------------------------------------------- /陷波法/陷波.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/陷波法/陷波.png -------------------------------------------------------------------------------- /陷波法/陷波器组的频响.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mathilda11/Speech-processing/032954fe95b6d1817bc47dfcef2a64030c53fab9/陷波法/陷波器组的频响.png --------------------------------------------------------------------------------