Merged typex feature from slm
This commit is contained in:
parent
38865ef9cf
commit
78884cbbe2
@ -73,6 +73,9 @@ class FilterBankDesigner:
|
||||
Args:
|
||||
x: Midband designator
|
||||
"""
|
||||
if type(x) == list:
|
||||
x = np.asarray(x)
|
||||
|
||||
# Exact midband frequency
|
||||
return self.G**(x/self.b)*self.fr
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user