Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CombinedAudioQualityModel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thomas Biberger
CombinedAudioQualityModel
Commits
425dfa65
Commit
425dfa65
authored
Dec 16, 2019
by
Thomas Biberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adjust result values
parent
2c756c95
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Example_combAudioQual.m
Example_combAudioQual.m
+3
-3
No files found.
Example_combAudioQual.m
View file @
425dfa65
...
...
@@ -86,9 +86,9 @@ disp(stOut)
% SNR_dc: 3.4546 % mainly represents linear, spectral distortions, see Biberger et al. (2018)
% SNR_ac: 2.8818 % mainly represents nonlinear distortions, see Biberger et al. (2018)
% SNR_dc_fix: 3.4546 % includes binaural extension to reduce the sensitivity for IPDs
% SNR_ac_fix: 2.
4026
% includes binaural extension to reduce the sensitivity for IPDs
% SNR_ac_fix: 2.
2067
% includes binaural extension to reduce the sensitivity for IPDs
% OPM: 42.8757 % OPM, see Eq. (15) in Flener et al. (2019)
% OPM_fix: 4
2.8675
% OPM, see Eq. (16) in Flener et al. (2019); with binaural extension
% OPM_fix: 4
3.4770
% OPM, see Eq. (16) in Flener et al. (2019); with binaural extension
% to reduce the sensitivity for IPDs;
% OPM_fix IS USED FOR THE OVERALL MEASURE!
disp
(
'***********************'
)
...
...
@@ -107,4 +107,4 @@ disp('***********************')
disp
(
'****overall measure***'
)
disp
(
'***********************'
)
disp
([
'overall_measure: '
,
num2str
(
obj_meas
)])
% overall measure: 0.3548
\ No newline at end of file
% overall measure: 0.36089
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment