Searched refs:xnonlin (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | ar9003.c | 2682 int icept, G, I, L, M, angle, xnonlin, y2, y4, sumy2, sumy4; in ar9003_compute_predistortion() local 2737 xnonlin = x[maxidx] - (y[maxidx] * SCALE + G) / G; in ar9003_compute_predistortion() 2738 order = (xnonlin + y[maxidx]) / y[maxidx]; in ar9003_compute_predistortion() 2754 xnonlin = x[i + I] - ((y[i + I] * SCALE) + G) / G; in ar9003_compute_predistortion() 2755 xtilde[i] = ((xnonlin << M) + y[i + I]) / y[i + I]; in ar9003_compute_predistortion()
|