Closed dsacc closed 7 years ago
In 'synthesis()' there's a call to 'operator.cheby_op':
s = s + operator.cheby_op(self.G, cheb_coeffs[i], c[i * N + tmpN])
but the function it's been moved to fast_filtering.py
That's right. Thanks for catching it! :)
In 'synthesis()' there's a call to 'operator.cheby_op':
but the function it's been moved to fast_filtering.py