Logo coherent WaveBurst  
Library Reference Guide
Logo
Macros | Functions | Variables
Regression_Sine_Gaus_Bic.C File Reference

Macros

#define F1   95
 
#define F2   105
 
#define LENGHT   1200
 
#define RATE   2048
 

Functions

c1 Divide (2, 2)
 
witness FFT (-1)
 
 for ()
 pointers to detectors More...
 
plot plot (witness_tf, const_cast< char *>("same"), 2, totalscratch, totalscratch+LENGHT, true, 0, 5, true, 50)
 
target rate (RATE)
 
target resize (N)
 
TRandom3 rnd (1)
 
plot graph [0] SetTitle ("Black : Witness Channel - Red : After Transfer Function")
 
target start (0)
 
target stop (LENGHT+2 *totalscratch)
 

Variables

TCanvas * c1 = plot.canvas
 
double df = double(RATE)/N/2.
 
double dt = 1./double(RATE)
 
int N = RATE*(LENGHT+2*totalscratch)
 
double omega = TMath::TwoPi()*100
 
double omega_lf = TMath::TwoPi()*2
 
wavearray< double > target
 
int totalscratch =32
 

Macro Definition Documentation

◆ F1

#define F1   95

◆ F2

#define F2   105

◆ LENGHT

#define LENGHT   1200

◆ RATE

#define RATE   2048

Function Documentation

◆ Divide()

c1 Divide ( ,
 
)

◆ FFT()

witness_tf FFT ( 1)

◆ for()

for ( )

pointers to detectors

Definition at line 39 of file Regression_Sine_Gaus_Bic.C.

◆ plot()

plot plot ( witness_tf  ,
const_cast< char * >  "same",
,
totalscratch  ,
totalscratch LENGHT,
true  ,
,
,
true  ,
50   
)

◆ rate()

target rate ( RATE  )

◆ resize()

target resize ( N  )

◆ rnd()

TRandom3 rnd ( )

◆ SetTitle()

plot graph [0] SetTitle ( "Black : Witness Channel - Red : After Transfer Function"  )

◆ start()

target start ( )

◆ stop()

target stop ( LENGHT+2 *  totalscratch)

Variable Documentation

◆ c1

TCanvas* c1 = plot.canvas

Definition at line 18 of file Regression_Sine_Gaus_Bic.C.

◆ df

double df = double(RATE)/N/2.

Definition at line 27 of file Regression_Sine_Gaus_Bic.C.

◆ dt

double dt = 1./double(RATE)

Definition at line 26 of file Regression_Sine_Gaus_Bic.C.

◆ N

Definition at line 25 of file Regression_Sine_Gaus_Bic.C.

◆ omega

double omega = TMath::TwoPi()*100

Definition at line 21 of file Regression_Sine_Gaus_Bic.C.

◆ omega_lf

double omega_lf = TMath::TwoPi()*2

Definition at line 22 of file Regression_Sine_Gaus_Bic.C.

◆ target

wavearray<double> target

Definition at line 34 of file Regression_Sine_Gaus_Bic.C.

◆ totalscratch

int totalscratch =32

Definition at line 24 of file Regression_Sine_Gaus_Bic.C.