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

Macros

#define SIG_FREQ   200
 

Functions

 for (int i=0;i< x.size();i++)
 
gw Forward (8)
 
plot hist2D GetYaxis () -> SetRangeUser(SIG_FREQ-100, SIG_FREQ+100)
 
cout<< "level : "
<< gw.getLevel()<< endl;gw.DrawSG("FULL");watplot
*plot=gw.GetWATPLOT();char
gtitle[256];sprintf(gtitle,"Scalogram");plot-> 
gtitle (gtitle,"time(sec)","amplitude")
 
x rate (16384)
 
x start (0)
 

Variables

return plot canvas
 
double dt =1/x.rate()
 
double f =SIG_FREQ
 
gWSeries< double > gw (w)
 
double s =0.01
 
WSeries< double > w (x, S)
 
wavearray< double > x (16384)
 

Macro Definition Documentation

#define SIG_FREQ   200

Function Documentation

for ( )

Definition at line 20 of file DrawGWSeries.C.

gw Forward ( )
plot hist2D GetYaxis ( ) -> SetRangeUser(SIG_FREQ-100, SIG_FREQ+100)

Definition at line 213 of file cbc_plots.C.

cout<< "level : " << gw.getLevel() << endl; gw.DrawSG("FULL"); watplot* plot = gw.GetWATPLOT(); char gtitle[256]; sprintf(gtitle,"Scalogram"); plot-> gtitle ( gtitle  ,
"time(sec)"  ,
"amplitude"   
)
x rate ( 16384  )
x start ( )

Variable Documentation

return plot canvas

Definition at line 62 of file DrawGWSeries.C.

double dt =1/x.rate()

Definition at line 17 of file DrawGWSeries.C.

double f =SIG_FREQ

Definition at line 18 of file DrawGWSeries.C.

gWSeries<double> gw(w)
double s =0.01

Definition at line 19 of file DrawGWSeries.C.

WSeries<double> w(x, S)
wavearray<double> x(16384)
Initial value:
{
#define SIG_FREQ
Meyer<double> S(1024,2)
Definition: Meyer.hh:18
Meyer< double > S(1024, 2)