搜索资源列表
crc_coder
- 利用Matlab生成给定P生成多项式的CRC编码程序
crc_32
- CRC编码的基本实现,希望对大家有帮助:)-CRC encoding the basic realization, I hope all of you help:)
c9
- 基于matlab的CRC奇偶校验的实现,可以直接在matlab中运行-Matlab based on the CRC to achieve parity, you can run directly in matlab
CrcEncode
- 信道检错编码,CRC编码,包括详细的注释,很不错的程序-Channel error detection codes, CRC codes, including detailed notes, a very good program
CrcDecode
- 信道检错编码,CRC解码,包括详细的注释,很不错的程序-Channel error detection codes, CRC decoding, including detailed notes, a very good program
ff
- 包括CRC,卷积码,RS码以及TCM码的matlab程序-include CRC check,convcode,RScode and TCMcode.
HSDPA-ENcode
- TD-SCDMA HSDPA 下行HS-DSCH HS-SCCH HS-SICH物理层编码,包括CRC编码,turbo编码,bit分离,速率匹配,bit加扰,交织和物理信道映射的MATLAB仿真。main文件为Encode_HS_SCCH.m Encode_HS_DSCH.m Encode_HS_SICH.m-TD-SCDMA HSDPA downlink HS-DSCH HS-SCCH HS-SICH physical layer coding, including the CRC encod
LTE_24bitCRC_enc
- 完成LTE中24bitCRC校验码编码,包括3个子程序: 1)LTE_24bitCRC_matlab_encode.m(利用matlab自带函数进行crc编码,用于实际算法对比参考) 2)LTE_24bitCRC_table_encode.m(利用查表方式进行crc编码,值得注意的是该程序还给出了查找表的具体计算方法,不像有的c程序只是定义好表格,但没有告知表格的求法) 3)LTE_24bitCRC_compare.m(比对2种方式编码的结果,验证程序的正确性。实际使用中会用2)的方