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

Detailed Description

This structure contains a vector sequence of partial-Hough maps derivatives (for different time stamps and different frequencies) representing a circular buffer for the frequency indexes.

Definition at line 189 of file LALHough.h.

Data Fields

UINT4 nfSize
 number of different frequencies More...
 
UINT4 length
 number of elements for each frequency More...
 
UINT8 fBinMin
 frequency index of smallest intrinsic frequency in circular buffer More...
 
REAL8 deltaF
 frequency resolution More...
 
UINT4 breakLine
 Mark \( \in \) [0, nfSize) (of the circular buffer) pointing to the starting of the fBinMin line. More...
 
HOUGHphmdphmd
 the partial Hough map derivatives More...
 

Field Documentation

◆ nfSize

UINT4 PHMDVectorSequence::nfSize

number of different frequencies

Definition at line 190 of file LALHough.h.

◆ length

UINT4 PHMDVectorSequence::length

number of elements for each frequency

Definition at line 191 of file LALHough.h.

◆ fBinMin

UINT8 PHMDVectorSequence::fBinMin

frequency index of smallest intrinsic frequency in circular buffer

Definition at line 192 of file LALHough.h.

◆ deltaF

REAL8 PHMDVectorSequence::deltaF

frequency resolution

Definition at line 193 of file LALHough.h.

◆ breakLine

UINT4 PHMDVectorSequence::breakLine

Mark \( \in \) [0, nfSize) (of the circular buffer) pointing to the starting of the fBinMin line.

Definition at line 194 of file LALHough.h.

◆ phmd

HOUGHphmd* PHMDVectorSequence::phmd

the partial Hough map derivatives

Definition at line 195 of file LALHough.h.