Small bugfix of some dead code
This commit is contained in:
parent
e8ba3b86bf
commit
061beaf88b
@ -209,6 +209,7 @@ class FilterBankDesigner:
|
|||||||
Returns:
|
Returns:
|
||||||
h: Linear filter transfer function [-]
|
h: Linear filter transfer function [-]
|
||||||
"""
|
"""
|
||||||
|
fs = self.fs
|
||||||
fir = self.createFirFilter(fs, x)
|
fir = self.createFirFilter(fs, x)
|
||||||
|
|
||||||
# Decimated sampling frequency [Hz]
|
# Decimated sampling frequency [Hz]
|
||||||
|
Loading…
Reference in New Issue
Block a user