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)
ITABase
Commits
1fe9575e
Commit
1fe9575e
authored
Dec 17, 2018
by
Armin Erraji
Browse files
Added default value for the speed of sound at 20 degree.
parent
4effa1fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/ITAConstants.h
View file @
1fe9575e
...
...
@@ -65,6 +65,10 @@ namespace ITAConstants
static
std
::
vector
<
float
>
OCTAVE_CENTER_FREQUENCIES_ISO_F
=
{
31.5
f
,
63
,
125
,
250
,
500
,
1000
,
2000
,
4000
,
8000
,
16000
};
static
std
::
vector
<
double
>
OCTAVE_CENTER_FREQUENCIES_ISO_D
=
{
31.5
f
,
63
,
125
,
250
,
500
,
1000
,
2000
,
4000
,
8000
,
16000
};
// Speed of sound
static
float
SPEED_OF_SOUND_F
=
344.0
f
;
static
double
SPEED_OF_SOUND_D
=
344.0
f
;
};
#endif // INCLUDE_WATCHER_ITA_CONSTANTS
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