From 96c66bf7e09fa95fc63e475066fa3ebdf74b2d44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Mokr=C3=BD?= <63848780+ondrejmokry@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:29:03 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ba21ba1..f9431d5 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@ The preprint is available at [arXiv](http://arxiv.org/abs/2403.04433). The repository includes the MATLAB source codes needed to reproduce the research: -- **plotting** - Matlab scripts that load the results and replicate the figures used in the paper + some more. +- **plotting** – Matlab scripts that load the results and replicate the figures used in the paper + some more. - **references** – Implementation of reference methods, namely SPAIN and SPAIN-MOD, with the help of [InpaintingRevisited](https://github.com/ondrejmokry/InpaintingRevisited) and [Dictionary learning for sparse audio inpainting](https://www.oeaw.ac.at/isf/forschung/fachbereiche-teams/mathematik/dictionary-learning-for-sparse-audio-inpainting). -- **results** - `.mat` files with all the SDR and ODG values from testing the methods. Recovered signals are *not* included due to file size limits. However, these can be reproduced using the `maintest.m` and `maintest_spain.m` scripts. +- **results** – `.mat` files with all the SDR and ODG values from testing the methods. Recovered signals are *not* included due to file size limits. However, these can be reproduced using the `maintest.m` and `maintest_spain.m` scripts. - **utils** – All the functions needed to run the main files, except for the codes for the [Psychoacoustically motivated evaluation](#psychoacoustically-motivated-evaluation). -- `gaps_table.mat` - Source signals and masks, taken from [TestSignals repository](https://github.com/ondrejmokry/TestSignals). -- `maintest.m` - Main code running the test of the AR-based methods. -- `maintest_spain.m` - Main code running the test of the SPAIN variants. +- `gaps_table.mat` – Source signals and masks, taken from [TestSignals repository](https://github.com/ondrejmokry/TestSignals). +- `maintest.m` – Main code running the test of the AR-based methods. +- `maintest_spain.m` – Main code running the test of the SPAIN variants. For supplementary material (graphs, audio), see the [accompanying website](https://ondrejmokry.github.io/InpaintingAutoregressive/).