Fourier library: Operations in the Fourier domain

◆ scale_series()

DRFFTWAFFArrayEngine::Tsample fourier::fft::DRFFTWAFFArrayEngine::scale_series ( const Tsample dt) const

Return appropriate scaling factor for sampling interval dt.

Factor to be applied when transforming to time domain.

Parameters
[in]dtsampling interval
Returns
scalar factor to be applied to all samples
See also
Integral transform scaling

Definition at line 263 of file fftwaffar.cc.

References Mseriesarray.

Referenced by main().

264  {
265  return(1./(Mseriesarray.size(0)*dt));
266  } // Tsample DRFFTWAFFArrayEngine::scale_series(const Tsample& dt) const
Here is the caller graph for this function: