登录
首页 » Visual C++ » MATLAB

MATLAB

于 2020-11-04 发布 文件大小:718KB
0 634
下载积分: 1 下载次数: 161

代码说明:

  接收端采用的算法和程序流程与发送端发送的OFDM符号的帧结构有关系。具体的帧结构,以及定时估计,频偏估计,剩余误差跟踪的算法可参考算法说明文档。这里对程序的流程进行说明。 首先根据短训练字的特性进行相关运算,进行信号到达检测,当检测到相关值大于门限一定次数后,认为有信号到达。然后根据长训练字的特性,进行相关运算,进行OFDM符号FFT窗口起始位置的估计。估计出FFT窗口的位置后,先在时域进行小频偏的估计,将两个长训练字进行小频偏补偿后,进行FFT运算,根据FFT运算的结果进行整数倍频偏的估计。这些参数估计完成后,就可以进行数据解调了。先对数据部分进行完整的频偏补偿,然后根据估计的FFT窗口位置进行FFT运算得到频域的数据,进行解调。然后在对应于导频的子载波位置上提取出导频信息,根据导频信息估计出剩余定时误差以及剩余的信道响应误差,将误差量送入环路进行跟踪。当收到所有数据后,重新回到信号到达检测状态,进行下一次信号到达的检测和信号接收。 (good)

文件列表:

完美的OFDM仿真程序MATLAB
........................\完美的OFDM仿真程序MATLAB
........................\........................\OFDM_rece_matlab
........................\........................\................\data_I_train_word_1_i0_256.txt,3870,2003-03-14
........................\........................\................\data_I_train_word_2_i0_256.txt,3903,2003-03-14
........................\........................\................\data_I_train_word_re_i0_256.txt,3853,2003-03-16
........................\........................\................\data_Q_train_word_1_i0_256.txt,3867,2003-03-14
........................\........................\................\data_Q_train_word_2_i0_256.txt,3908,2003-03-14
........................\........................\................\data_Q_train_word_re_i0_256.txt,3854,2003-03-16
........................\........................\................\OFDM_mod_I_ser_2up_sam_50.dat,496240,2003-08-02
........................\........................\................\OFDM_mod_original_data_I_ser_2up_sam_50.dat,3908,2003-08-02
........................\........................\................\OFDM_mod_original_data_Q_ser_2up_sam_50.dat,3895,2003-08-02
........................\........................\................\OFDM_mod_Q_ser_2up_sam_50.dat,495175,2003-08-02
........................\........................\................\v06_03_dem_2up_arrange.m,43884,2005-01-22





........................\........................\................\结果.txt,455,2010-05-20
........................\........................\................\长训练字相关值5.jpg,68419,2010-05-20
........................\........................\OFDM_send_matlab





........................\........................\................\6.jpg,59314,2010-05-20
........................\........................\................\data_I_train_word_1_i0_256.txt,3870,2004-01-02
........................\........................\................\data_I_train_word_2_i0_256.txt,3903,2004-01-02
........................\........................\................\data_I_train_word_re_i0_256.txt,3853,2004-01-02
........................\........................\................\data_Q_train_word_1_i0_256.txt,3867,2004-01-02
........................\........................\................\data_Q_train_word_2_i0_256.txt,3908,2004-01-02
........................\........................\................\data_Q_train_word_re_i0_256.txt,3854,2004-01-02
........................\........................\................\HBF23.txt,212,2004-01-02
........................\........................\................\I1.txt,3840,2004-01-02
........................\........................\................\I2.txt,3840,2004-01-02
........................\........................\................\I3.txt,3840,2004-01-02
........................\........................\................\I4.txt,3840,2004-01-02
........................\........................\................\ofdm_mod.m,8936,2005-01-22
........................\........................\................\SoutI_4_BF.txt,92654,2010-03-17
........................\........................\................\SoutI_4_IF.txt,185308,2010-03-17
........................\........................\................\结果.txt,427,2010-05-20
........................\........................\程序流程说明.doc,41472,2003-12-29

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • BTC
    wimax802.16e中的BTC编码仿真程序(WiMAX 802.16e in the BTC coding simulation program)
    2020-11-06 11:29:50下载
    积分:1
  • 串口数据绘曲线
    说明:  本程序是将串口实时接收到的数据,然后将数据进行曲线绘制。(The data received by serial port is plotted in real time.)
    2020-06-18 16:00:01下载
    积分:1
  • Hilgraeve-HyperTerm-5.0
    full source to hilgraeve HyperTerm 5.0 that is shipped with windows
    2021-04-23 14:08:48下载
    积分:1
  • ADAM温度采集
    利用ADM4017实现空调系统压力的采集(蒸发压力和冷凝压力) ,利用ADAM4018实现热电偶的温度采集。包含了曲线显示,数据存储功能,自定义温度标签功能。(this applicaion is used to get the temperature and pressure of the HVAC system by ADAM4017 and ADAM4018. include the cure print, the data storage and user defined label for 8 channels temperature.)
    2018-04-28 10:28:06下载
    积分:1
  • Readme-for-Sample
    网上找的一些同步资料网上找的一些同步资料(Some synchronization information online to find)
    2015-09-25 19:56:16下载
    积分:1
  • GTM900AT
    华为GTM900AT命令手册,对开发GPRS具有指导意义(Huawei GTM900 AT command manual,It has a guiding significance to develop GPRS )
    2012-12-06 16:48:43下载
    积分:1
  • test
    VC6连接Redis服务器示例,系统:win32 xp sp3,编译器:VC6,无依赖(VC6 connect Redis server example, the system: win32 xp sp3, compiler: VC6, no reliance)
    2013-10-09 15:20:12下载
    积分:1
  • 103Test
    串口或者以太网口的103规约的端口测试和规约解析软件,解压即可用。(iec103 TEST)
    2012-07-13 13:05:01下载
    积分:1
  • S5335DK_Software_v1_2
    The PCI Local bus concept was developed to break the PC data I/O bottleneck and clearly opens the door to increasing system speed and expansion capabilities. The PCI Local bus moves high speed peripherals from the I/O bus and places them closer to the system’s processor bus, providing faster data transfers between the processor and peripherals. The PCI Local bus also addresses the industry’s need for a bus standard which is not directly dependent on the speed, size and type of system processor. It represents the first microprocessor independent bus offering performance more than adequate for the most demanding applications such as full-motion video.(The PCI Local bus concept was developed to breakthe PC data I/O bottleneck and clearly opens the doorto increasing system speed and expansion capabilities.The PCI Local bus moves high speed peripheralsfrom the I/O bus and places them closer to the system sprocessor bus, providing faster data transfersbetween the processor and peripherals. The PCI Localbus also addresses the industry s need for a bus standardwhich is not directly dependent on the speed, size and type of system processor. It represents thefirst microprocessor independent bus offering performancemore than adequate for the most demandingapplications such as full-motion video.)
    2008-01-08 10:58:20下载
    积分:1
  • LabVIEWandUSB
    说明:  利用动态链接库现LabVIEW与USB设备的数据通信(Is the use of dynamic-link library of LabVIEW and the USB data communication equipment)
    2009-08-12 16:47:22下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载