Lec-30: Hamming Code for Error Detection & Correction both with easiest examples

  Рет қаралды 812,002

Gate Smashers

Gate Smashers

Күн бұрын

Пікірлер: 213
@shwetasharma138
@shwetasharma138 3 жыл бұрын
Sir, please redo this on white board.
@kshitiz_saini_24
@kshitiz_saini_24 Жыл бұрын
Must neded sir....🙏
@danishdk1804
@danishdk1804 Жыл бұрын
++
@devrajmishra1689
@devrajmishra1689 Жыл бұрын
Exactly
@ashadhami
@ashadhami Жыл бұрын
Yes
@insil_
@insil_ Жыл бұрын
+1
@Malikyuvaan
@Malikyuvaan Жыл бұрын
Sir this is the first video of yours I didn’t get is seriously
@VijendraSingh-bp3sf
@VijendraSingh-bp3sf 3 жыл бұрын
Please teach on white board it will extremely helpful and you explained more clear than on digital board🙏🙏🙏
@Shivaay.productions0777
@Shivaay.productions0777 Жыл бұрын
bhaiii aisa lag rah hai sir nasha karke padha the hain , jaha detect karai waha correct bol diya jaha coreection batana tha waha detect bol diya 6:02
@kalam_indian
@kalam_indian Жыл бұрын
​@@Shivaay.productions0777hmmm galat padhaya orr sabko galat raste me bula rahe he
@encryptedcicada9375
@encryptedcicada9375 10 ай бұрын
Hijacking this top comment to say that I have commented a detailed explaination in my comment on 4th Feb 2024. If you find that you will understand the concept
@suyashrahatekar4964
@suyashrahatekar4964 2 ай бұрын
The problem is that it's not even a "board"
@encryptedcicada9375
@encryptedcicada9375 10 ай бұрын
Number of parity bits in the final code: lowest possible value of n that satisfies [ 2^n >= no. of bits in codeword ] Parity bits location in codeword = 2^n where n starts from 0 (go until the position value exceeds the number of bits in codeword) Finding the value of parity bits works in this way: - Take the position number of the parity bit, for example 2 as p1's position is 2. - We will write down the identifiers of 2 bits and then skip two bits and write down the id of the next 2 bits. In our example we will write down p1 & d0 then skip over 2 ids which are p2 & d1 then we write down next 2 which are d2 and d3. (For position number n will accept n skip n accept n skip n and so forth till the end, including the postion of the parity bits of course.) We now have the following identifiers with us now: p1 d0 d2 and d3 - We now remove the parity bit ids and xor the remaining data bits, in our case those are: d0, d2, d3. Hence p1 = d0 XOR d2 XOR d3 - If we were to calculate for p2 which is at position 4, we will accept 4 skip 4 accept 4 skip 4 and so forth till the end. In that case we will have the following ids: p2 d1 d2 and d3 - Now we remove parity bit ids and xor the remaining. Hence, p2 = d1 XOR d2 XOR d3
@jaybisht8502
@jaybisht8502 2 жыл бұрын
For those who failed to understand how Parity value was being extracted and set. Each redundant bit, ri, is calculated as the parity, generally even parity, based upon its bit position. It covers all bit positions whose binary representation includes a 1 in the ith position except the position of ri. Thus − ---r1 is the parity bit for all data bits in positions whose binary representation includes a 1 in the least significant position excluding 1 (3, 5, 7, 9, 11 and so on) ---r2 is the parity bit for all data bits in positions whose binary representation includes a 1 in the position 2 from right except 2 (3, 6, 7, 10, 11 and so on) ---r3 is the parity bit for all data bits in positions whose binary representation includes a 1 in the position 3 from right except 4 (5-7, 12-15, 20-23 and so on)
@samit840
@samit840 Жыл бұрын
Thanks a lot broooo
@yumtumm
@yumtumm Жыл бұрын
bro r8 ki samjh ni i bus
@Subscribeifyoufoundmychannel
@Subscribeifyoufoundmychannel Жыл бұрын
Samajh ni aaya
@amarchoudhary2560
@amarchoudhary2560 Жыл бұрын
Thanks bro
@dilsedhoni9229
@dilsedhoni9229 Жыл бұрын
long live this comment
@harshdixit3920
@harshdixit3920 8 ай бұрын
U r ginius sir!!! Hand's off
@anushakorla7295
@anushakorla7295 2 жыл бұрын
Sir, please teach us only on board,we are finding difficult to understand while your are teaching by this digital method🥺.Anyway we love your teaching❤️😌
@relentlessrock
@relentlessrock 2 жыл бұрын
I'm loving the series. This is the first video where I failed to understand how Parity value was being extracted. Hoping, someone can share some clarity in a reply.
@prabinmanandhar
@prabinmanandhar 2 жыл бұрын
its because of the 1 present in corresponding binary value of the position numbers. may be you didn't get it. you would understand if I could upload a photo in comment section.
@prabinmanandhar
@prabinmanandhar 2 жыл бұрын
watch this kzbin.info/www/bejne/jGSxZ4Ohor9ohc0
@aqsakanwal723
@aqsakanwal723 2 жыл бұрын
Sir Jo lecture ap deliver krtay hey bht hi helpful thanks a lot for your time and effort # love from Pakistan
@sanando630
@sanando630 Жыл бұрын
I think you made a mistake near the end there? What you said didn't make sense, could you explain that please? You recalculated the XOR of the error induced output, then you realized that it still came 1 even with the error then without acknowledging that you said the error is there because the number of 1s is odd, but you also said that the receiver calculates the XORs again to check for errors, then why must the receiver calculate the XOR if all it needs to see is whether the 1s are odd or even? And if it does calculate it again, the answer comes out as 1 anyway, so how does it know it's an error? Something went wrong there as it doesn't make sense. Would be very kind of you if you could explain it in a comment or a video. Thank you.
@hometvfirestick
@hometvfirestick 3 жыл бұрын
I am continue with his channel for last 4-5 days because my are coming after a week few minutes ago I was watching COA playlist and this notification comes your explanation is amazing it helps me alot to understand these terms very easily.
@HassanRaza-nn5ro
@HassanRaza-nn5ro 2 жыл бұрын
Buddy! I love your way of teaching. Best teacher ever.❤ I wish I could send you a gift.
@sayandeepmukherjee8726
@sayandeepmukherjee8726 16 күн бұрын
Each parity bit controls specific bits in the data according to their position. The rules are simple: P1 checks bits 1, 3, 5, 7, ... (all bits where the binary position has a 1 in the least significant bit). P2 checks bits 2, 3, 6, 7, ... (all bits where the binary position has a 1 in the second least significant bit). P4 checks bits 4, 5, 6, 7, ... (all bits where the binary position has a 1 in the third least significant bit).
@Bazriya-p1f
@Bazriya-p1f 8 ай бұрын
One shot video bnado sir plz is topic ki again🙇
@faisalkhan1026
@faisalkhan1026 3 жыл бұрын
VERY NICE, ITS WOULD BE AWESOME IF YOU COULD UPLOAD A PLAYLIST ON C++ PROGRAMMING (theoretical and practical with A-z compiler demo ). YOUR TEACHING METHOD IS AWESOME.
@acquireskills6717
@acquireskills6717 2 жыл бұрын
Very well explained, but it would be good if explained with white board
@continnum_radhe-radhe
@continnum_radhe-radhe 9 ай бұрын
❤❤❤
@Devesh8718
@Devesh8718 25 күн бұрын
Good explain
@einnuomrre9024
@einnuomrre9024 9 ай бұрын
bohut sukriya meri vai🥰
@sunitadodiya5199
@sunitadodiya5199 Жыл бұрын
Thank you sir for your hard work all your videos are good your whiteboard explanation is awesome. I really wanna request you to explain this topic on white board thank you s for reading 😊👏🤩👨‍🏫
@pranavgunjal8543
@pranavgunjal8543 Ай бұрын
Sita Ram 🙇‍♂️✨
@dkbagdi
@dkbagdi 2 жыл бұрын
I am following this course. all your lectures are amazing but everything you taught on the digital screen is kinda confusing. for me, it's hard to understand. when you use a marker and whiteboard we can see your hands moving. but on this screen, we can't see that. that's why it's hard to understand.
@mohitkaushik21
@mohitkaushik21 Жыл бұрын
Thanks sir 😊
@Bazriya-p1f
@Bazriya-p1f 8 ай бұрын
Y topic achhe s clear ni ho paya yha esa lg rha h koi ni h hmara jab koi video aap s milti ni to bht afsos hota h😢
@anushakapandey913
@anushakapandey913 2 ай бұрын
Sir please start giving notes, your channel will become the best channel
@priyankakhandelwal3495
@priyankakhandelwal3495 3 ай бұрын
Yes ...plz reupload this video on white board....otherwise your teaching technique is awesome.
@kushverma2334
@kushverma2334 2 жыл бұрын
sahi hai bosh
@waniyafarry4431
@waniyafarry4431 3 ай бұрын
sir, i think your first video that I couldn't understand this concept.
@saimajaved1614
@saimajaved1614 Жыл бұрын
Thanks your lectures are very helpful . But I didn't understand this lec . Try to teach us on White board. Thanks
@ankittelgote1951
@ankittelgote1951 3 жыл бұрын
♥️Sir Please 🙏 complete Digital Logic syllabus...i am not want to going to another channel for this subject only.. because you are awesome sir ♥️
@sahilrox3231
@sahilrox3231 8 ай бұрын
nothing is understandable
@clashingtv2527
@clashingtv2527 11 ай бұрын
Agar kisiko samjh ne problem hui to chalo chota trick bata deta hu! Jis vi position ki parity calculate horahi he! Us bit ka jo vi number he suppose 2 To hum 2 bit lenge then 2 bit skip karenge then repeat! For 4th position we take 4567 then skip 891011
@sudeshmayal
@sudeshmayal Жыл бұрын
Sir mixed 🤯
@adeelshah280
@adeelshah280 7 ай бұрын
sir it is too confusing concept is clear pls make a video on this on white board
@kamyagupta4030
@kamyagupta4030 Жыл бұрын
Thank you so much ❤
@indtajeetbanerjee7704
@indtajeetbanerjee7704 23 күн бұрын
Sir formula for p1,p2 and p0 are always same or different??
@sanghahome-he9xf
@sanghahome-he9xf Жыл бұрын
Boerd sir
@itz_me_imraan02
@itz_me_imraan02 3 жыл бұрын
Sir software engineering ka aur videos add kijiye🙏💙💚
@anishkumargiri9490
@anishkumargiri9490 Жыл бұрын
please do it slowly it's looking you are revising the concept
@sonytv_livesharktank
@sonytv_livesharktank 11 ай бұрын
Thanku
@dewanandkumar8589
@dewanandkumar8589 3 ай бұрын
Understood
@23Devvrat
@23Devvrat Жыл бұрын
Sir apne 11 bit wale mei thode se confuse ho gaye, while calculating or checking if the parity bit is valid or not, we must take the XOR of the data bits but aap first 1 ko bhi le rahe the, which is the parity bit we are calculating. Hope this solves some confusion. Otherwise really good video sir.
@suman8336
@suman8336 Жыл бұрын
I have the same confusion
@23Devvrat
@23Devvrat Жыл бұрын
@@suman8336 1st bit is the parity bit so don't take it and calculate XOR of the data bits. you will get wrong answer when you change the original 9th bit.✌️
@ExploreElectronics
@ExploreElectronics 3 жыл бұрын
Nice
@yashpreetsinghkalsi5380
@yashpreetsinghkalsi5380 11 ай бұрын
kuch nhi samjhra yaar
@बजरंगबलीभक्त-त6र
@बजरंगबलीभक्त-त6र 2 жыл бұрын
Great lecture ❤️
@vishuvyas9716
@vishuvyas9716 2 жыл бұрын
sir you are the best
@supriyoroy2359
@supriyoroy2359 3 жыл бұрын
thank you sir
@binyaminqasmi5446
@binyaminqasmi5446 2 жыл бұрын
Love you sir
@collegeboy4362
@collegeboy4362 2 жыл бұрын
🍎🍎🍎🍎🍎It is for you sir ji
@manmohannayak1089
@manmohannayak1089 8 ай бұрын
Sir please explain it on white board again please 🙏🏻
@aqsakanwal723
@aqsakanwal723 2 жыл бұрын
Sir agr hm nay haming code me 2 bit error ko find out krna tu os k leyea hm kon saa fandaa use krain gay ?
@akshitmehta2532
@akshitmehta2532 2 жыл бұрын
i think p0=1 at 5:19
@umangagarwal8726
@umangagarwal8726 10 ай бұрын
If you are getting problem in this video, watch easy engineering classes video of this topic, then come here you will understand each point. 😌
@athukutti
@athukutti 2 жыл бұрын
Sir please teach this once more on white board I am unable to understand it through this method .
@shreeradhe6410
@shreeradhe6410 2 жыл бұрын
Sir padhaya to aapne bhut ache tarike se h but data in screen is not much clear...as a feedback m saying dis....except dat all is very nice...
@tannarutvi4401
@tannarutvi4401 3 жыл бұрын
po,p1,p2 will be already given in question?
@rutvikdeshpande3603
@rutvikdeshpande3603 3 жыл бұрын
Sir incase parity bit change hogaya packet me se toh detection ke waqt ye work karega ?
@SanjeevKumar-do4zg
@SanjeevKumar-do4zg 3 жыл бұрын
Sir pls gate smashers plus pr jo dssb ke liye series suru kr rakhi thi usko continues karo... I have been waiting these for many days.
@jannatulferdos7063
@jannatulferdos7063 Жыл бұрын
We want lectures on Whiteboard!!!!!
@shubhamgupta9924
@shubhamgupta9924 Жыл бұрын
Sir EX-OR left to right calculate karna hai ya right to left??
@TheHonouredOne-SatoruGojo
@TheHonouredOne-SatoruGojo Жыл бұрын
Left to right
@simrantabassum4364
@simrantabassum4364 Жыл бұрын
Sir plz teach us in the board , we are unable to take it in this format plzz
@soumalyachatto10
@soumalyachatto10 Жыл бұрын
Not satisfied.. it wil be better if you did it on whiteboard
@InderGuptaa
@InderGuptaa 2 жыл бұрын
Sir, only this video seems difficult to understand🙁 may be because of board.......
@OctaFoxGaming
@OctaFoxGaming 2 жыл бұрын
please make video again... i can't understand..... use white board method 😌
@tusharmane7301
@tusharmane7301 5 ай бұрын
KZbin sir🤡my friend before 5min exam🗿
@somnathsadaphule2221
@somnathsadaphule2221 Жыл бұрын
Not understood Sir, what is the parity as p1
@manishgupta768
@manishgupta768 Жыл бұрын
Teach on white board with pen not like this
@mohammedsaad3552
@mohammedsaad3552 10 ай бұрын
how to calculate the bit r8 value ?
@cricshorts479
@cricshorts479 Ай бұрын
Sir plz do this in white board
@aashutechbaba407
@aashutechbaba407 6 ай бұрын
Sir white board pr hi padaya kro plzz
@anshu.newwwww
@anshu.newwwww 2 ай бұрын
Sir white board pr hi pdaiye
@MdHamza3820
@MdHamza3820 Жыл бұрын
Please explain on whiteboard
@mdnawab3634
@mdnawab3634 2 жыл бұрын
Sir ,I am getting 0 in place of adding R1 at position 1 but in your example it is written 1.plz rectify me
@pallavibhardwaj5836
@pallavibhardwaj5836 2 жыл бұрын
Same here.. i m also getting p1 parity bit as 0
@neerajchandel1342
@neerajchandel1342 3 жыл бұрын
Good morning sir. Kindly kvs pgt ke according videos BNA dijiye... For topic web scripting, java, .net .....
@andrejohnv
@andrejohnv Жыл бұрын
2nd sum done.
@ruchika_7
@ruchika_7 Жыл бұрын
This class is also provided in paid batch...i could not understand anything and came to free class....here also the same class....
@codexAbhi007
@codexAbhi007 2 ай бұрын
but parity bits mai bhi toh error a sakta hai
@ManishRaghavLeet
@ManishRaghavLeet Жыл бұрын
Please explain this concept on the whiteboard Through this its difficult to understand
@Dream-mt7eb
@Dream-mt7eb Жыл бұрын
Ye topic lagata hai apko v hard lagata hai
@Dream-mt7eb
@Dream-mt7eb Жыл бұрын
Isliye to board istamal kiya hai
@kamalakantapradhan4992
@kamalakantapradhan4992 2 жыл бұрын
Sir please teach on white board
@SumanKumar-rt5dk
@SumanKumar-rt5dk Жыл бұрын
white board was awesome... plz back to white board (concepts are more clear over white board)
@oldisgold2068
@oldisgold2068 3 жыл бұрын
How can we calculate original data?
@dudamneerajdattu1459
@dudamneerajdattu1459 Жыл бұрын
that's why ppt is always a bad option for teaching.....traditional way of explaining on board is always the best one.
@rakeshsahoo971
@rakeshsahoo971 Жыл бұрын
@amansahu3531
@amansahu3531 2 жыл бұрын
Taking 011 from where, cursar not visible
@Preetkamal-fr2bg
@Preetkamal-fr2bg 28 күн бұрын
Sir not better understand
@shiva12832
@shiva12832 Жыл бұрын
Clear nahi hai ye numerical, aap digitally batate hain to aadha hi clear hota hai achhe se samjh nahi aata, White board use kriye sir
@abirpaul9027
@abirpaul9027 3 жыл бұрын
Sir GATE 2022 ke lia syllabus CN ka complete hai?
@Techjd
@Techjd 3 жыл бұрын
Yes bro, I have completed the whole playlist yesterday and I am able to solve pvs yrs and qns from other books.
@vishalshukla4573
@vishalshukla4573 11 ай бұрын
Sir I can't understand 😢 Please make second video 🙏🏻
@vanshikarathore3966
@vanshikarathore3966 Жыл бұрын
Solver it wrongly sir please check 9:10
@tourWithAman
@tourWithAman 3 ай бұрын
First time in this channel I didn't understand anything
@sureshkumarlalchand2944
@sureshkumarlalchand2944 Жыл бұрын
Sir please ek baar white board par explain kr do
@mrdevikar5291
@mrdevikar5291 8 ай бұрын
Please sir again switch on white board❤
@VishalKumar0510
@VishalKumar0510 3 жыл бұрын
Please Dont use digital way of study its ...,sir
@VishalKumar0510
@VishalKumar0510 3 жыл бұрын
I cant concentrate this way of study
@anjalisadhya2943
@anjalisadhya2943 9 ай бұрын
Sir please... use white Board
@THUNDERSPIRITOfficial
@THUNDERSPIRITOfficial Ай бұрын
Difficult to understand😢
@gautamdwivedishayarikhazan5428
@gautamdwivedishayarikhazan5428 Жыл бұрын
White board p hi mst smjh aata h yaha gnta palle nhi pd rha kyuki yeh English language bich m aarhi h
@alokrana4629
@alokrana4629 Жыл бұрын
Sir please write the white boad🙏
@saadjan4294
@saadjan4294 3 ай бұрын
please teach on white board
@serab4707
@serab4707 2 жыл бұрын
Numbers r not clear sir
Hamming Code || Error Detection and Error Correction
14:33
Sudhakar Atchala
Рет қаралды 236 М.
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
L-4.10: Dijkstra's Algorithm - Single Source Shortest Path - Greedy Method
15:49
Complete CN Computer Networks in one shot | Semester Exam | Hindi
6:18:26
KnowledgeGATE by Sanchit Sir
Рет қаралды 1,2 МЛН
Hamming Code | Error Detection
12:20
Neso Academy
Рет қаралды 2 МЛН
2.6.3 Heap - Heap Sort - Heapify - Priority Queues
51:08
Abdul Bari
Рет қаралды 2,2 МЛН
Lec-27: Introduction to Error detection and Correction | Computer Networks
10:44
Lec-58: Distance vector routing algorithm in hindi | Computer Networks
26:00
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН