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.

alamouti decoder scheme

Status
Not open for further replies.

karthigaipriya

Newbie level 1
Joined
Feb 10, 2012
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,288
hi,
when i simulate alamouti decoder in verilog i didn't get correct answer that i could given in encoder input side.here i use random noise,channel values(h0,h1,h2,h3) as an complex one.i am designing 2*2 antennas.
i took 2 input signals each 16 bit(8 bit real,8bit imaginary) likewise noise & channel values.

alamouti encoder:
r11=h11s1+h12s2+n11
r12= -h11s2*+h12s1*+n12
r21=h21s1+h22s2+n21
r22= -h21s2*+h22s1*+n22

alamouti decoder
s1=h11*r11+h12r12*+h21*r12+h22r22*
s2=h12*r11-h11r12*+h22*r21-h21r22*

* implies conjugate.

please help me by sharing ur ideas.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top