Codewords From Generating Matrix

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ธ.ค. 2024

ความคิดเห็น • 62

  • @Andratos95
    @Andratos95 7 ปีที่แล้ว +115

    The number of all possible strings of binary numbers of length 4 are found by raising 2^4=16. It is just a coincidence that 4^2=2^4=16 here. If the rows had been 5, the right answer would've been 2^5=32, not 5^2=25.

    • @dadd-initiativee.v.8106
      @dadd-initiativee.v.8106 6 ปีที่แล้ว

      thats what I was about to say.

    • @Hangman-q9u
      @Hangman-q9u 5 ปีที่แล้ว +1

      Choose k=3 instead, the 2^3 outcomes are more obvious.

    • @riela6833
      @riela6833 5 ปีที่แล้ว

      Andratos95 thanks for this.. I was thinking the same thing

    • @AlexandreLopez1999
      @AlexandreLopez1999 3 ปีที่แล้ว

      It says in the description as well, but thanks for pointing it out!

  • @christianpaoliello2826
    @christianpaoliello2826 8 ปีที่แล้ว +24

    5:20 a.m., i've spent all the night studying without sleeping-> test in 3 hours-> didn't know where to get study material-> you just saved me.

    • @ddxfraxinusdne
      @ddxfraxinusdne  8 ปีที่แล้ว +3

      Hope your test went well!

    • @prodasbo
      @prodasbo 5 ปีที่แล้ว

      facts

    • @morg9986
      @morg9986 3 ปีที่แล้ว

      omg same exact situation (including 5:20 am)!!!!! I am following you to greatness sir

    • @christianpaoliello2826
      @christianpaoliello2826 3 ปีที่แล้ว +3

      @@ddxfraxinusdne A little late but I now have a BSc and a MSc. Thanks

  • @torikipitt750
    @torikipitt750 4 ปีที่แล้ว +7

    Just remember addition is an XOR operation, so for example bit 5 in a given code word, if calculated as (1+0+1+0) the result = 0 since 1(XOR)1 = 0.

  • @domdom1941
    @domdom1941 10 หลายเดือนก่อน

    Great Video, you explained it super easy. I never got the connection between the codewords and the Generatormatrix.
    1:33 is wrong, but another comment already explained why it is 2^Rowcount and not Rowcount^2

  • @Edigor100
    @Edigor100 3 ปีที่แล้ว

    much easier explained than my prof was able to, thanks

  • @boss666thebeast
    @boss666thebeast 7 ปีที่แล้ว

    Just a question to be sure. Lets name G1 the 1st row of G, G2 the 2nd row, G3 the 3rd and G4 the 4th.
    We know that the codewords will be 16 so if we do these bit-by-bit additions:
    G1
    G2
    G3
    G4
    G5=G1+G2+G3+G4
    G6=G1+G2+G3
    G7=G1+G2+G4
    C8=G1+G3+G4
    G9=G2+G3+G4
    G10=G1+G2
    G11=G1+G3
    G12=G1+G4
    G13=G2+G3
    G14=G2+G4
    G15=G3+G4
    G16=G1+G1=G2+G2=G3+G3=G4+G4=0000000
    we basically have the same codewords as of your method, right?

  • @victoriakilfeather8135
    @victoriakilfeather8135 2 ปีที่แล้ว

    Hi I was wondering if you got 1+1+0+) =2 what would that be since its not binary?

  • @akashmistry2705
    @akashmistry2705 6 ปีที่แล้ว +3

    what to do when it became [ 0+0+1+1] in last column and give bits product.
    '

    • @空-x2h
      @空-x2h 5 ปีที่แล้ว +1

      1+1 then 0 , if 1+1+1 then 1

  • @Pyropter
    @Pyropter 8 ปีที่แล้ว +1

    Thanks! You made this super easy to understand

  • @rajivk4705
    @rajivk4705 8 ปีที่แล้ว +1

    Hello..thanks for the video. If the number of rows is 3..then how you proceed for step 2? because 3^2 is 9 and 9 divided by 2 gives you 4.5...how you deal with that? To ease things...its a [6,3] matrix Generator..
    Thank you!

    • @ddxfraxinusdne
      @ddxfraxinusdne  8 ปีที่แล้ว +5

      +Kowlessur Rajiv Hi, so I'm embarrassed to say that the reason it didn't work for you is cause I made a basic mistake in the video (which I have now annotated in the video, so thanks for that catch).
      I put 4^2, when it should have been 2^4 (in my case both 2^4 and 4^2 =16, so the example should still be okay). But in your case you would have 2^3, giving you 8 options, not 9. So now that should work for you. Same reasoning, just backwards. Binary code=>2, length 3==> 2^3. So sorry about the confusion.

    • @rajivk4705
      @rajivk4705 8 ปีที่แล้ว

      +Theoretically Hello...thanks for the reply and welcome! Yes indeed it give you 8 options for my mentioned problem..
      Best of luck for more videos..

  • @Aemilindore
    @Aemilindore 7 ปีที่แล้ว +1

    thanks so much for explaining this complex theory in such a simple way. god bless you.

  • @harjotgill667
    @harjotgill667 3 ปีที่แล้ว

    its really helped me in my maths test thanks a ton

  • @anubhavroy2309
    @anubhavroy2309 6 ปีที่แล้ว

    what if we have 6,3 generator matrx .. then dividing by 2 wont work

  • @themadgamer350
    @themadgamer350 2 ปีที่แล้ว

    Thank you very much.... It's helpful

  • @plebbo14
    @plebbo14 4 ปีที่แล้ว

    Very helpful video thank you but i think you should state this generator matrix applies to using the parity equations p1 = d1 xor d2 xor d3, etc and not the parity equations p1 = d1 xor d2 xor d4 as with that generator matrix the 3rd and 4th row of the parity section(the non identity part) need to swap

  • @appsflametech5248
    @appsflametech5248 8 ปีที่แล้ว

    I have been searching from 3 days how to get G matrix. everyone give example of 4 bit data . plz tell how to get G matrix for 8 bit

  • @lucedisera57
    @lucedisera57 2 ปีที่แล้ว

    thank you very much for your video, it's really helpful!

  • @wildboar3170
    @wildboar3170 7 ปีที่แล้ว

    thats great but where did the most important bit- the generating matrix come from?

  • @fang5092
    @fang5092 6 ปีที่แล้ว

    Thank you so much....easy to understand

  • @poludasueswarsai6824
    @poludasueswarsai6824 4 ปีที่แล้ว

    what if it has 5 rows isnt there any alternative sol

    • @locallyringedspace3190
      @locallyringedspace3190 3 ปีที่แล้ว

      Yeah, apparently the only way to find the nullspace of a matrix is the list EVERY VECTOR and check if it's in the kernel. Thank god the field was finite or we would be here for a long time.

  • @emileminov7570
    @emileminov7570 5 ปีที่แล้ว

    Thank you very much for explaining. Especially the binary row vector finding method was lifesaver.

  • @wakanda_forever6676
    @wakanda_forever6676 6 ปีที่แล้ว

    what is meant by codeword?

  • @GrowlsandGrunts
    @GrowlsandGrunts 8 ปีที่แล้ว

    Nice explanation, thank you!

  • @wingy6060
    @wingy6060 6 ปีที่แล้ว

    This is so helpful! Liked and subscribed :)

  • @ankitlamba2835
    @ankitlamba2835 7 ปีที่แล้ว

    which software she is using ?????

  • @rahulbathini2214
    @rahulbathini2214 7 ปีที่แล้ว

    so in your case your making 16 different code words for 16 different message vectors

  • @naj404
    @naj404 6 ปีที่แล้ว

    Thanks alot! i was so confused before

  • @_aleromano
    @_aleromano 7 ปีที่แล้ว

    very good explanation!

  • @gunjanbatra2642
    @gunjanbatra2642 7 ปีที่แล้ว +1

    Thanku girl,, you help me lot,, at this imp tym,, God bless yuu

  • @amitkilania7039
    @amitkilania7039 7 ปีที่แล้ว +1

    thank u so much , i . having my test today and it will gonnaa help me ,, thank u thank u

  • @anwerabdulkareemali1642
    @anwerabdulkareemali1642 8 ปีที่แล้ว

    Hello thanks to this video but please can tell us how get the generating matrix [G]

    • @ddxfraxinusdne
      @ddxfraxinusdne  8 ปีที่แล้ว

      You could get it from the parity check matrix (recommend starting at 1min38sec of following link):
      th-cam.com/video/oYONDEX2sh8/w-d-xo.html

    • @anwerabdulkareemali1642
      @anwerabdulkareemali1642 8 ปีที่แล้ว

      +Theoretically thanks so much for your answer that kind from you 🌹

  • @Bleachiiigo
    @Bleachiiigo 6 ปีที่แล้ว +1

    Your voice giving me a feeling like u are crying !

  • @the_hasnat
    @the_hasnat ปีที่แล้ว

    Thanks a lot!

  • @ৰহস্যঅসম
    @ৰহস্যঅসম 7 ปีที่แล้ว

    not satisfied

  • @navdeepdhiman497
    @navdeepdhiman497 7 ปีที่แล้ว

    Hi mam....how can i contact you for my queries

  • @LiLJunkeZz
    @LiLJunkeZz 8 ปีที่แล้ว

    Nice Vid. Thanks!

  • @prodasbo
    @prodasbo 5 ปีที่แล้ว

    life saver

  • @abdelazizk.malrajhi3908
    @abdelazizk.malrajhi3908 6 ปีที่แล้ว

    Thank you

  • @tobyl1983
    @tobyl1983 7 ปีที่แล้ว

    It's awesome! Thanks!

  • @mohammedalzabidi2137
    @mohammedalzabidi2137 7 ปีที่แล้ว

    Thanks a lot

  • @muqdadalshammary6145
    @muqdadalshammary6145 7 ปีที่แล้ว

    thanks so much

  • @seerinjahan
    @seerinjahan 6 ปีที่แล้ว +1

    Why the hell are u sounding like this?😣

  • @UpasanaBhattacharyya20
    @UpasanaBhattacharyya20 6 ปีที่แล้ว

    explaination is well but ur voice is spoiling it

  • @satarupdeb974
    @satarupdeb974 7 ปีที่แล้ว +5

    too slow.. not good lecture at all..

    • @wingy6060
      @wingy6060 6 ปีที่แล้ว

      it is 6 and a half minutes long.... it is officially the shortest "lecture" I've ever heard. And helpful!