aubio 0.4.9
|
Vector of real-valued phase and spectrum data. More...
#include <cvec.h>
Data Fields | |
uint_t | length |
length of buffer = (requested length)/2 + 1 More... | |
smpl_t * | norm |
norm array of size cvec_t.length More... | |
smpl_t * | phas |
phase array of size cvec_t.length More... | |
Vector of real-valued phase and spectrum data.
uint_t cvec_t::length |
length of buffer = (requested length)/2 + 1
smpl_t* cvec_t::norm |
smpl_t* cvec_t::phas |