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
8c4d4f67
Commit
8c4d4f67
authored
Dec 22, 2016
by
Dipl.-Ing. Jonas Stienen
Browse files
Added a not to spatial quantization (epsilon)
parent
6da506d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/ITAConstants.h
View file @
8c4d4f67
...
...
@@ -49,9 +49,8 @@ namespace ITAConstants
static
double
HALF_PI_D_L
=
1.5707963267948966192313216916397514
f
;
// Epsilon (distance quantization)
static
float
EPS_F_L
=
1.0e-5
f
;
static
double
EPS_D_L
=
1.0e-5
f
;
static
float
EPS_F_L
=
1.0e-5
f
;
// 10 micro meter
static
double
EPS_D_L
=
1.0e-5
f
;
// 10 micro meter
// Symbolische Konstante für den Verstärkungsfaktor -oo dB
/* TODO: Dies ist hardgecodet eine verdammt große Double-Zahl.
...
...
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