Searched refs:st (Results 1 – 1 of 1) sorted by relevance
212 def filtering(self, st, x, rc_order, rc): argument222 s0 = st[k]223 st[k] = s1294 def filtering(self, st, x, rc_order, rc): argument300 xi = x[i] - rc[rc_order-1] * st[rc_order-1]302 xi -= rc[k] * st[k]303 st[k+1] = xi * rc[k] + st[k]304 st[0] = xi418 st = np.zeros(8)