Fourier library: Operations in the Fourier domain

◆ operator()() [4/4]

DRFFTWAFF::Tseries fourier::fft::DRFFTWAFF::operator() ( const Tspectrum::Tcoc &  s,
const Tsample dt,
const bool &  debug = false 
) const

Transform Fourier coefficients to time series and scale.

Appropriate scaling is applied for sampling interval dt.

Definition at line 359 of file fftwaff.cc.

References scale_series().

362  {
363  return(this->scale_series(dt)*
364  this->operator()(s, debug));
365  }
Tsample scale_series(const Tsample &dt) const
Return appropriate scaling factor for sampling interval dt.
Definition: fftwaff.cc:317
Here is the call graph for this function: