Merged DT9837A branch

This commit is contained in:
Anne de Jong 2020-11-08 00:23:38 +01:00
commit e137ea9b9f

View File

@ -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)