Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Functions | Variables
ComputeSNR.C File Reference
#include <vector>
Include dependency graph for ComputeSNR.C:

Macros

#define ADV_LIGO_PSD   "$HOME_WAT/tools/cwb/plugins/strains/advLIGO_NSNS_Opt_8khz_one_side.txt"
 
#define AMP_FACTOR   1e-21
 
#define DELTA_FREQ   0.125
 
#define FHIGH   2048
 
#define FLOW   32
 
#define RD_MDC
 

Functions

 for ()
 

Variables

double dt =1./x.rate()
 
x *double Et =0
 
cout<< "SNR "<< snr<< endl;wavearray
< double > 
f =psd
 
CWB::mdc MDC
 
snr * snr =sqrt(snr)
 
CWB::Toolbox TB
 
wavearray< double > x = MDC.GetRD(1000., 0.2, 10.)
 

Macro Definition Documentation

#define ADV_LIGO_PSD   "$HOME_WAT/tools/cwb/plugins/strains/advLIGO_NSNS_Opt_8khz_one_side.txt"
#define AMP_FACTOR   1e-21
#define DELTA_FREQ   0.125
#define FHIGH   2048
#define FLOW   32
#define RD_MDC

Function Documentation

for ( )

Definition at line 42 of file ComputeSNR.C.

Variable Documentation

double dt =1./x.rate()

Definition at line 41 of file ComputeSNR.C.

x* double Et =0

Definition at line 40 of file ComputeSNR.C.

cout<< "SNR " << snr << endl; wavearray<double> f =psd

Definition at line 75 of file ComputeSNR.C.

CWB::mdc MDC

Definition at line 23 of file ComputeSNR.C.

snr* snr =sqrt(snr)

Definition at line 71 of file ComputeSNR.C.

Initial value:
{
#define ADV_LIGO_PSD
#define DELTA_FREQ
#define RD_MDC
#define AMP_FACTOR
#define FLOW
#define FHIGH
TString psdName = gSystem->ExpandPathName(ADV_LIGO_PSD)
TString("c")
#define ADV_LIGO_PSD

Definition at line 5 of file ComputeSNR.C.

wavearray<double> x = MDC.GetRD(1000., 0.2, 10.)

Definition at line 29 of file ComputeSNR.C.