Fourier library: Operations in the Fourier domain

◆ series() [2/2]

DRFFTWAFFArrayEngine::TAseries fourier::fft::DRFFTWAFFArrayEngine::series ( const unsigned int &  i) const

return a reference to the time series i

Definition at line 310 of file fftwaffar.cc.

References FOURIER_assert, Mseriesarray, and nseries().

311  {
312  FOURIER_assert(((i>=0) && (i<this->nseries())),
313  "ERROR: signal index is out of range");
314  return(aff::slice(Mseriesarray)()(i));
315  } // DRFFTWAFFArrayEngine::TAseries DRFFTWAFFArrayEngine::series(i) const
#define FOURIER_assert(C, M)
Check an assertion and report by throwing an exception.
Definition: error.h:141
unsigned int nseries() const
return the number of series in the arrays
Definition: fftwaffar.cc:301
Here is the call graph for this function: