Bugfix for lowest frequency point in converting octave band to narrow band
This commit is contained in:
parent
183404338e
commit
0bbfe22d83
@ -256,7 +256,7 @@ class FilterBankDesigner:
|
|||||||
for x in self.xs:
|
for x in self.xs:
|
||||||
xl = x
|
xl = x
|
||||||
fl = self.fl(x)
|
fl = self.fl(x)
|
||||||
if self.fl(x+1) > freq[0]:
|
if fl >= freq[0]:
|
||||||
break
|
break
|
||||||
|
|
||||||
# Find upper frequency xu
|
# Find upper frequency xu
|
||||||
|
Loading…
Reference in New Issue
Block a user