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

Macros

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

Functions

h rate (RATE)
 
h resize (N)
 
TRandom3 rnd (0)
 
h start (0)
 
h stop (LENGHT+2 *totalscratch)
 

Variables

wavearray< double > h
 
int N = RATE*(LENGHT+2*totalscratch)
 
int totalscratch =32
 

Macro Definition Documentation

◆ F1

#define F1   95

◆ F2

#define F2   105

◆ LENGHT

#define LENGHT   1200

◆ RATE

#define RATE   2048

Function Documentation

◆ rate()

h rate ( RATE  )

◆ resize()

h resize ( N  )

◆ rnd()

TRandom3 rnd ( )

◆ start()

h start ( )

◆ stop()

h stop ( LENGHT+2 *  totalscratch)

Variable Documentation

◆ h

wavearray<double> h

Definition at line 26 of file Regression_Sine_parameters.C.

◆ N

Definition at line 25 of file Regression_Sine_parameters.C.

◆ totalscratch

int totalscratch =32

Definition at line 22 of file Regression_Sine_parameters.C.