-
对于这个问题的实现、刚刚给过一个程序,突然想起另外一种简单一些的方法,一并给出[笔者长期从事移动通信系统的无线链路调制与解调、物理层实现方面的工作。在移动通信G...
对于这个问题的实现、刚刚给过一个程序,突然想起另外一种简单一些的方法,一并给出[笔者长期从事移动通信系统的无线链路调制与解调、物理层实现方面的工作。在移动通信GSM系统中,我们进行语音或者业务信道解调时,都会遇到CRC的求解。通常在硬件DSP实现时,特别是40位CRC求解时候,由于生成多项式有41项,DSP最大一次能处理40位,所以使用单个寄存器会遇到一些困难,那么以下这个程序将会解决这一困难(这是针对定点DSP、C55xx的编程实现方法)。]:
-For the realization of this issue, just to have a program, suddenly reminded of another simpler way to be given [the author has long been engaged in mobile communication system modulation and demodulation of wireless links, the physical layer to achieve work. GSM in the mobile communications system, we have a voice or channel demodulation operations, it will encounter the solution of CRC. DSP hardware usually realize, especially when solving the 40 CRC, as the generation polynomial has 41, DSP can handle the largest 40, so using a single register may encounter some difficulties, then following this process will solve this One difficulty (which is for fixed-point DSP, C55xx realize programming methods). ]:
- 2022-03-14 13:54:53下载
- 积分:1
-
罗宾
素数Robin―Millor测试法的C语言源码-Robin-Millor prime test of the C language source
- 2022-12-02 15:55:03下载
- 积分:1
-
加密工具源码,由ASM编写,代码简洁,很值得研究!
加密工具源码,由ASM编写,代码简洁,很值得研究!-Source encryption tool, prepared by the ASM, code simplicity, it is worth studying!
- 2022-05-29 04:01:18下载
- 积分:1
-
数据加密用C#做的加密程序,望各位多提问题
数据加密用C#做的加密程序,望各位多提问题-data encryption using C# do encryption, and hopes to raise the issue
- 2022-07-20 03:06:07下载
- 积分:1
-
生成大素数并检验以及生成RSA1024位公钥子程序,不使用库文件,源代码公开,清晰有注释...
生成大素数并检验以及生成RSA1024位公钥子程序,不使用库文件,源代码公开,清晰有注释-Generate large prime numbers and testing, and to generate RSA1024-bit public key subroutine, do not use library files, source code is open, clear and annotated
- 2022-08-07 10:56:08下载
- 积分:1
-
base64 decoding base64 decoding
base64解码 -base64 decoding base64 decoding
- 2022-01-25 19:34:46下载
- 积分:1
-
Verilog写的 CRC 编码
Verilog写的 CRC 编码-CRC code written in Verilog
- 2022-06-18 19:05:04下载
- 积分:1
-
把信息隐藏到图片中,比加密更安全
把信息隐藏到图片中,比加密更安全-hidden message to the pictures, more secure encryption
- 2022-05-23 17:37:01下载
- 积分:1
-
DES加密算法实现的C++类
DES加密算法实现的C++类-DES encryption algorithm realization C kind
- 2022-08-20 08:53:25下载
- 积分:1
-
DES加密算法的硬件实现
本次实现采用流水线结构,分析子密钥与原始密钥的直接关系,利用组合逻辑同时产生16个子密钥,总体上既兼顾了效率,又不占用太多资源,经仿真测试,完全通过。
- 2022-03-13 01:16:29下载
- 积分:1