Searched refs:IIR1_highpass (Results 1 – 2 of 2) sorted by relevance
193 a->xf[a->j] = IIR1_highpass(a->Fx, x_); // pre-whitening of x in AEC_nlms_pw()201 ef = IIR1_highpass(a->Fe, e); // pre-whitening of e in AEC_nlms_pw()
250 static REAL IIR1_highpass(IIR1 *i, REAL in) { in IIR1_highpass() function