Buffer for real data.
More...
#include <fvec.h>
Buffer for real data.
Vector of real-valued data
fvec_t is is the structure used to store vector of real-valued data, smpl_t .
mean = fvec_mean(a_vector);
See examples/
and tests/src
directories for more examples.
- Examples:
- examples/aubionotes.c, examples/aubioonset.c, examples/aubiopitch.c, examples/aubiotrack.c, io/test-sink.c, io/test-source.c, onset/test-onset.c, pitch/test-pitch.c, spectral/test-dct.c, 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, synth/test-sampler.c, synth/test-wavetable.c, tempo/test-tempo.c, temporal/test-biquad.c, temporal/test-filter.c, test-fmat.c, and test-fvec.c.
Definition at line 67 of file fvec.h.
The documentation for this struct was generated from the following file: