搜索资源列表
SignalProcess
- C 程序 球面方位角算法: azimuth.cpp CRC校验快速算法: CRC_Table.cpp 解扰码算法: scrambler.cpp Matlab 程序 信号带宽测量: BandWith.m 带通信号下变频: fqmv.m QPSK 解调 demodQpsk.m pwelch求功率谱的算法 psdwh.m 均值滤波算法 cvmn.m 信号正交分解: Cnv2Bas.m
crc_table_decode
- 用MATLAB编写的crc校验查表法解码程序
信道编码的matlab程序,CRC校验码,RS码,卷积码
- 信道编码的matlab程序,CRC校验码,RS码,卷积码,turbo码,TCM码-Matlab program channel coding, CRC check code, RS code, convolutional codes, turbo codes, TCM code
CRC
- 按字节32 位对输入信息进行CRC校验编码的Matlab 程序-CRC redundancy code according to the byte 32-bit with MATLAB
fcs_gen
- 用于产生CRC校验的matlab源码,生成多项式g(x) = x32 + x26 + x23 + x22 + x16 + x12 + x11 + x10 + x8 + x7 + x5 + x4 + x2 + x + 1,按比特输入按字节输出-Matlab code for CRC-16 generation
crc.cpp
- CRC 校验的基本思想是利用线性编码理论,在发送端根据要传送的k 位二进制码序-crc
CRC
- CRC check for WLN frame word!
CRCgen
- 附件为LTE里CRC校验的MATLAB源程序。-The CRC checkout of LTE.
CRC
- CRC校验,实现基本的CRC校验功能,当mask不同时,修改也相当方便-CRC checksum, CRC checksum to achieve the basic function, when the mask is not the same time, changes are also very convenient
CRC
- 通信系统中的CRC校验 降低误比特率 提高通信系统的执行效率-Communication Systems CRC, reduce the bit error rate the efficiency of communication systems
Pcrc
- 这个程序是通信系统的CRC校验,完成了这方面的功能-This program is communication systems CRC, to complete the function of this area
code
- TCM(Trellis code Modulation)编程、CRC校验、卷积编码、汉明码-TCM (Trellis code Modulation) program, is a good joint channel coding and modulation example,include CRC check hamming coding and convolution coding
CRC
- [LabVIEW]实现CRC校验,有些通讯协议需要用到CRC校验,所以很方便。-[LabVIEW] implement the CRC, some protocols need to use the CRC, so it is convenient.
crc
- CRC校验matlab simulink仿真-CRC check matlab simulink simulation
CRC16
- 公式节点中用C写的CRC16校验,已经在实际项目中使用了(The CRC16 checksum written in C in the formula node is already used in the actual project)
crc
- 使用C语言开发,crc校验的算法,测试通过了,没有问题,可直接使用(Using C language development, the CRC checking algorithm, test passed, there is no problem, can be used directly)
(13-9)CRC冗余校验码的编译码仿真实现
- CRC冗余校验码的编译码仿真实现 ,MATLAB仿真(Compiling and coding simulation implementation of CRC redundancy check code, MATLAB simulation)
CRC
- CRC校验码的生成及检错,随机生成/自行输入错误图样;汉明距离函数(CRC check code generation and error detection, random or self input error pattern;Hamming distance function)
crc
- 对数据进行crc编码,输入数据和校验项为二进制,输出为二进制 同时对crc编码后的数据进行解码(The data is encoded by CRC, the input data and check items are binary, and the output is binary. another,Decode the data encoded by CRC at the same time)
CRC校验算法
- 包含8位、12位、16位、24位CRC校验算法,5G、4G物理层设计可参考