-
适合于无线通信信道编码的交织器的MATLAB编程,刚编写交织器的同学可下载
适合于无线通信信道编码的交织器的MATLAB编程,刚编写交织器的同学可下载-Suitable for wireless communication channel coding interleaver of MATLAB programming, just to prepare students interleaver can be downloaded
- 2022-06-20 14:35:42下载
- 积分:1
-
introduce the MODBUS protocol in detail including translation style ,function c...
详细的介绍了MODBUS的协议内容 包括传输格式,功能码介绍等-introduce the MODBUS protocol in detail including translation style ,function code etc.
- 2022-01-22 16:34:53下载
- 积分:1
-
定位开发参考资料,进行联通定位之星开发的兄弟有福气啦。...
定位开发参考资料,进行联通定位之星开发的兄弟有福气啦。-Targeting the development of reference materials for the development of China Unicom
- 2022-05-15 21:49:08下载
- 积分:1
-
介绍数字滤波器的定义、分类及实现方法。讨论IIR滤波器、FIR滤波器的设计方法以及如何运用MATLAB中的DSP Blockset工具箱设计数字滤波器。...
介绍数字滤波器的定义、分类及实现方法。讨论IIR滤波器、FIR滤波器的设计方法以及如何运用MATLAB中的DSP Blockset工具箱设计数字滤波器。-Introduce digital filter definition, classification and realization method. Discussion of IIR filters, FIR filter design methods and how to use MATLAB in the DSP Blockset toolbox design digital filters.
- 2023-02-03 10:05:04下载
- 积分:1
-
卷积编码
完成卷积码的生成,输入为2进制编码,输出为两位的编码,使用(2,1,3)卷积编码,一位输入两位输出,主要用于无线或者有线通信的信道编码,方便简单,编码效率高,纠错能力较强,能够完成纠错1bit。
- 2023-04-12 23:30:03下载
- 积分:1
-
matlab simulink里面关于瑞利信道仿真的设置参数
matlab simulink里面关于瑞利信道仿真的设置参数-matlab simulink inside on the Rayleigh channel simulation parameter settings
- 2022-03-24 18:29:38下载
- 积分:1
-
Chinese version of WCDMA Interface Protocol for details about the composition an...
WCDMA接口协议中文版,用于详细了解WCDMA接口结构组成及流程-Chinese version of WCDMA Interface Protocol for details about the composition and structure of WCDMA interface flow
- 2022-04-07 21:31:11下载
- 积分:1
-
CF SD IDE接口协议,如规范,非常容易使用,发展。
CF SD IDE等接口协议规范,非常好用,开发CF SD IDE时值得参考-CF SD IDE interface protocol, such as norms, very easy to use, the development of CF SD IDE worth considering when
- 2022-01-25 23:46:02下载
- 积分:1
-
galois encode communicacion
galois encode communicacion
- 2022-02-15 10:55:56下载
- 积分:1
-
LINUX下消息队列
Linux下消息队列
用于进程间通信,有4个例程,可以实现
1.消息队列是消息的链表,具有特定的格式,存放在内存中并由消息队列标识符标识.
2.消息队列允许一个或多个进程向它写入与读取消息.
3.管道和命名管道都是通信数据都是先进先出的原则。
4.消息队列可以实现消息的随机查询,消息不一定要以先进先出的次序读取,也可以按消息的类型读取.比FIFO更有优势。
目前主要有两种类型的消息队列:POSIX消息队列以及系统V消息队列,系统V消息队列目前被大量使用。系统V消息队列是随内核持续的,只有在内核重起或者人工删除时,该消息队列才会被删除
- 2022-07-27 21:44:31下载
- 积分:1