登录
首页 » Visual C++ » MATLAB

MATLAB

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

  • wirelss_communicattion
    可以实现无线通信,代码简单便于理解,是基于wince平台的(Wireless communications can be achieved, the code simple and easy to understand, is based on the wince platform)
    2008-12-29 20:53:26下载
    积分:1
  • Symotion_Overview
    Symotion是一种用于运动控制的实时工业总线,基于10/100M以太网物理层,应用层使用canopen及精简协议。可应用于运动控制器,电机驱动器,PLC,编码器光栅尺与其它工业现场执行器互连。symotion总线提供安全、开放、低成本及高性能应用。(Symotion is a synchronous real-time FieldBus for Motion control . Build on a 10/100M Ethernet physical layer , and Canopen or reduced protocol Layer. interconnect between motion controllers, Motor drives, I/O modules, encoder devices and other actuators. Symotion provides Safety , Open , low cost and high performance in all applications.)
    2011-08-16 12:41:16下载
    积分: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
  • BPSK
    BER for BPSK in ISI channel with Zero Forcing equalization
    2009-12-12 17:23:58下载
    积分:1
  • Threads-and-chat-program-example
    有客户端的聊天软件,可实现网络通讯,对于了解网络编程有帮助(A client chat software, network communications, network programming help for understanding)
    2013-10-28 09:33:58下载
    积分:1
  • c03
    该程序实现水声信道的模拟方法及性能分析,提出了一种信的水声信道模型(The program implements underwater acoustic channel simulation methods and performance analysis, presents a letter of underwater acoustic channel model)
    2020-07-04 05:40:02下载
    积分:1
  • Test_Parl
    使用VC对并口进行访问和控制的VC程序示例,该程序完全用API完成(parallel to the use of VC visit and control procedures VC example, the procedure is totally complete with API)
    2005-06-01 20:55:03下载
    积分:1
  • voice123.project
    this project simulate the voice communication between two subscriber stations in office scaled module and test the communications between them
    2013-04-24 21:42:10下载
    积分:1
  • dz
    说明:  VB6.0开发道闸控制程序,程序控制开闸、落闸(failed to translate)
    2011-12-30 11:25:49下载
    积分:1
  • 串口数据绘曲线
    本程序是将串口实时接收到的数据,然后将数据进行曲线绘制。(The data received by serial port is plotted in real time.)
    2020-06-18 16:00:01下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载