Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
toolbox
Commits
fd0e6cfe
Commit
fd0e6cfe
authored
Jan 09, 2019
by
Markus Mueller-Trapet
Browse files
use appropriate reference values according to ISO 1683
parent
2fd9d89d
Changes
1
Hide whitespace changes
Inline
Side-by-side
kernel/ClassStuff/@itaValue/itaValue.m
View file @
fd0e6cfe
...
...
@@ -266,9 +266,12 @@ classdef itaValue
res
=
'W/m^2'
;
val
=
1e-12
;
log_prefix
=
10
;
case
'm/s'
case
'm/s'
% ISO 1683
res
=
'1nm/s'
;
val
=
1e-9
;
case
'm/s^2'
% ISO 1683
res
=
'1um/s^2'
;
val
=
1e-6
;
case
'Pa'
res
=
'20uPa'
;
val
=
20e-6
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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