Logo coherent WaveBurst  
Library Reference Guide
Logo
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

◆ SAMPLERATE

#define SAMPLERATE   4096

Function Documentation

◆ Draw()

stft Draw ( Tmin  ,
Tmax  ,
Fmin  ,
Fmax  ,
Zmin  ,
Zmax   
)

◆ rate()

x rate ( SAMPLERATE  )

◆ resize()

x resize ( 76 *  SAMPLERATE)

◆ start()

x start ( )

◆ stft()

STFT stft ( x  ,
nfft  ,
noverlap  ,
"energy"  ,
"gauss"  ,
fparm   
)

Variable Documentation

◆ Fmax

double Fmax =350.0

Definition at line 28 of file TestDelta.C.

◆ Fmin

double Fmin =0.0

Definition at line 27 of file TestDelta.C.

◆ fparm

double fparm =nfact*6

Definition at line 22 of file TestDelta.C.

◆ nfact

int nfact =1

Definition at line 18 of file TestDelta.C.

◆ nfft

int nfft =nfact*128

Definition at line 19 of file TestDelta.C.

◆ noverlap

int noverlap =nfft-nfft/4

Definition at line 20 of file TestDelta.C.

◆ title

char title[256] ="rectangular window"

Definition at line 31 of file TestDelta.C.

◆ Tmax

double Tmax =54.05

Definition at line 26 of file TestDelta.C.

◆ Tmin

double Tmin =53.95

Definition at line 25 of file TestDelta.C.

◆ x

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

Definition at line 5 of file TestDelta.C.

◆ Zmax

double Zmax =0.0

Definition at line 30 of file TestDelta.C.

◆ Zmin

double Zmin =0.0

Definition at line 29 of file TestDelta.C.