Skip to content

epfl-lts2/joint_estimation_of_room_geometry_and_modes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JOINT ESTIMATION OF ROOM GEOMETRY AND MODES

Here you can find a framework for retrieving room shape and modes from microphone measurements. We use a combination of the following techniques:

  1. curve fitting based on rational fraction polynomial method
  2. sampling on the sphere close to uniform
  3. matching pursuit
  4. group sparsity
  5. compressed sensing

The solution is limited to rectangular room that is lightly damped.


The measurements and the room details are available here: https://zenodo.org/record/1169161#.WoFicOjwY-W

We have used the Rational Fraction Polynomial Method by Cristian Gutierrez Acuna https://ch.mathworks.com/matlabcentral/fileexchange/3805-rational-fraction-polynomial-method?focused=5049537&tab=function for curve fitting of our room transfer functions: RoomTransferFunctions
and Suite of functions to perform uniform sampling of a sphere by Anton Semechko https://ch.mathworks.com/matlabcentral/fileexchange/37004-suite-of-functions-to-perform-uniform-sampling-of-a-sphere?s_tid=prof_contriblnk in oder to discover the type of the room modes that corresponds to our resonant frequencies: SphereSampling

Here we provide the matlab version of the code and python version is available upon request: helena.peictukuljac@epfl.ch.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages