Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.52 KB

File metadata and controls

25 lines (20 loc) · 1.52 KB

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: [email protected].