#include <fmat.h>
Data Fields | |
| uint_t | length |
| length of matrix | |
| uint_t | height |
| height of matrix | |
| smpl_t ** | data |
| data array of size [length] * [height] | |
io/test-source_multi.c, spectral/test-filterbank.c, spectral/test-filterbank_mel.c, and test-fmat.c.
Definition at line 40 of file fmat.h.
1.5.6