Searched refs:index_ns (Results 1 – 1 of 1) sorted by relevance
188 priv_t * p, chan_t * c, size_t index_ns, unsigned step_ns, int bootCount) in measure() argument193 for (i = 0; i < p->measureLen_ws; ++i, index_ns = (index_ns + step_ns) % p->samplesLen_ns) in measure()194 c->dftBuf[i] = p->samples[index_ns] * p->spectrumWindow[i]; in measure()