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.

Channel Estimation of MIMO OFDM Systems (Urgent help needed)

Status
Not open for further replies.

alisaljuk

Newbie level 2
Joined
Dec 13, 2007
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,305
channel estimation in mimo

Hello All!

I urgently need a MATLAB code or any idea implementing estimation techniques on MIMO OFDM systems. I require code for any pilot estimation technique like MMSE and also for blind estimation.

Thanks in advance for any help.Really in need of some assistance quickly
 

i think u can search in mathworks.com

there is plenty about channel estimation techniques for OFDM.
 

    V

    Points: 2
    Helpful Answer Positive Rating
**broken link removed**
use thissites.
you will get the desired codes.
thanks
 
  • Like
Reactions: aminur

    aminur

    Points: 2
    Helpful Answer Positive Rating
HI,
THIS IS SHITAL PURSUING MASTERS IN E&C
IT'S MY 2ND YEAR N I M WORKING ON ESTIMATION OF MIMO SYSTEM WITH THE HELP OF TRAINING BASED METHOD
CAN ANYONE HELP ME
 

Re: Channel Estimation of MIMO OFDM Systems (Urgent help nee

i am working on the same ,if you want we can cooperate.
 

HI
THIS IS SHITAL BHATT
CAN U TELL ME HOW MUCH HAVE U WORKED ON TRAINING BASED MIMO SYSTEM
 

Re: Channel Estimation of MIMO OFDM Systems (Urgent help nee

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**
 

can anyone help me in writing code for semi-blind channel estimation for mimo-ofdm for calculating mmse value vs snr.........
 

plz can anyone say what is semi-blind method..and how to include that in the coding....
 

Re: Channel Estimation of MIMO OFDM Systems (Urgent help nee

it so useful, thanks
 

hi
i am working on mimo ofdm
and using mmse
for detection
bt i m not gettng a proper ber curve for simulation
]if anyone is having the code plz mail to priyanka269085@gmail.com
nee dit urgent

i need to create a channel of 8 taps
awgn or rayleigh
i hv used first rayleign bt pdb and delay values i obtained were jst able to create 1 channel
which cvalues do i nee dto use for 8 tap channel
as if same value is used all chaneels are of same value
i am working on 4*2 mimo
 

Re: Channel Estimation of MIMO OFDM Systems (Urgent help nee

if anybody have matlab code for blind and semi blind channel estimation in mimo ofdm sytem please send it to my id. my mail id tanu.tan@rediffmail.com.i need it urgently.
 

Re: Channel Estimation of MIMO OFDM Systems (Urgent help nee

is anybody having channel estimation in mimo ofdm systems matlab code....it is very urgent...
please respond asap

- - - Updated - - -

if u have the code for mimo ofdm channel estimation please send it
Thanks in advance.....
its very urgent...
 
Last edited by a moderator:

Re: Channel Estimation of MIMO OFDM Systems (Urgent help nee

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**

Matlab seem have not such a function for an ideal in programming , so you might sampling to test your system.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top