Vector of real-valued phase and spectrum data.
More...
#include <cvec.h>
Vector of real-valued phase and spectrum data.
mean = cvec_mean(input);
void del_cvec(cvec_t *s)
cvec_t buffer deletion function
cvec_t * new_cvec(uint_t length)
cvec_t buffer creation function
Vector of real-valued phase and spectrum data.
smpl_t * norm
norm array of size cvec_t.length
smpl_t * phas
phase array of size cvec_t.length
unsigned int uint_t
unsigned integer
- Examples
- spectral/test-fft.c, spectral/test-filterbank.c, spectral/test-filterbank_mel.c, spectral/test-mfcc.c, spectral/test-phasevoc.c, spectral/test-specdesc.c, spectral/test-tss.c, and test-cvec.c.
Definition at line 63 of file cvec.h.
The documentation for this struct was generated from the following file: