Fourier library: Operations in the Fourier domain

◆ spectrumsize()

static unsigned int fourier::fft::DRFFTWAFF::spectrumsize ( const unsigned int &  n)
inlinestatic

return number of coefficients for given number of samples

Definition at line 168 of file fftwaff.h.

Referenced by ssize().

169  { return(n/2+1); }
Here is the caller graph for this function: