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.

MIMO implementation for OFDMA system

Status
Not open for further replies.

srksp

Newbie level 5
Joined
Feb 15, 2007
Messages
9
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
1,348
zmcscg matlab

Hi all,

I am trying to implement MIMO for OFDMA system. I dont know how should i generate the channel matrix. and what sort of decoding algorithm to use. It would be very helpful if anyone could give some idea on this. I thought of using 2X2 system.
 

Hi,

srksp said:
Hi all,

I am trying to implement MIMO for OFDMA system. I dont know how should i generate the channel matrix. and what sort of decoding algorithm to use. It would be very helpful if anyone could give some idea on this. I thought of using 2X2 system.
.


First part of ur question. usually we consider MIMO channel matrix as a zero mean circularly symmetric complex Gaussian (ZMCSCG) random variable, so u can generate in MATLAB this complex random variable very easily with one command as below:
>> complex(rand(mean,variance,NT,NR),rand(mean,variance,NT,NR))

I really can not get second part of your question. What do u mean by decoding algorithm? First you have to encode the signal for transmission. But I am not sure what u really want for the second part, plz explain us may be we can help u bit more.

Cheers

MAK
 

    srksp

    Points: 2
    Helpful Answer Positive Rating
1. Channel matrix:
I believe you are trying to build a MIMO system with Tx and Rx.
You can generate a simple AWGN channel, you can use MATLAB for this. The resultant channel matrix you need apply on your Tx signal. In the Receiver you can use the generated channel matrix!

2. For MIMO decoding, if you are doing as a study/understanding purpose, you can use BELL Lab's V-BLAST algorithm.
 

    srksp

    Points: 2
    Helpful Answer Positive Rating
Hi mkhan and itdl, thanks for your posts. It helped me a lot
 

regarding MIMO u can find information in the book fundamentals of wireless communication by pramod viswanath adn D.Tse
 

mkhan said:
Hi,

srksp said:
Hi all,

I am trying to implement MIMO for OFDMA system. I dont know how should i generate the channel matrix. and what sort of decoding algorithm to use. It would be very helpful if anyone could give some idea on this. I thought of using 2X2 system.
.


First part of ur question. usually we consider MIMO channel matrix as a zero mean circularly symmetric complex Gaussian (ZMCSCG) random variable, so u can generate in MATLAB this complex random variable very easily with one command as below:
>> complex(rand(mean,variance,NT,NR),rand(mean,variance,NT,NR))

I really can not get second part of your question. What do u mean by decoding algorithm? First you have to encode the signal for transmission. But I am not sure what u really want for the second part, plz explain us may be we can help u bit more.

Cheers

MAK

Must be a typo
complex(randn(mean,variance,NT,NR),randn(mean,variance,NT,NR))
 

m_ratheesh_k said:
regarding MIMO u can find information in the book fundamentals of wireless communication by pramod viswanath adn D.Tse
hi fundamentals of wireless communication by pramod viswanath adn D.Tse e book avilable anywhere
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top