Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

need help about effect of CFO in constellation received symbols

Status
Not open for further replies.

munirp

Newbie level 4
Joined
Sep 2, 2013
Messages
7
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
57
Hello all....
Plz I need help about simulation of the effect of CFO in the received symbols in OFDM.. the MATLAB Simulation of the Picture I apploaded..
I need it Urgently.. Plz


Capture.JPG
 

This picture is from book MIMO-OFDM Wireless Communications with Matlab by Cho Y.S. The MATLAB code is located in book directly below the figure.

function y_CFO=add_CFO(y,CFO,Nfft)
% add CFO (carrier frequency offset)
% y : Received signal
% CFO = IFO (integral CFO) + FFO (fractional CFO)
% Nfft = FFT size
nn=0:length(y)-1; y_CFO = y.*exp(j*2*pi*CFO*nn/Nfft); % Eq.(5.7)

I'm sorry if I misunderstood you.
 

I understand!! but how the PLOT can be obtained sir, @ zemtcov (I'm sorry, I'm very new in using MATLAB, so I need some explanation)
 

Hi,,,,
I didn't get a helpful answer, so again I'm requesting a help about a complete MATLAB Code for the received symbols subject to CFOs.. plz help me, I need it urgently.

Email: muniradam33@gmail.com

cpo.JPG
 

Hi guyz,,
can any one help me get the MATLAB code for the effect of CFO in received symbols (OFDM).....
Still I didn't get any help!! please help me,,,

Email: muniradam33@gmail.com

see the figure figure1.JPG
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top