|
From: Christian S. <cs...@us...> - 2008-03-08 15:51:43
|
Update of /cvsroot/simthetic/mimolib/src In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv7644 Modified Files: mimo-pcs-decoder.cpp mimo-pcs-encoder.cpp Log Message: Improve PCS receiver by equalizing only the matrix multiplications but not the amplitude changes. This is activated by the define EQUALIZATION_BY_SVD_INVERSE. Additionally, PCS encoder and decoder can be changed to use SVD-like matrix precoding, in case someone wants to compare PCS and SVD. - View diff: http://simthetic.cvs.sourceforge.net/simthetic/mimolib/src/mimo-pcs-decoder.cpp?r1=1.23&r2=1.24 - View diff: http://simthetic.cvs.sourceforge.net/simthetic/mimolib/src/mimo-pcs-encoder.cpp?r1=1.21&r2=1.22 |