convolution_radio.h

来自「This a framework to test new ideas in tr」· C头文件 代码 · 共 17 行

H
17
字号
#ifndef _SIMPLE_RADIO_H__#define _SIMPLE_RADIO_H__#define SLOTS 3#define SLOT_LEN 20#define SLOT_OFFSET 1struct bch_struct {  char str[60];};// also nice (n,k,m)=(7,5,8) and REG_STATUS polys[] = {0x3f,0xad,0x06,0xf1,0x7a,0xa5,0x49};// also nice (n,k,m)=(2,1,4) REG_STATUS polys[] = {0x0f,0x0d};unsigned int polys[] = {0x3f,0xad,0x06,0xf1,0x7a,0xa5,0x49};#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?