当前位置:
首页
资源下载

搜索资源 - random QAM symbols
搜索资源列表
-
0下载:
MATLAB program for OFDM generation and reception
This is a simple MCM communications system. The code is pretty self-explanatory. Here I have not used the cyclic prefix.
Transmitter End:
1. Generate random serial data with M symbols (RAND
-
-
0下载:
WLAN仿真-发送机
wlan No Comments
设置完系统参数后,开始产生发送数据。
1. 产生随机的发送bit(tx_bits),这里不考虑信道编码。
2. QAM映射
3. 将数据映射到不同载波,形成OFDM符号
4. 产生pilot,并将pilot插入OFDM符号中
5. 加入dc和guard子载波
6. 进行ifft,将频域信号变到时域,并加入循环前缀
7. 对信号进行overlap window
8. 在时域产生short preamb
-
-
0下载:
信道均衡的MATLAB程例,是一个很好的例子,对于做通信信道仿真研究的就有较高的参考和使用价值。(In this example we have a typical channel equalization scenario. We want
to estimate the transmitted sequence with 4-QAM symbols. In
order to accomplish this task we use an ad
-