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

Macros

#define SAMPLERATE   4096
 

Functions

stft Draw (Tmin, Tmax, Fmin, Fmax, Zmin, Zmax)
 
x rate (SAMPLERATE)
 
x resize (76 *SAMPLERATE)
 
x start (0)
 
STFT stft (x, nfft, noverlap,"energy","gauss", fparm)
 

Variables

double Fmax =350.0
 
double Fmin =0.0
 
double fparm =nfact*6
 
int nfact =1
 
int nfft =nfact*128
 
int noverlap =nfft-nfft/4
 
char title [256] ="rectangular window"
 
double Tmax =54.05
 
double Tmin =53.95
 
wavearray< double > x
 
double Zmax =0.0
 
double Zmin =0.0
 

Macro Definition Documentation

#define SAMPLERATE   4096

Function Documentation

stft Draw ( Tmin  ,
Tmax  ,
Fmin  ,
Fmax  ,
Zmin  ,
Zmax   
)
x rate ( SAMPLERATE  )
x resize ( 76 *  SAMPLERATE)
x start ( )
STFT stft ( x  ,
nfft  ,
noverlap  ,
"energy"  ,
"gauss"  ,
fparm   
)

Variable Documentation

double Fmax =350.0

Definition at line 28 of file TestDelta.C.

double Fmin =0.0

Definition at line 27 of file TestDelta.C.

double fparm =nfact*6

Definition at line 22 of file TestDelta.C.

int nfact =1

Definition at line 18 of file TestDelta.C.

int nfft =nfact*128

Definition at line 19 of file TestDelta.C.

int noverlap =nfft-nfft/4

Definition at line 20 of file TestDelta.C.

char title[256] ="rectangular window"

Definition at line 31 of file TestDelta.C.

double Tmax =54.05

Definition at line 26 of file TestDelta.C.

double Tmin =53.95

Definition at line 25 of file TestDelta.C.

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

Definition at line 5 of file TestDelta.C.

double Zmax =0.0

Definition at line 30 of file TestDelta.C.

double Zmin =0.0

Definition at line 29 of file TestDelta.C.