Merged DT9837A branch
This commit is contained in:
commit
e137ea9b9f
@ -113,9 +113,8 @@ class SLM:
|
|||||||
# No filterbank, means we do only compute the overall values. This
|
# No filterbank, means we do only compute the overall values. This
|
||||||
# means that in case of include_overall, it creates two overall
|
# means that in case of include_overall, it creates two overall
|
||||||
# channels. That would be confusing, so we do not allow it.
|
# channels. That would be confusing, so we do not allow it.
|
||||||
if include_overall:
|
sos = sos_overall[np.newaxis,:]
|
||||||
sos = sos_overall[np.newaxis,:]
|
self.nom_txt.append('overall')
|
||||||
self.nom_txt.append('overall')
|
|
||||||
|
|
||||||
self.slm = pyxSlm(prefilter, sos,
|
self.slm = pyxSlm(prefilter, sos,
|
||||||
fs, tw[0], level_ref_value)
|
fs, tw[0], level_ref_value)
|
||||||
|
Loading…
Reference in New Issue
Block a user