From 1ba5b622d00d716443754157fcd299f0c79abc70 Mon Sep 17 00:00:00 2001 From: Ama-marina Kreme <ama-marina.kreme@lis-lab.fr> Date: Thu, 3 Dec 2020 12:03:55 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b3f7f1..d2133f9 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,13 @@ The sound material is available in folder 'data'. The code is available in folders 'matlab' and 'python'. The main experiments are available in both programming languages: -* Figure 1 can be reproduced in Matlab by running file `run_illustration_cuicui_eigenvalues.m` -* Figure 2 can be reproduced in Matlab by running file `exp_eigenval_win.m`. -* Figure 3 can be reproduced in Matlab by running file `rank_estimation_halko_vs_eigs_gausswin.m`. +* Figure 1 and 2 can be reproduced in Matlab by running `tff2020/matlab/tfgm/scripts/exp_gabmul_eigs_properties.m`. +* Figure 3 can be reproduced in Matlab by running file `*tff2020/matlab/tfgm/scripts/rank_estimation_halko_vs_eigs_gausswin.m`. * Figure 4 can be reproduced in Python by running the specific tasks 12 and 13 from `tffpy.scripts.script_exp_solve_tff.py`. * Figure 5 can be reproduced in Python by running the specific tasks 12 and 13 from `tffpy.scripts.script_exp_solve_tff.py`. * Figure 6 can be reproduced in Python by running the full experiment from `tffpy.scripts.script_exp_solve_tff.py`. * Table I can be reproduced in Python by running the full experiment from `tffpy.scripts.script_exp_solve_tff.py`. * Table II can be reproduced in Python by running the full experiment from `tffpy.scripts.script_exp_solve_tff.py`. + + + -- GitLab