-
-
LTEmodule.rar
Module of LTE, the module name is the name of the file. I hope it will be useful for you.
-
-
-
-
-
-
LTE_24bitCRC_enc.rar
完成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)的方法)
-
-
-
-