From: SHITAL BHATT on
"atif khalil" <atif_phy(a)hotmail.com> wrote in message <h82vc5$c9m$1(a)fred.mathworks.com>...
> Helow every body i am doing electronics engineering and i am new in MIMO OFDM so if any body have a complete code of MIMO OFDM plz send it to me
> thanks




HELLO,
THIS IS SHITAL WORKING ON CHANNEL ESTIMATION FOR MIMO OFDM SYSTEM

I WANT UR HELP

THANKS
SHITAL
From: Steven Lord on

"SHITAL BHATT" <bhatt9182(a)gmail.com> wrote in message
news:hlh5bc$nom$1(a)fred.mathworks.com...
> "atif khalil" <atif_phy(a)hotmail.com> wrote in message
> <h82vc5$c9m$1(a)fred.mathworks.com>...
>> Helow every body i am doing electronics engineering and i am new in MIMO
>> OFDM so if any body have a complete code of MIMO OFDM plz send it to me
>> thanks
>
>
>
>
> HELLO,
> THIS IS SHITAL WORKING ON CHANNEL ESTIMATION FOR MIMO OFDM SYSTEM
> I WANT UR HELP

First, press the Caps Lock key on the left side of your keyboard once, so
that you STOP SHOUTING.

http://en.wikipedia.org/wiki/Netiquette

Next, you need to show what you've done so far and ask a SPECIFIC question.
"Please give me the code" is NOT, repeat NOT a specific question, nor is "I
WANT UR HELP".

Third, if your expectation is that someone is going to just hand you a copy
of the code for your project, you need to modify your expectations. That's
unlikely (at best) to happen.

--
Steve Lord
slord(a)mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ


From: akki vs on
hello sir,
i am working in field of MIMO spatial multiplexing and uptill now i am successfully implement different detectors for all dimensions mimo system and differnt modulation schemes using frequency-flat rayleigh channel,
i want use this mimo shcemes in frequency-selective multipath rayleigh channel using OFDM, and i also make program for that and i get the results, but problem is that BER relation of different detectors is not maintained .
after a tens of debugging i found that there is problem with channle i have used,
the code which i have used for channel (3-multipaths) is as below,

s1=zeros(9,1);
R1=raylrnd(0:0.5:1);
s1(1)=1;
s1(4)=0.114815362*R1(2);
s1(9)=0.012882496*R1(5);
coeff1=reshape(s1,1,9);

i have used four channels of this type for my 2*2 MIMO-OFDM system, i found this channel from "Multipath Measurement in Wireless LANs".
please help to find out problem as soon as possible, b'cos i have little time left to submit my work,
thanks in advance