GNU Radio's M17 Package
m17-coder/golay.h
Go to the documentation of this file.
1 #ifndef GOLAY_H
2 #define GOLAY_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 uint32_t golay24_encode(const uint16_t data);
8 #ifdef __cplusplus
9 }
10 #endif
11 
12 #endif
uint32_t golay24_encode(const uint16_t data)