25 #ifndef __OSMO_DSP_CFILE_H__ 26 #define __OSMO_DSP_CFILE_H__ Structure representing a currently mapped .cfile.
Definition: cfile.h:39
unsigned int len
Length (in samples) of the data.
Definition: cfile.h:41
void cfile_release(struct cfile *cf)
struct cfile * cfile_load(const char *filename)
float complex * data
Data array (read only !)
Definition: cfile.h:40
size_t _blen
Length (in bytes) of the data.
Definition: cfile.h:42