Searched refs:dotp_xf_xf (Results 1 – 2 of 2) sorted by relevance
314 double dotp_xf_xf; // double to avoid loss of precision member368 a->dotp_xf_xf -= a->delta; // subtract old delta in AEC_setambient()370 a->dotp_xf_xf += a->delta; // add new delta in AEC_setambient()
204 …a->dotp_xf_xf += (a->xf[a->j] * a->xf[a->j] - a->xf[a->j + NLMS_LEN - 1] * a->xf[a->j + NLMS_LEN -… in AEC_nlms_pw()208 REAL mikro_ef = stepsize * ef / a->dotp_xf_xf; in AEC_nlms_pw()