Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALSimulation 6.2.0.1-8a6b96f
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
CAmpPhaseSequence Struct Reference

Detailed Description

Structure to represent a data piece (e.g.

a mode hlm), either in frequency or time with complex amplitude (enveloppe) and phase. The mode values are camp * exp(I*phase)

Definition at line 551 of file LALSimIMREOBNRv2.h.

Data Fields

REAL8Vectorxdata
 Sequence of times or frequencies on which data is given. More...
 
REAL8Vectorcamp_real
 Sequence for the real part of the complex amplitude (enveloppe). More...
 
REAL8Vectorcamp_imag
 Sequence for the imag part of the complex amplitude (enveloppe). More...
 
REAL8Vectorphase
 Sequence for the phase. More...
 

Field Documentation

◆ xdata

REAL8Vector* CAmpPhaseSequence::xdata

Sequence of times or frequencies on which data is given.

Definition at line 552 of file LALSimIMREOBNRv2.h.

◆ camp_real

REAL8Vector* CAmpPhaseSequence::camp_real

Sequence for the real part of the complex amplitude (enveloppe).

Definition at line 553 of file LALSimIMREOBNRv2.h.

◆ camp_imag

REAL8Vector* CAmpPhaseSequence::camp_imag

Sequence for the imag part of the complex amplitude (enveloppe).

Definition at line 554 of file LALSimIMREOBNRv2.h.

◆ phase

REAL8Vector* CAmpPhaseSequence::phase

Sequence for the phase.

Definition at line 555 of file LALSimIMREOBNRv2.h.