typo
This commit is contained in:
parent
be600231e5
commit
5de9ccf7ee
|
@ -202,8 +202,8 @@ class LinearPhaseFilter:
|
||||||
return output
|
return output
|
||||||
|
|
||||||
def delay(self):
|
def delay(self):
|
||||||
assert(self.numptaps % 2 == 1)
|
assert(self.numtaps % 2 == 1)
|
||||||
return (self.numptaps - 1)//2
|
return (self.numtaps - 1)//2
|
||||||
|
|
||||||
|
|
||||||
class Delay:
|
class Delay:
|
||||||
|
|
Loading…
Reference in New Issue