Repository description This repository contains a collection of matlab and python routines to accompany the paper [Localization of Sound Sources in a Room with One Microphone](arXiv link:) by Helena Peic Tukujac, Herve Lissek and Pierre Vandergheynst
Dependecies: We have used some routines developed by other authors that are available online: mArrow function from https://ch.mathworks.com/matlabcentral/fileexchange/25372-marrow3-m-easy-to-use-3d-arrow coded by Georg Stillfried. CoSaMP function from https://ch.mathworks.com/matlabcentral/fileexchange/32402-cosamp-and-omp-for-sparse-recovery coded by Stephen Becker.
Table of contents of the available code
Folder name | Description |
---|---|
data | contains the data for the algorithm |
figures | code that can be used to generate the figures from the paper |
manuscript | paper |
room_transfer_function_toolkit_matlab | matlab code for room mode processing |
room_transfer_function_toolkit_python | python code for room mode processing |
sound_source_localization_in_a_room | algorithm for localizing sound sources in a room (key piece) |