STFINV library: seek source wavelet correction filter

◆ syntheticspec()

STFFourierDomainEngine::TAspectrum stfinv::STFFourierDomainEngine::syntheticspec ( ) const
protected

return reference to Fourier transform of synthetics

Definition at line 339 of file stfinvfourier.cc.

References Mfftengineinput, and stfinv::STFBaseEngine::nreceivers().

Referenced by convolve(), and syntheticcoeff().

340  {
341  TAspectrum inspecarray=Mfftengineinput.spectrum();
342  TAspectrum subarray=aff::subarray(inspecarray)()(this->nreceivers(),
343  (2*this->nreceivers())-1);
344  subarray.shape().setfirst(0,0);
345  subarray.shape().setfirst(1,0);
346  return(subarray);
347  } // STFFourierDomainEngine::TAspectrum STFFourierDomainEngine::syntheticspec() const
unsigned int nreceivers() const
return number of receiver signals in use
Definition: stfinvbase.h:259
Tfftengine::TAspectrum TAspectrum
type of array for Fourier transforms
Tfftengine Mfftengineinput
combined FFT engine for recorded data and synthetics and additional time series
Here is the call graph for this function:
Here is the caller graph for this function: