Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
testWDM_4.C File Reference

Functions

 for ()
 
 for (int i=0;i<=32;++i)
 
tfmap Forward (ts, wdm, 0)
 
pl plot (ts, const_cast< char * >("APL"), 1, 4., ts.stop()-4., true, 0., 0., true, 1./16)
 
pl plot (psd, const_cast< char * >("SAME"), 2)
 
ts rate (Rate)
 
psd rate (1./16)
 

Variables

int Duration = 100
 
int N = Rate*Duration
 
double omega = TMath::TwoPi()*200
 
watplot pl
 
wavearray< double > psd (33)
 
double T = 1./Rate
 
WSeries< double > tfmap
 
wavearray< double > ts (N)
 
WDM< double > wdm (32, 64, 4, 8)
 
wavearray< double > x
 

Function Documentation

for ( )

Definition at line 13 of file testWDM_4.C.

for ( int  i = 0; i<=32; ++i)

Definition at line 33 of file testWDM_4.C.

tfmap Forward ( ts  ,
wdm  ,
 
)
pl plot ( ts  ,
const_cast< char * >  "APL",
,
4.  ,
ts.stop()-  4.,
true  ,
0.  ,
0.  ,
true  ,
1./  16 
)
pl plot ( psd  ,
const_cast< char * >  "SAME",
 
)
ts rate ( Rate  )
psd rate ( 1./  16)

Variable Documentation

int Duration = 100

Definition at line 4 of file testWDM_4.C.

Definition at line 5 of file testWDM_4.C.

double omega = TMath::TwoPi()*200

Definition at line 12 of file testWDM_4.C.

watplot pl

Definition at line 24 of file testWDM_4.C.

wavearray<double> psd(33)
double T = 1./Rate

Definition at line 11 of file testWDM_4.C.

WSeries<double> tfmap

Definition at line 22 of file testWDM_4.C.

wavearray<double> ts(N)
WDM<double> wdm(32, 64, 4, 8)
wavearray<double> x

Definition at line 30 of file testWDM_4.C.