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

Macros

#define LENGHT   1200
 
#define RATE   2048
 
#define SCRATCH   32
 

Functions

x rate (RATE)
 
x resize (N)
 
TRandom3 rnd (0)
 
x start (0)
 
x stop (LENGHT+2 *SCRATCH)
 

Variables

int N = RATE*(LENGHT+2*SCRATCH)
 
wavearray< double > w = x
 
wavearray< double > x
 
wavearray< double > y = x
 

Macro Definition Documentation

◆ LENGHT

#define LENGHT   1200

◆ RATE

#define RATE   2048

◆ SCRATCH

#define SCRATCH   32

Function Documentation

◆ rate()

x rate ( RATE  )

◆ resize()

x resize ( N  )

◆ rnd()

TRandom3 rnd ( )

◆ start()

x start ( )

◆ stop()

x stop ( LENGHT+2 *  SCRATCH)

Variable Documentation

◆ N

Definition at line 18 of file Test6.C.

◆ w

wavearray<double> w = x

Definition at line 26 of file Test6.C.

◆ x

wavearray<double> x

Definition at line 19 of file Test6.C.

◆ y

wavearray<double> y = x

Definition at line 27 of file Test6.C.