ismail bsa
Newbie level 5
- Joined
- Oct 21, 2014
- Messages
- 10
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 100
Hello,
suppose I have a 2x2 MIMO system and that the received signal is:
Y=H*X+H2*I+BBG Where H1 is my Rayleigh channel Matrices (H1(ij) are complexes random variables)
X is my original transmitted signal
H2 is an other Matrices channel totally different from H1
I is a very height Noise that I consider as an interference
BBG is a wight Gaussian Noise
the dimensions are Y(2,1), X(2,1);H1(2,2), H2(2,2), I(2,1) and BBG(2,1).
My goal is to cancel the interference matrices (I) at the receiver.
I am thinking of using matrices projection in some vector subspace like this:
I want to find a Q matrices that verify : Q*H2=0; So the receiver will do as follow:
Y_rec= Q*Y= Q*(H1*X+H2*I+BBG)
= Q*H1*X+ Q*H2*I+Q*BBG
knowing that Q*H=0; the Q*H2*I=0 and the interference will be cancelled !
then I will do an other multiplication with Q^-1 (=inv(Q))
Y_rec2= Q^-1*Y_rec= H1*X+BBG , Or if there is an other way that Q*Q'=I(identity) I will use Q'.
Then I will do a Zero Forcing receiver such:
Y_est=inv(H)*Y_rec2= X+ inv(H)*BBG.
So My question is how to find a Q matrices from an H2 matrices that verifies Q*H2=0 ?
any help will be appreciated.
suppose I have a 2x2 MIMO system and that the received signal is:
Y=H*X+H2*I+BBG Where H1 is my Rayleigh channel Matrices (H1(ij) are complexes random variables)
X is my original transmitted signal
H2 is an other Matrices channel totally different from H1
I is a very height Noise that I consider as an interference
BBG is a wight Gaussian Noise
the dimensions are Y(2,1), X(2,1);H1(2,2), H2(2,2), I(2,1) and BBG(2,1).
My goal is to cancel the interference matrices (I) at the receiver.
I am thinking of using matrices projection in some vector subspace like this:
I want to find a Q matrices that verify : Q*H2=0; So the receiver will do as follow:
Y_rec= Q*Y= Q*(H1*X+H2*I+BBG)
= Q*H1*X+ Q*H2*I+Q*BBG
knowing that Q*H=0; the Q*H2*I=0 and the interference will be cancelled !
then I will do an other multiplication with Q^-1 (=inv(Q))
Y_rec2= Q^-1*Y_rec= H1*X+BBG , Or if there is an other way that Q*Q'=I(identity) I will use Q'.
Then I will do a Zero Forcing receiver such:
Y_est=inv(H)*Y_rec2= X+ inv(H)*BBG.
So My question is how to find a Q matrices from an H2 matrices that verifies Q*H2=0 ?
any help will be appreciated.