⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 convolution_radio.h

📁 This a framework to test new ideas in transmission technology. Actual development is a LDPC-coder in
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -