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

/frameworks/av/tools/resampler_tools/
H A Dfir.cpp61 static double kaiser(int k, int N, double beta) { function
82 " -b kaiser window parameter beta (7.865 [-80dB])\n"
253 double y = kaiser(ix+N, 2*N, beta) * sinc(x) * 2.0 * Fcr;
281 double y = kaiser(i+N, 2*N, beta) * sinc(x) * 2.0 * Fcr;;

Completed in 135 milliseconds