cfft_nrfft5odd - return odd mixed radix 2,3,5 sizes


SYNOPSIS

#include <cfft.h>

int cfft_nrfft5odd(n);

int n

DESCRIPTION

The function, "cfft_nrfft5odd", is provided for determining an appropriate odd radix 2,3,5 value to pad out to for the FFT's. Given the integer input, "n", the function returns the integer M such that M is the smallest number greater than or equeal to "n" such that M = 2**i * 3**j * 5**k where i, j & k are non-negative integers.

AUTHOR

Phuong Vu, HPC
Jerry Ehlers, EPTG