Fourier library: Operations in the Fourier domain

◆ scale_spectrum()

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

Return appropriate scaling factor for sampling interval dt.

Factor to be applied when transforming to Fourier domain.

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

Definition at line 280 of file fftwaffar.cc.

Referenced by main().

281  {
282  return(dt);
283  } // Tsample DRFFTWAFFArrayEngine::scale_spectrum(const Tsample& dt) const
Here is the caller graph for this function: