Vector of real-valued phase and spectrum data.
More...
#include <cvec.h>
Vector of real-valued phase and spectrum data.
mean = cvec_mean(input);
cvec_t * new_cvec(uint_t length)
cvec_t buffer creation function
void del_cvec(cvec_t *s)
cvec_t buffer deletion 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.
◆ length
length of buffer = (requested length)/2 + 1
- Examples
- test-cvec.c.
Definition at line 64 of file cvec.h.
◆ norm
◆ phas
The documentation for this struct was generated from the following file: