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.