def initZi(self):
# lfilter_zi does not preserve dtype of arguments, bug that should be reported XXX - idfah
# if above was fixed, use don't need astype below
self.zi = spsig.lfilter_zi(self.numCoef, self.denomCoef).astype(self.dtype, copy=False)
评论列表
文章目录