SPRAAK
|
Initialisation of global variables. More...
Enumerations | |
enum | { SPR_FBSHAPE_REC, SPR_FBSHAPE_TRI2, SPR_FBSHAPE_SCHROEDER, SPR_FBSHAPE_TRI, SPR_FBSHAPE_GAMMA, SPR_FBSHAPE_NFBSHAPE } |
filterbank shapes More... | |
enum | SPR_SPECTYPE { SPR_SPECTYPE_COMPLEX, SPR_SPECTYPE_POW_PHAS, SPR_SPECTYPE_POWER, SPR_SPECTYPE_LOGPOW, SPR_SPECTYPE_NSPECTYPE } |
Spectrum types. More... | |
Functions | |
int | spr_ssp_val_spectype (const char *name) |
int | spr_ssp_val_tracktype (const char *name) |
Variables | |
const char *const | spr_ssp_str_banktype [SPR_FBSHAPE_NFBSHAPE+1] |
const char *const | spr_ssp_str_spectype [SPR_SPECTYPE_NSPECTYPE+1] |
Initialisation of global variables.
Definitions of character strings, datasizes etc. which are defined as global variables.
The val_...type() functions return the type which corresponds to the specified 'name'. If 'name' is NULL NDEF is returned, if 'name' is not known -1 is returned. Compatibility with older names for spectypes is assured.