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.

Relay selection in cooperative communication !

Status
Not open for further replies.

lapolm

Newbie level 5
Joined
Aug 18, 2009
Messages
9
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,283
Activity points
1,338
relay selection in cooperative communication

I am a PhD student working on coopcom with relay selection.
You may know the journal of Bletsas about "Simple Cooperative diversity method based on network path selection".

In my system, there are 2 relays ,I select the best relay, and send my BPSK signal to the destination.

The relay selection algorithm that Bletsas published, is as follows

CSI's :

h_sr1 = CSI between source to relay 1
h_r1d = CSI between relay1 to dest

h_sr2 = CSI between source to relay 2
h_r2s = CSI between relay2 to dest

Algorithm :

h1 = min(abs(h_sr1).^2,abs(h_r1d).^2)
h2 = min(abs(h_sr2).^2,abs(h_r2d).^2)

As Bletsas told, every relay has its own clock and the relay whose clocks' finishes first it the best relay.

T1 = lambda/h1;
T2 = lambda/h2;

Lambda is scalar

QUESTION :

I dont understand the algorithm, how can this select the best relay?
How can each relay has a clock ?
Implementation to matlab code doesn't give correct results ?
In the implementation part, what should be the value of lambda ?

Thanks for your help.
 

  • Like
Reactions: lapolm

    lapolm

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top