Prev: Removing multiple rows from matrix
Next: Legend
From: Peter on 28 Apr 2010 12:46 while evaluating the Bit Error Rate in a fading channel we equalize the received bits before demodulating. so we multiply with the pseudo inverse of the channel matrix. what will be the pseudo inverse of a rank 1 matrix ie rank deficient matrix ? I am evaluating BER for BPSK in a keyhole MIMO channel. Regards, Peter.
From: John D'Errico on 28 Apr 2010 13:29 "Peter " <ace.kris(a)gmail.com> wrote in message <hr9ooc$j7s$1(a)fred.mathworks.com>... > while evaluating the Bit Error Rate in a fading channel we equalize the received bits before demodulating. so we multiply with the pseudo inverse of the channel matrix. > what will be the pseudo inverse of a rank 1 matrix ie rank deficient matrix ? > I am evaluating BER for BPSK in a keyhole MIMO channel. > The pseudo-inverse of a rank 1 matrix is well defined. It is also rank 1 of course. I'm not sure what you are asking though. Do you wish to know how to compute it? Pinv does the work for you, although it is quite easy to do on your own. HTH, John
|
Pages: 1 Prev: Removing multiple rows from matrix Next: Legend |