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.

monte carlo simulation to demonstrate the performance of Coordinated beamforming.

Status
Not open for further replies.

ramstej

Newbie level 3
Joined
Mar 15, 2013
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,299
Hi, I am doing project on "coordinated beamforming based on SVD for multi user MIMO systems with limited feedforward". In the paper, under simulation results they mentioned monte carlo simulation results are used to demonstrate the performance of CBF. The first Subsection demonstrates it's performance in terms of average BER. How to show this? How to get graph for this? I tried BER tool and monte carlo in that but my code is not getting executed. How can i get BER graph for my paper? please help me out.
 

Can you be more specific? If it were me in your situation, I would probably try to do most of those calculations manually in MATLAB; it is typically not that difficult to do BER calculations manually, especially if you are having trouble with the built-in tools.
 

Untitled.jpg

This is the matter from my paper.How do i get BER from Monte carlo simulation?
 

You need to:

1. generate random bits and store them
2. modulate them (QPSK)
3. do whatever transmit MIMO processing you have
4. send them across a channel
5. demodulate them (QPSK demod)
6. compare your demodulated bits to transmit bits; BER from monte carlo is given by sum(xor(transmitBits,receiveBits))/length(transmitBits)
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top