• 大小: 9KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-06
  • 语言: Matlab
  • 标签: OFDM  matlab  

资源简介

是使用matlab来进行OFDM的定时同步的仿真,有一部分的说明。

资源截图

代码片段和文件信息

function [STO_est Mag]=STO_by_correlation(yNfftNgcom_delay)
% STO estimation by maximizing the correlation between CP and rear part of OFDM symbol
% estimates STO by maximizing the correlation between CP (cyclic prefix)  
%     and rear part of OFDM symbol
% Input:  y         = Received OFDM signal including CP
%         Ng        = Number of samples in Guard Interval (CP)
%         com_delay = Common delay
% Output: STO_est   = STO estimate
%         Mag       = Correlation function trajectory varying with time

%MIMO-OFDM Wireless Communications with MATLAB㈢   Yong Soo Cho Jaekwon Kim Won Young Yang and Chung G. Kang
%2010 John Wiley & Sons (Asia) Pte Ltd

N_ofdm=Nfft+Ng; 
if nargin<4 com_delay = N_ofdm/2; end
%maximum=1e-8; 
nn=0:Ng-1; yy = y(nn+com_delay)*y(nn+co

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-12-04 09:20  STO\
     文件        1236  2010-08-18 15:01  STO\STO_by_correlation.m
     文件        1436  2010-08-18 15:01  STO\STO_by_difference.m
     文件        6457  2015-08-06 16:11  STO\STO_CP_estimation.asv
     文件        6461  2015-08-07 08:32  STO\STO_CP_estimation.m
     文件        4211  2015-07-18 19:26  STO\STO_estimation.m

评论

共有 条评论