搜索资源列表
myofdm
- 自己编写的简单易懂的OFDM通信系统仿真程序
Setup
- 自己编写的关于基站管理系统.Net程序,实现基站电费等信息的输入查询-Write your own management system on the base station. Net program, electricity and other information, the base station input query
BCH_zcx
- 自己编写的BCH编码译码程序,已经通过验证可以在m<=4的情况下正确译码。采用Berlekamp迭代算法。m在5以上时会出错。-BCH encode&decode programme ,using BerleKamp algorithm , Can be used when m<=4. Will not work well when m >=5.
ViterbiDecoder_mex
- 自己用matlab与c接口方法编写的可以用matlab调用的C程序,实现Viterbi译码(软硬都可)。使用前在matlab里输入:mex - 文件名.c;-A c file can be used in matlab scr ipt to achive Viterbi Decoding (Error Control Coding) for both Hard Decision and Soft Decision.