Fourier library: Operations in the Fourier domain

◆ ncoeff()

static unsigned int fourier::fft::DRFFTWAFFArrayEngine::ncoeff ( const unsigned int &  nsamples)
inlinestatic

return number of coefficients for given number of samples

Definition at line 122 of file fftwaffar.h.

References nsamples().

Referenced by checkconsistency().

123  { return(nsamples/2+1); }
unsigned int nsamples() const
return the number of samples in time series
Definition: fftwaffar.cc:287
Here is the call graph for this function:
Here is the caller graph for this function: