搜索资源列表
LRP
- 本程序用c++语言实现了wcdma系统当中的信道预测算法,并给出了该算法的吞吐量以及误码率的性能 -the procedures used by c language wcdma systems channel prediction algorithm. and the algorithm is the throughput and error rate performance
chcap1
- % 信道容量C的迭代算法 % % 函数说明: % % [CC,Paa]=ChannelCap(P,k) 为信道容量函数 % % 变量说明: % % P:输入的正向转移概率矩阵,k:迭代计算精度 % % CC:最佳信道容量,Paa:最佳输入概率矩阵 % % Pa:初始输入概率矩阵,Pba:正向转移概率矩阵 % % Pb:输出概率矩阵 % % C:初始信道容量, r:输入符号数,s:输出符号数 %