登录
首页 » Visual C++ » MATLAB

MATLAB

于 2020-11-04 发布 文件大小:718KB
0 709
下载积分: 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 个回复

  • R_95302909IEC103-NR
    iec103 规约上位机源代码,喜欢的就下吧。(iec103 Statute of the host computer source code, like on the next bar.)
    2021-04-22 10:58:49下载
    积分:1
  • 2DFFT
    二维快速离散变换,可快速实现二维快速离散变换,不可多得的程序。(Two-dimensional fast discrete transform, can quickly realize two-dimensional fast discrete transform, a rare procedure.)
    2008-07-23 18:22:23下载
    积分:1
  • BPSK误码率仿真的
    该程序能够较好的仿真出Missive MIMO系统下 信道估计的误码率,及还 有部分的MSE代码,可以供大家参考一下!(This program can better simulate the error rate of channel estimation under Missive MIMO system, and also There are some MSE code that you can refer to!)
    2018-03-28 19:45:28下载
    积分:1
  • SIM300DATA
    SIM300的封装,对于要用GSM搞硬件开发的人很(SIM300 package, for use GSM person engaged in the hardware development is)
    2009-02-21 17:39:52下载
    积分:1
  • GPSSERV
    使用NMEA0183的gps服务程序原码(use of a GPS NMEA0183 service program source)
    2004-09-04 18:35:18下载
    积分:1
  • crc16VB
    VB的CRC16校验源码,调试成功,程序简单。(The CRC16 checksum VB source code, debugging successful, the program simple.)
    2011-05-30 10:03:28下载
    积分:1
  • 串口数据绘曲线
    说明:  本程序是将串口实时接收到的数据,然后将数据进行曲线绘制。(The data received by serial port is plotted in real time.)
    2020-06-18 16:00:01下载
    积分:1
  • plot_function
    频率选择性衰落信道的建模与仿真,具体实施方法(Frequency selective fading channel modeling and simulation modi, concrete implementation methods)
    2021-04-05 16:59:04下载
    积分:1
  • tongxun
    用winsock实现两机通讯的一个小软件 特别简单 不再具体介绍(Winsock implementation to use two planes, a small communications software in particular is no longer easy introduction of specific)
    2009-03-06 09:33:16下载
    积分:1
  • Whuaawei-WCDMC
    WCDMA无线接口物理层,经典典WCDMA无线接口物理层,经典 (WCDMA radio interface physical layer, the classic typical WCDMA radio interface physical layer, the classic)
    2012-08-05 11:42:44下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载