搜索资源列表
Thechannelestimationofdelayedfeedbackmimoofdmchann
- 掌握梳状导频和信道估计算法,实现MATLAB仿真;建立简单的系统结构和信道模型;在含多普勒频移的瑞利衰落信道下,进行含信道估计算法的OFDM系统仿真,并进行性能分析。 -Comb master and pilot channel estimation algorithm, the realization of MATLAB simulation the establishment of a simple system structure and channel model with D
BTree101
- 二叉树的递归算法:计算高度、结点个数、交换左右儿子问题的描述写一完整函数,计算树的结点数目int CountNode(BTNode< T> * &t);完善以下两个函数:计算树的高度int Depth(BTNode< T> * &root);对树的所有子树交换左右孩子void swapsons(BTNode< T> * &t);-Binary Tree Recursive Algorithm: Calculate the height of node number, th