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

Macros

#define SAMPLERATE   4096
 

Functions

x rate (SAMPLERATE)
 
x resize (6 *SAMPLERATE)
 
x start (0)
 

Variables

double dt =1./x.rate()
 
double pi = TMath::Pi()
 
wavearray< double > x
 

Macro Definition Documentation

◆ SAMPLERATE

#define SAMPLERATE   4096

Function Documentation

◆ rate()

x rate ( SAMPLERATE  )

◆ resize()

x resize ( 6 *  SAMPLERATE)

◆ start()

x start ( )

Variable Documentation

◆ dt

double dt =1./x.rate()

Definition at line 19 of file TestChirp.C.

◆ pi

double pi = TMath::Pi()

Definition at line 18 of file TestChirp.C.

◆ x

x[3 *SAMPLERATE]
Initial value:
{
#define SAMPLERATE
using namespace CWB
Definition: ced.hh:42

Definition at line 5 of file TestChirp.C.