hamnet70/impl/src/layer1/preamble.h

11 lines
227 B
C
Raw Normal View History

#ifndef LAYER1_PREAMBLE_H
#define LAYER1_PREAMBLE_H
#include <stdlib.h>
#include <complex.h>
const float complex* preamble_get_symbols(void);
size_t preamble_get_symbol_count(void);
#endif // LAYER1_PREAMBLE_H