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
4effa1fe
Commit
4effa1fe
authored
Dec 06, 2018
by
Armin Erraji
Browse files
Changed parameter name from oOtherSpetrum to oOtherSpectrum.
parent
5f3a36b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/ITASpectrum.h
View file @
4effa1fe
...
...
@@ -76,10 +76,10 @@ public:
void
Add
(
const
float
fSummand
);
//! Element-wise addition
void
Add
(
const
CITASpectrum
&
oOtherSpetrum
);
void
Add
(
const
CITASpectrum
&
oOtherSpe
c
trum
);
//! Element-wise subtraction
void
Sub
(
const
CITASpectrum
&
oOtherSpetrum
);
void
Sub
(
const
CITASpectrum
&
oOtherSpe
c
trum
);
//! Compare equality of values (ignores center frequencies, but requires matching number of bands)
bool
CompareEqualValues
(
const
CITASpectrum
&
oOtherSpectrum
,
const
float
fThreshold
=
10.0e-10
)
const
;
...
...
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