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

Detailed Description

This structure stores the `‘peak-gram’'.

Definition at line 129 of file PHMD.h.

Data Fields

INT2 timeIndex
 The time index of the peak-gram. More...
 
REAL8 deltaF
 Frequency resolution: df=1/TCOH More...
 
UINT8 fBinIni
 Frequency index of the first element of the spectrum covered by this peak-gram; it can be seen as an offset. More...
 
UINT8 fBinFin
 Frequency index of the last element of the spectrum covered by this peak-gram. More...
 
UINT4 length
 Number of peaks present in the peak-gram. More...
 
INT4peak
 The peak indices relative to fBinIni, i.e., the zero peak corresponds to fBinIni. More...
 

Field Documentation

◆ timeIndex

INT2 HOUGHPeakGram::timeIndex

The time index of the peak-gram.

Definition at line 130 of file PHMD.h.

◆ deltaF

REAL8 HOUGHPeakGram::deltaF

Frequency resolution: df=1/TCOH

Definition at line 131 of file PHMD.h.

◆ fBinIni

UINT8 HOUGHPeakGram::fBinIni

Frequency index of the first element of the spectrum covered by this peak-gram; it can be seen as an offset.

Definition at line 132 of file PHMD.h.

◆ fBinFin

UINT8 HOUGHPeakGram::fBinFin

Frequency index of the last element of the spectrum covered by this peak-gram.

Definition at line 133 of file PHMD.h.

◆ length

UINT4 HOUGHPeakGram::length

Number of peaks present in the peak-gram.

Definition at line 134 of file PHMD.h.

◆ peak

INT4* HOUGHPeakGram::peak

The peak indices relative to fBinIni, i.e., the zero peak corresponds to fBinIni.

Definition at line 135 of file PHMD.h.