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.

matlab code of MMSE equalization in ofdm

Status
Not open for further replies.

BhaskerGupta

Newbie level 2
Joined
Jan 29, 2010
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,293
hi to all
i am workeing on equalization of ofdm. can somebody send me matlab code of MMSE equalization in ofdm. how matlab inbuild function mmsepred works in frequency domain as in ofdm
 

Re: ofdm

this is my mmse code,could some how help me?it doesn't work.

i have my pdp and its length is L.

SNR = 1/(noiseVar);
beta=1;
power_delay_profile=[power_delay_profile zeros(1,fftlen-(L))];
power_delay_profile=fft(power_delay_profile);
power_delay_profile=diag(power_delay_profile(carriers));

% Calculate frequency correlation matrix
R_hh =power_delay_profile;
R_hy = R_hh + (((beta/SNR)* eye(length(carriers))));
% Calculate LMMSE estimate
h_LMMSE = (R_hh*inv(R_hy)) * h_LS;



please help!

this is the paper i refer **broken link removed**
 

Re: ofdm

i am also in need of MMSE equalizer code along with other equalizer codes.Can any one halp me? pls
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top