Go to the source code of this file.
void coh_PTF_template | ( | FindChirpTemplate * | fcTmplt, |
InspiralTemplate * | InspTmplt, | ||
FindChirpTmpltParams * | params | ||
) |
Definition at line 25 of file coh_PTF_template.c.
void coh_PTF_template_PTF | ( | FindChirpTemplate * | fcTmplt, |
InspiralTemplate * | InspTmplt, | ||
FindChirpTmpltParams * | params | ||
) |
Definition at line 55 of file coh_PTF_template.c.
void coh_PTF_normalize | ( | struct coh_PTF_params * | params, |
FindChirpTemplate * | fcTmplt, | ||
REAL4FrequencySeries * | invspec, | ||
REAL8Array * | PTFM, | ||
REAL8Array * | PTFN, | ||
COMPLEX8VectorSequence * | PTFqVec, | ||
COMPLEX8FrequencySeries * | sgmnt, | ||
COMPLEX8FFTPlan * | invPlan, | ||
UINT4 | spinTemplate | ||
) |
Definition at line 186 of file coh_PTF_template.c.
void coh_PTF_template_overlaps | ( | struct coh_PTF_params * | params, |
FindChirpTemplate * | fcTmplt1, | ||
FindChirpTemplate * | fcTmplt2, | ||
REAL4FrequencySeries * | invspec, | ||
UINT4 | spinBank, | ||
REAL8Array * | PTFM | ||
) |
Definition at line 341 of file coh_PTF_template.c.
void coh_PTF_complex_template_overlaps | ( | struct coh_PTF_params * | params, |
FindChirpTemplate * | fcTmplt1, | ||
FindChirpTemplate * | fcTmplt2, | ||
REAL4FrequencySeries * | invspec, | ||
UINT4 | spinBank, | ||
COMPLEX8Array * | PTFM | ||
) |
Definition at line 393 of file coh_PTF_template.c.
void coh_PTF_bank_filters | ( | struct coh_PTF_params * | params, |
FindChirpTemplate * | fcTmplt, | ||
UINT4 | spinBank, | ||
COMPLEX8FrequencySeries * | sgmnt, | ||
COMPLEX8FFTPlan * | invBankPlan, | ||
COMPLEX8VectorSequence * | PTFqVec, | ||
COMPLEX8VectorSequence * | PTFBankqVec, | ||
REAL8 | f_min, | ||
REAL8 | fFinal | ||
) |
Definition at line 450 of file coh_PTF_template.c.
void coh_PTF_auto_veto_overlaps | ( | struct coh_PTF_params * | params, |
FindChirpTemplate * | fcTmplt, | ||
struct bankComplexTemplateOverlaps * | autoTempOverlaps, | ||
REAL4FrequencySeries * | invspec, | ||
COMPLEX8FFTPlan * | invBankPlan, | ||
UINT4 | spinBank, | ||
UINT4 | numAutoPoints, | ||
UINT4 | timeStepPoints, | ||
UINT4 | ifoNumber | ||
) |
Definition at line 535 of file coh_PTF_template.c.