LALPulsar  6.1.0.1-89842e6
NormalizeSFTRngMed.h File Reference

Prototypes

int XLALSFTtoRngmed (REAL8FrequencySeries *rngmed, const SFTtype *sft, UINT4 blockSize)
 Calculates a smoothed (running-median) periodogram for the given SFT. More...
 
int XLALSFTtoPeriodogram (REAL8FrequencySeries *periodo, const COMPLEX8FrequencySeries *SFT)
 Calculate the "periodogram" of an SFT, ie the modulus-squares of the SFT-data. More...
 
int XLALPeriodoToRngmed (REAL8FrequencySeries *rngmed, const REAL8FrequencySeries *periodo, UINT4 blockSize)
 Calculates running median over a single periodogram. More...
 
int XLALNormalizeSFT (REAL8FrequencySeries *rngmed, SFTtype *sft, UINT4 blockSize, const REAL8 assumeSqrtS)
 Normalize an sft based on RngMed estimated PSD, and returns running-median. More...
 
int XLALNormalizeSFTVect (SFTVector *sftVect, UINT4 blockSize, const REAL8 assumeSqrtS)
 Function for normalizing a vector of SFTs. More...
 
MultiPSDVectorXLALNormalizeMultiSFTVect (MultiSFTVector *multsft, UINT4 blockSize, const MultiNoiseFloor *assumeSqrtSX)
 Function for normalizing a multi vector of SFTs in a multi IFO search and returns the running-median estimates of the power. More...
 
int XLALSFTstoCrossPeriodogram (REAL8FrequencySeries *periodo, const COMPLEX8FrequencySeries *sft1, const COMPLEX8FrequencySeries *sft2)
 Calculate the cross-correlation periodogram from 2 SFTs. More...
 

Go to the source code of this file.