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

Functions

auxfor (int i=0;i< N;i++)
 
tfmap Forward (ts, wdm)
 
pl plot (ts, const_cast< char *>("APL"), 4, 9.9, 10.1)
 
ts rate (Rate)
 
pWDM setTDFilter (12)
 

Variables

double aux = omega/Q
 
double dT = 1./Rate
 
int Duration = 20
 
int N = Rate*Duration
 
double omega = TMath::TwoPi()*100
 
watplot pl
 
WDM< double > * pWDM = (WDM<double>*)tfmap.pWavelet
 
double Q = 8
 
WSeries< double > tfmap
 
double * tmp = new double[pWDM->nWWS/2]
 
wavearray< double > ts (N)
 
WDM< double > wdm (32, 64, 4, 8)
 

Function Documentation

◆ for()

aux* for ( )

Definition at line 16 of file testWDM_5.C.

◆ Forward()

tfmap Forward ( ts  ,
wdm   
)

◆ plot()

pl plot ( ts  ,
const_cast< char * >  "APL",
,
9.  9,
10.  1 
)

◆ rate()

ts rate ( Rate  )

◆ setTDFilter()

pWDM setTDFilter ( 12  )

Variable Documentation

◆ aux

double aux = omega/Q

Definition at line 14 of file testWDM_5.C.

◆ dT

double dT = 1./Rate

Definition at line 12 of file testWDM_5.C.

◆ Duration

int Duration = 20

Definition at line 4 of file testWDM_5.C.

◆ N

Definition at line 5 of file testWDM_5.C.

◆ omega

double omega = TMath::TwoPi()*100

Definition at line 13 of file testWDM_5.C.

◆ pl

watplot pl

Definition at line 8 of file testWDM_5.C.

◆ pWDM

WDM<double>* pWDM = (WDM<double>*)tfmap.pWavelet

Definition at line 28 of file testWDM_5.C.

◆ Q

double Q = 8

Definition at line 11 of file testWDM_5.C.

◆ tfmap

WSeries<double> tfmap

Definition at line 24 of file testWDM_5.C.

◆ tmp

double* tmp = new double[pWDM->nWWS/2]

Definition at line 31 of file testWDM_5.C.

◆ ts

wavearray<double> ts(N)

◆ wdm

WDM<double> wdm(32, 64, 4, 8)