STFINV library: seek source wavelet correction filter

◆ recordingcoeff()

STFFourierDomainEngine::TAspectrum stfinv::STFFourierDomainEngine::recordingcoeff ( const unsigned int &  i) const
protected

return reference to Fourier coeffients of recorded data for frequency i

Definition at line 366 of file stfinvfourier.cc.

References recordingspec().

Referenced by stfinv::STFEngineNormalize::exec(), and stfinv::STFEngineFDLeastSquares::exec().

367  {
369  STFFourierDomainEngine::TAspectrum slice=aff::slice(rec)(0,i);
370  slice.shape().setfirst(0,0);
371  slice.shape().setfirst(1,0);
372  return(slice);
373  } // STFFourierDomainEngine::recordingcoeff(const unsigned int& i) const
Tfftengine::TAspectrum TAspectrum
type of array for Fourier transforms
TAspectrum recordingspec() const
return reference to Fourier transform of recorded data
Here is the call graph for this function:
Here is the caller graph for this function: