├── LICENSE ├── README.md ├── TEST_COMPASS.m ├── compass-lib ├── RAE.m ├── SORTE.m ├── eliminateAdjacentDOAs.m ├── extractTransients.m ├── findClosestGridPoints.m ├── findERBpartitions.m ├── getDecorrelationDelays.m ├── getPvalue.m ├── loadSofaFile.m ├── shdiff.m ├── sortedEig.m ├── sphMUSIC.m └── sphPeakFind.m ├── compass_analysis.m ├── compass_analysis_init.m ├── compass_synthesis.m ├── compass_synthesis_init.m ├── ext-lib └── afSTFT │ ├── afAnalyze.m │ ├── afSTFT.mexw64 │ ├── afSTFT_template.m │ ├── afSTFTcenterfreqs133.mat │ ├── afSynthesize.m │ └── test_afSTFT.m └── resources ├── 01_bandDry_synth_hoa3_n3d.wav ├── 02_orchestra_em32_hoa3_n3d.wav ├── 03_choir_st350_foa_fuma.wav ├── EQ_example.mat ├── HRIRs_example.mat ├── Lspkr_example.mat ├── ownsurround2016_short_48k.sofa └── tdesign_N50.mat /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/README.md -------------------------------------------------------------------------------- /TEST_COMPASS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/TEST_COMPASS.m -------------------------------------------------------------------------------- /compass-lib/RAE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/compass-lib/RAE.m -------------------------------------------------------------------------------- /compass-lib/SORTE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/compass-lib/SORTE.m -------------------------------------------------------------------------------- /compass-lib/eliminateAdjacentDOAs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/compass-lib/eliminateAdjacentDOAs.m -------------------------------------------------------------------------------- /compass-lib/extractTransients.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/compass-lib/extractTransients.m -------------------------------------------------------------------------------- /compass-lib/findClosestGridPoints.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/compass-lib/findClosestGridPoints.m -------------------------------------------------------------------------------- /compass-lib/findERBpartitions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/compass-lib/findERBpartitions.m -------------------------------------------------------------------------------- /compass-lib/getDecorrelationDelays.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/compass-lib/getDecorrelationDelays.m -------------------------------------------------------------------------------- /compass-lib/getPvalue.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/compass-lib/getPvalue.m -------------------------------------------------------------------------------- /compass-lib/loadSofaFile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/compass-lib/loadSofaFile.m -------------------------------------------------------------------------------- /compass-lib/shdiff.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/compass-lib/shdiff.m -------------------------------------------------------------------------------- /compass-lib/sortedEig.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/compass-lib/sortedEig.m -------------------------------------------------------------------------------- /compass-lib/sphMUSIC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/compass-lib/sphMUSIC.m -------------------------------------------------------------------------------- /compass-lib/sphPeakFind.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/compass-lib/sphPeakFind.m -------------------------------------------------------------------------------- /compass_analysis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/compass_analysis.m -------------------------------------------------------------------------------- /compass_analysis_init.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/compass_analysis_init.m -------------------------------------------------------------------------------- /compass_synthesis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/compass_synthesis.m -------------------------------------------------------------------------------- /compass_synthesis_init.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/compass_synthesis_init.m -------------------------------------------------------------------------------- /ext-lib/afSTFT/afAnalyze.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/ext-lib/afSTFT/afAnalyze.m -------------------------------------------------------------------------------- /ext-lib/afSTFT/afSTFT.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/ext-lib/afSTFT/afSTFT.mexw64 -------------------------------------------------------------------------------- /ext-lib/afSTFT/afSTFT_template.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/ext-lib/afSTFT/afSTFT_template.m -------------------------------------------------------------------------------- /ext-lib/afSTFT/afSTFTcenterfreqs133.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/ext-lib/afSTFT/afSTFTcenterfreqs133.mat -------------------------------------------------------------------------------- /ext-lib/afSTFT/afSynthesize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/ext-lib/afSTFT/afSynthesize.m -------------------------------------------------------------------------------- /ext-lib/afSTFT/test_afSTFT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/ext-lib/afSTFT/test_afSTFT.m -------------------------------------------------------------------------------- /resources/01_bandDry_synth_hoa3_n3d.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/resources/01_bandDry_synth_hoa3_n3d.wav -------------------------------------------------------------------------------- /resources/02_orchestra_em32_hoa3_n3d.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/resources/02_orchestra_em32_hoa3_n3d.wav -------------------------------------------------------------------------------- /resources/03_choir_st350_foa_fuma.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/resources/03_choir_st350_foa_fuma.wav -------------------------------------------------------------------------------- /resources/EQ_example.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/resources/EQ_example.mat -------------------------------------------------------------------------------- /resources/HRIRs_example.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/resources/HRIRs_example.mat -------------------------------------------------------------------------------- /resources/Lspkr_example.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/resources/Lspkr_example.mat -------------------------------------------------------------------------------- /resources/ownsurround2016_short_48k.sofa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/resources/ownsurround2016_short_48k.sofa -------------------------------------------------------------------------------- /resources/tdesign_N50.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarch/COMPASS-ref/HEAD/resources/tdesign_N50.mat --------------------------------------------------------------------------------