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

Detailed Description

This structure stores the patch-time-frequency look up table.

Definition at line 246 of file LUT.h.

Data Fields

INT2 timeIndex
 time index of the lut More...
 
INT8 f0Bin
 Frequency bin for which it has been constructed. More...
 
REAL8 deltaF
 Frequency resolution df=1/TCOH, where 1/TCOH is the coherent integration time used in teh demodulation procedure. More...
 
INT8 nFreqValid
 Number of frequencies where the lut is valid. More...
 
INT4 iniBin
 First bin affecting the patch with respect to f0. More...
 
INT4 nBin
 Exact number of bins affecting the patch. More...
 
INT4 offset
 Frequency bin corresponding to center of patch measured with respect to f0Bin (zero in modulated case) More...
 
UINT2 maxNBins
 Maximum number of bins affecting the patch (for memory allocation purposes) More...
 
UINT2 maxNBorders
 Maximum number of borders affecting the patch (for memory allocation purposes) More...
 
HOUGHBorderborder
 The annulus borders. More...
 
HOUGHBin2Borderbin
 Bin to border correspondence. More...
 

Field Documentation

◆ timeIndex

INT2 HOUGHptfLUT::timeIndex

time index of the lut

Definition at line 247 of file LUT.h.

◆ f0Bin

INT8 HOUGHptfLUT::f0Bin

Frequency bin for which it has been constructed.

Definition at line 248 of file LUT.h.

◆ deltaF

REAL8 HOUGHptfLUT::deltaF

Frequency resolution df=1/TCOH, where 1/TCOH is the coherent integration time used in teh demodulation procedure.

Definition at line 249 of file LUT.h.

◆ nFreqValid

INT8 HOUGHptfLUT::nFreqValid

Number of frequencies where the lut is valid.

Definition at line 252 of file LUT.h.

◆ iniBin

INT4 HOUGHptfLUT::iniBin

First bin affecting the patch with respect to f0.

Definition at line 253 of file LUT.h.

◆ nBin

INT4 HOUGHptfLUT::nBin

Exact number of bins affecting the patch.

Definition at line 254 of file LUT.h.

◆ offset

INT4 HOUGHptfLUT::offset

Frequency bin corresponding to center of patch measured with respect to f0Bin (zero in modulated case)

Definition at line 255 of file LUT.h.

◆ maxNBins

UINT2 HOUGHptfLUT::maxNBins

Maximum number of bins affecting the patch (for memory allocation purposes)

Definition at line 256 of file LUT.h.

◆ maxNBorders

UINT2 HOUGHptfLUT::maxNBorders

Maximum number of borders affecting the patch (for memory allocation purposes)

Definition at line 257 of file LUT.h.

◆ border

HOUGHBorder* HOUGHptfLUT::border

The annulus borders.

Definition at line 258 of file LUT.h.

◆ bin

HOUGHBin2Border* HOUGHptfLUT::bin

Bin to border correspondence.

Definition at line 259 of file LUT.h.