From 3cf914df697f2bc2d235708644a05bbff410df47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanu=C3=ABl=20Habets?= Date: Thu, 22 Oct 2020 10:58:41 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 6bb7994..2e1f063 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,16 @@ This repository includes a tutorial, MATLAB examples, and the source code of the More information can be found [here](https://www.audiolabs-erlangen.de/fau/professor/habets/software/rir-generator). +# Compile mex-function in MATLAB + +Run + + + mex -setup -C++ + + mex rir_generator.cpp rir_generator_core.cpp + + +# References + 1. J.B. Allen and D.A. Berkley, "Image method for efficiently simulating small-room acoustics," Journal Acoustic Society of America, 65(4), April 1979, p 943.