GPLIB++
Public Member Functions | List of all members
gplib::CalcSpectralElement Class Reference

This class calculates one spectral element of the receiver function from the two input spectral elements. More...

#include <CRFSpecElement.h>

Inheritance diagram for gplib::CalcSpectralElement:
Inheritance graph
[legend]

Public Member Functions

 CalcSpectralElement (tcomp t)
 
tcomp operator() (const tcomp rad, const tcomp ver) const
 

Detailed Description

This class calculates one spectral element of the receiver function from the two input spectral elements.

The constructor takes the absolute value of the waterlevel, the overloaded operator() takes two complex numbers as arguments to calculate the resulting spectral value of the receiver function and can be used with standard algorithms like transform

Definition at line 16 of file CRFSpecElement.h.

Constructor & Destructor Documentation

gplib::CalcSpectralElement::CalcSpectralElement ( tcomp  t)
inline

Definition at line 21 of file CRFSpecElement.h.

Member Function Documentation

tcomp gplib::CalcSpectralElement::operator() ( const tcomp  rad,
const tcomp  ver 
) const
inline

Definition at line 25 of file CRFSpecElement.h.


The documentation for this class was generated from the following file: