Searched refs:polyN (Results 1 – 1 of 1) sorted by relevance
96 unsigned int polyN = 147; in main() local172 if (sscanf(optarg, "%u/%u", &polyM, &polyN) != 2) { in main()244 printf("const int32_t RESAMPLE_FIR_SIZE = %d;\n", 2*nzc*polyN); in main()283 for (unsigned int j=0 ; j<polyN ; j++) { in main()285 double p = ((polyM*j) % polyN) / double(polyN); in main()