From ee40061bce5b358078b8e0380b1129ed86ac38be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Asp=C3=B6ck?= Date: Mon, 7 Oct 2019 11:56:55 +0200 Subject: [PATCH] minor corrections in RAVEN tutorial script --- .../SoundFieldSimulation/Raven/ita_raven_tutorial_english.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/applications/SoundFieldSimulation/Raven/ita_raven_tutorial_english.m b/applications/SoundFieldSimulation/Raven/ita_raven_tutorial_english.m index b5b0d27..2595775 100644 --- a/applications/SoundFieldSimulation/Raven/ita_raven_tutorial_english.m +++ b/applications/SoundFieldSimulation/Raven/ita_raven_tutorial_english.m @@ -16,7 +16,7 @@ rpf = itaRavenProject(ravenProjectPath); %set order of image source rpf.setISOrder_PS(2); %set number of particles -rpf.setNumParticles(200); +rpf.setNumParticles(20000); %N = rpf.getNumberOfParticlesRecommendation(); %set filterlength rpf.setFilterLength(2800); @@ -77,10 +77,10 @@ EDT = rpf.getEDT(); %% plot Schroeder curve and historgram %Schroeder curve schroeder = rpf.getSchroederCurve_itaResult(); -schroeder.plot_time; +schroeder.plot_time_dB; %histogram histo = rpf.getHistogram_itaResult(); -histo.plot_time; +histo.plot_time_dB; %% EXERCISE2 -- 2.22.0