资源简介

这是关于ML的频偏估计算法的Matlab程序,希望有帮助哦 )

资源截图

代码片段和文件信息

function yy=ML_cp()
%%%Algorithm based:J.-J. Van de Beek M. Sandell M. Isaksson and P. O. B??rjesson
%%%“ML estimation of time and frequency offset in OFDM systems” IEEE Trans. Signal Proc. Vol. 45 no. 7 pp. 1800-1805 July 1997.
%%%Programmed by Xiangdong  Huang School of  Electronics and Information EngineeringTianjin University
close all; clc; clear all;
N=1024;
L=128;
SNR=15;
 
disp(‘实际定时偏差‘)
theta=87
disp(‘载频频偏‘)
e=0.25

Symbols_number=6;
Bits_number=Symbols_number*N*6;
Bits=round(  unifrnd(011Bits_number)     );

%%%%%%%%%%星座表
Tab =[   -7-7*j  -7-5*j  -7-j  -7-3*j  -7+7*j  -7+5*j  -7+j  -7+3*j...  
         -5-7*j  -5-5*j  -5-j  -5-3*j  -5+7*j  -5+5*j  -5+j  -5+3*j... 
         -1-7*j  -1-5*j  -1-j  -1-3*j  -1+7*j  -1+5*j  -1+j  -1+3*j...
         -

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2900  2008-08-13 09:23  ML_cp.m

----------- ---------  ---------- -----  ----

                 2900                    1


评论

共有 条评论