Searched defs:Fcr (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/tools/resampler_tools/
H A Dfir.cpp221 double Fcr = Fc / Fs; local
259 double x = (2.0 * M_PI * ix * Fcr) / M;
260 double y = kaiser(ix+N, 2*N, beta) * sinc(x) * 2.0 * Fcr;
290 double x = 2.0 * M_PI * Fcr * (i + p);
291 double y = kaiser(i+N, 2*N, beta) * sinc(x) * 2.0 * Fcr;;

Completed in 71 milliseconds