Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Functions | Variables
Test2.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

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

Function Documentation

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

Variable Documentation

Definition at line 20 of file Test2.C.

wavearray<double> w = x

Definition at line 28 of file Test2.C.

wavearray<double> x

Definition at line 21 of file Test2.C.

wavearray<double> y = x

Definition at line 29 of file Test2.C.