Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
ITADSP
Commits
8095116c
Commit
8095116c
authored
Jul 12, 2019
by
Dipl.-Ing. Jonas Stienen
Browse files
Fixing some minor issues in IIR filter bank
parent
5b9b409c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ITAThirdOctaveFilterbankIIR.cpp
View file @
8095116c
#include <ITAThirdOctaveFilterbankIIR.h>
#include "ITAThirdOctaveFilterbankCoefficients.h"
#include "ITAThirdOctaveFilterbank
IIR
Coefficients.h"
#include <ITAFastMath.h>
#include <ITAStopWatch.h>
...
...
@@ -55,7 +55,7 @@ void CITAThirdOctaveFilterbankIIR::SetGains( const ITABase::CThirdOctaveGainMagn
void
CITAThirdOctaveFilterbankIIR
::
SetMagnitudes
(
const
ITABase
::
CThirdOctaveGainMagnitudeSpectrum
&
oGains
,
const
bool
bSmoothChangeover
/*= true */
)
{
SetGains
(
oGains
);
SetGains
(
oGains
,
bSmoothChangeover
);
}
void
CITAThirdOctaveFilterbankIIR
::
Clear
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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