登录
首页 » matlab » OFDM rece matlab

OFDM rece matlab

于 2020-11-05 发布 文件大小:34KB
0 305
下载积分: 1 下载次数: 13

代码说明:

  接收端采用的算法和程序流程与发送端发送的OFDM符号的帧结构有关系。具体的帧结构,以及定时估计,频偏估计,剩余误差跟踪的算法可参考算法说明文档。这里对程序的流程进行说明。 首先根据短训练字的特性进行相关运算,进行信号到达检测,当检测到相关值大于门限一定次数后,认为有信号到达。然后根据长训练字的特性,进行相关运算,进行OFDM符号FFT窗口起始位置的估计。估计出FFT窗口的位置后,先在时域进行小频偏的估计,将两个长训练字进行小频偏补偿后,进行FFT运算,根据FFT运算的结果进行整数倍频偏的估计。这些参数估计完成后,就可以进行数据解调了。先对数据部分进行完整的频偏补偿,然后根据估计的FFT窗口位置进行FFT运算得到频域的数据,进行解调。然后在对应于导频的子载波位置上提取出导频信息,根据导频信息估计出剩余定时误差以及剩余的信道响应误差,将误差量送入环路进行跟踪。当收到所有数据后,重新回到信号到达检测状态,进行下一次信号到达的检测和信号接收。 (The receiving end uses the algorithm and the program flow and the frame structure of the OFDM symbol transmitted by the sending end. Specific frame structure, and timing estimation, frequency offset estimation, residual error tracking algorithm can refer to the documentation. Here to illustrate the process of the program. First, according to the characteristics of the short training word correlation operation, the signal reaches the detection, when the correlation value is greater than the threshold of a certain number of times, that there is a signal to reach. Then, according to the characteristics of the long training word, the correlation operation is carried out, and the initial position of the OFDM symbol FFT is estimated. The estimated position of the FFT window, first in the time domain for small frequency offset estimation, two long training word for small frequency offset compensation, the FFT operation. According to the result of FFT for integer frequency bias estimation. Af)

文件列表:

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

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

发表评论

0 个回复

  • SPSAfordesignofanattentionalstrategydesign
    SPSA for design of an attentional strategy design
    2010-07-09 13:32:18下载
    积分:1
  • 视频质量评测模型 一个用于图像质量评测的模型-ssim_index
    视频质量评测模型 一个用于图像质量评测的模型,对于图像质量评测感兴趣的可作参考(Video Quality Evaluation Model 1 for Image Quality Evaluation Model for Image Quality Evaluation interested reference can be made)
    2005-04-03 16:06:13下载
    积分:1
  • OpenSurf
    matlab代码用于提取图像的特征点,代码很短,开发环境在matlab2012b以上版本(matlab code for extracting feature points of the image, the code is very short, the development environment in matlab2012b above)
    2014-12-24 14:51:27下载
    积分:1
  • legendshrink
    legendshrink reduces the amount of horizontal space taken up by a figure legend by reducing the length of lines. (Best results when the legend box is off.) This is important for small plots because the size of the lines is constant irrespective of the physical size of the figure. Only works for vertical legends, for now.
    2009-06-24 21:20:05下载
    积分:1
  • svdd
    支持向量数据的matlab算法程序,用于一类分类,欢迎大家下载(Algorithm for support vector data, matlab program for one-class classification, we are happy to download)
    2010-03-11 10:27:39下载
    积分:1
  • agjkhg
    说明:  一个很好的东东哦 希望大家来看和下栽哈(a good Dongdong Oh, and hope that we look at Kazakhstan crashed)
    2006-04-18 20:41:08下载
    积分:1
  • TABLE-LOOK-UP
    table look up in fuzzy system
    2014-11-21 19:49:05下载
    积分:1
  • TestShellActivity
    Test Shell Activity extends Activity implements Layout Test Controller.
    2014-02-25 12:02:30下载
    积分:1
  • PV
    说明:  PWM整流器,包括电流环。电压环。孤岛检测(PWM rectifier, which includes a current loop. Voltage loop. Islanding detection 双语对照)
    2015-01-07 11:17:24下载
    积分:1
  • MatlabC
    :Matlab具有强大的数值计算和分析等能力,而C/C++是目前最为流行的高级程序设计语言,两者互补结合的混合编 程在科学研究和工程实践中具有非常重要的意义。因此,从Matlab调用c,C++代码及c,C++调用m文件两方面,深入地研究 了它们之间混合编程的原理和实现机制,并且给出了具体条件下的混合编程方法和步骤。(: Matlab has powerful numerical calculation and analysis capabilities, while the C/C++ is currently the most popular high-level programming language, which combines a mixture of complementary programming in scientific research and engineering practice of great significance. Therefore, from the Matlab call c, C++ code and c, C++ to call two m files, in-depth study of a hybrid between them and the realization of the principles of programming mechanisms, and under specific conditions are given a mixture of programming methods and procedures.)
    2009-04-15 12:19:48下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载