Skip to content
Snippets Groups Projects
Commit ae31d210 authored by mhby1g21's avatar mhby1g21
Browse files

lr result

parent f04d0652
No related branches found
No related tags found
1 merge request!17Objective evaluation on realtime steam audio done
rir analysis objective evaluation/LR result.jpg

194 KiB

addpath 'IoSR Toolbox' 'octave' addpath 'IoSR Toolbox' 'octave'
[LS2_sweep, fs2] = audioread("UL_room_impulse_response.wav"); [LS2_sweep, fs2] = audioread("LR_room_impulse_response.wav");
[sweep, fsst] = audioread("sweep_30sec.wav"); [sweep, fsst] = audioread("sweep_30sec.wav");
[RT60, DRR, C50, Cfs, EDT] = iosr.acoustics.irStats('UL_room_impulse_response.wav','graph', true, 'spec', 'full', 'y_fit', [0 -30]); [RT60, DRR, C50, Cfs, EDT] = iosr.acoustics.irStats('LR_room_impulse_response.wav','graph', true, 'spec', 'full', 'y_fit', [0 -30]);
% Calculating Mean Values % Calculating Mean Values
mean_RT60 = mean(RT60(3:8)); mean_RT60 = mean(RT60(3:8));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment