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