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

Macros

#define IFILE_NAME   "/home/vedovato/Y2/coherent/cwbstft-1.0.0/tst/data/noiseH1_968654512_S6_online_1_848615060_D.dat"
 
#define SAMPLERATE   (4*4096)
 

Functions

x rate (SAMPLERATE)
 
x ReadBinary (IFILE_NAME)
 
x resize (512 *SAMPLERATE)
 
x start (0)
 

Variables

wavearray< double > x
 

Macro Definition Documentation

◆ IFILE_NAME

#define IFILE_NAME   "/home/vedovato/Y2/coherent/cwbstft-1.0.0/tst/data/noiseH1_968654512_S6_online_1_848615060_D.dat"

◆ SAMPLERATE

#define SAMPLERATE   (4*4096)

Function Documentation

◆ rate()

x rate ( SAMPLERATE  )

◆ ReadBinary()

x ReadBinary ( IFILE_NAME  )

◆ resize()

x resize ( 512 *  SAMPLERATE)

◆ start()

x start ( )

Variable Documentation

◆ x

wavearray<double> x
Initial value:
{
#define SAMPLERATE
#define IFILE_NAME
using namespace CWB
Definition: ced.hh:42

Definition at line 5 of file TestWDM.C.