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
cc07a218
Commit
cc07a218
authored
Apr 12, 2018
by
Markus Mueller-Trapet
Browse files
fix units
parent
7d867057
Changes
1
Hide whitespace changes
Inline
Side-by-side
kernel/DSP/ita_velocity_from_pressure_gradient.m
View file @
cc07a218
...
...
@@ -54,7 +54,7 @@ end
channelNames
=
data
.
channelNames
;
data
=
ita_split
(
data
,
1
)
-
ita_split
(
data
,
2
);
data
=
ita_integrate
(
data
,
'domain'
,
'freq'
);
denum
=
(
ita_constants
(
'rho_0'
)
*
sArgs
.
distance
);
denum
=
(
ita_constants
(
'rho_0'
)
*
itaValue
(
double
(
sArgs
.
distance
)
,
'm'
))
;
data
=
data
.
/
denum
;
if
sArgs
.
normalized
...
...
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