Mod-01 Lec-21 MIMO System Model and Zero-Forcing Receiver

Поділитися
Вставка
  • Опубліковано 27 лис 2024

КОМЕНТАРІ • 8

  • @imtiazshahed944
    @imtiazshahed944 11 років тому +7

    Fantastic Lecture//surely best lecture on those topics. thank you so much.

  • @chrysanthipaschou3153
    @chrysanthipaschou3153 5 років тому

    subtitle at 29:36: Railway flat fitting channel. Funny!!! XD. Nice lecture by the way;)

  • @alalolol9949
    @alalolol9949 9 років тому +2

    damm good!
    from china

  • @VictorDebcalm
    @VictorDebcalm 8 років тому

    What is the significance of the diversity value of ZF? can u please explain a bit Sir.?

  • @nadiah1991
    @nadiah1991 11 років тому

    what does the diversity of zero forcing imply? not sure how it relates with the whole picture. anyone with a better understanding please reply, thank you..

  • @hongzhichen2770
    @hongzhichen2770 10 років тому

    can somebody tell me why the answer is different when i using the matlab build in pinv and the ZF receiver equation inv(Ht*H)*Ht to get the inverse matrix ,if the channel H matrix is or close to a singular matrix.

    • @nndondenimudau9109
      @nndondenimudau9109 7 років тому

      %Pseudo inverse
      H=[ 2 3; 1 3; 4 2];
      inv(H'*H)*H';

    • @zhenchen8954
      @zhenchen8954 6 років тому

      pseudo inverse is not unique. I think the pinv in matlab may not use the ZF to get the pseudo inverse.