Sequence or Pattern Detector

  Рет қаралды 629,588

Neso Academy

Neso Academy

Күн бұрын

Пікірлер: 152
@RahulMadhavan
@RahulMadhavan 6 жыл бұрын
For those who are confused, here's a description of the states: 1) S0 - i have seen none of the pattern 010 2) S1, I have seen a zero 3) S2, have seen a one after a zero Transitions: 1) The only transition leading to an output '1' is S2 to S1 with an input of 0. ie. I have seen a 0 and then a 1(in state 2), and then now i'm seeing a 0 2) All other transitions lead to output 0. Note: A moore machine would have four states and is easier to understand: 1) S0 - i have seen none of the pattern 010, and output 0 2) S1, I have seen a zero, and output 0 3) S2, I have seen a one after a zero, and output 0 4) S3, I have seen a zero then a one, then a zero, so i saw the pattern and output 1 Now the moore can be reduced to a mealy machine by merging states S3 and S1, (since transitions out of both S3 and S1 are to the same states S1 and S2 on inputs 0 and 1 respectively).
@supertonyxd
@supertonyxd 6 жыл бұрын
Thx a lot
@rohanram7197
@rohanram7197 5 жыл бұрын
Still not very clear sir . Thanks for your effort 😁
@zeeshandm8683
@zeeshandm8683 5 жыл бұрын
Thank you
@gyanig8501
@gyanig8501 4 жыл бұрын
using four states for any flip flop seems feasible, but does it really matter? I mean I can still implement using 3 states on any FFs ig. I haven't tried out writing the state table, but I feel it is okay both the ways. Plus does it always be a mealy state machine for pattern detector?
@sp-vf8wg
@sp-vf8wg 4 жыл бұрын
Thank you very much now I clearly understand the topic
@LeelasrikanthDamera
@LeelasrikanthDamera Ай бұрын
Your videos are pillars still standing even after 9years!!
@riseabovehate9476
@riseabovehate9476 7 жыл бұрын
Went like a Rocket over my head xD
@sarvottamkumar2308
@sarvottamkumar2308 6 жыл бұрын
Hi sir!. Ye aapki pehli video h Jo samjh Mai nhi aayi
@jahansaid6382
@jahansaid6382 8 жыл бұрын
I have been going to through all of your lecture, This is my third time watching this video and I still don't get it. I am going to move on..
@kalidinditejasree5132
@kalidinditejasree5132 5 жыл бұрын
Same happened
@veereshkumasagi3776
@veereshkumasagi3776 5 жыл бұрын
Go to saravanan lecture on tis topics...its awesome
@rounakdas2633
@rounakdas2633 5 жыл бұрын
well his lectures are usually the best, this one however took a bit of visualization to get through the concept
@gyanig8501
@gyanig8501 4 жыл бұрын
It is fairly easy if you have gone through a few finite state machines theory and examples.
@gyanig8501
@gyanig8501 4 жыл бұрын
someone above has shown the concept using 4 state machine ^Rahul_Madhavan
@niharikagurnani
@niharikagurnani 9 жыл бұрын
hello sir. you really are a great teacher. But i'm not able to understand the state diagram here. Isn't there any short-cut or some other easy way to understand the same..??
@arjunpailoor4559
@arjunpailoor4559 6 жыл бұрын
kzbin.info/www/bejne/hH-yhIqkia2Uobs watch that video where he teaches about state diagram, its simpler.
@fatiheneskose4477
@fatiheneskose4477 6 жыл бұрын
this is not the same thing. That state diagram is easier then this one
@ArjunNarula1122
@ArjunNarula1122 4 жыл бұрын
This is an interesting example of fsm @
@mohit12322
@mohit12322 7 жыл бұрын
sir I am not able to understand how to draw the state diagram in sequence detector if possible can you help me out and sir if possible can you please upload some videos on merger chat method (table & graph) that would be really helpful and I like your videos the way you describes everything is impressive ....
@shouvikdutta2825
@shouvikdutta2825 5 жыл бұрын
first video with faulty concept by neso.
@menukawarushavithana6287
@menukawarushavithana6287 8 жыл бұрын
Your lectures are easy to understand. Thank you very much for that. However, it would be even more useful if you could properly number the videos so that we can watch the videos in the correct sequence.
@queeniu4184
@queeniu4184 2 жыл бұрын
If only all prof explained as detail as you
@SuperCineraria
@SuperCineraria 7 жыл бұрын
7:44 how can we go to state S0 with input = 1 and output = 0? I think we have to stay in state S1 itself. Please explain!
@gktu.
@gktu. 3 жыл бұрын
Yeah it is a complicated lecture, I respect to the ones who are confused, it is really confuse-able. But it didn't confuse me at all. For me, it was a great lecture as usual. Thanks Neso Academy.
@jatingarg7383
@jatingarg7383 5 жыл бұрын
Sir ,this lecture is easy but atlast in the state diagram , I don't understand why we go from S2 to S0 again , I think we have to traverse again on S2 for X=1
@abhishekroy3498
@abhishekroy3498 4 жыл бұрын
Who need a clarification for state diagram look into this - Since we are solving for 010 S0 - when the input is 0, it will go to S1 state, if input is 1 it will be in reset state only. S1 - when the input is 1 it will go to S2, but when i/p is 0 it will remain in S1 state because it will compare 0 with 1-bit state i.e; S1 and S1=0 S2 - when the i/p is 0 it will compare 0 with 1-bit state i.e; S1, if it matches it will go to S1 state and in case it hadn't match then it will go to reset state, when i/p is 1 it will compare 1 with 1-bit state and it hadn't match with S1 state Since S1 = 0, so it will go to reset state. I think u guys will got it now. If it is useful click like.
@agayathri3286
@agayathri3286 7 жыл бұрын
state diagram is little confusing Sir , plzz make an another lecture in which u have solved more problems
@DANCEwithGOUTAMSAHA
@DANCEwithGOUTAMSAHA 9 жыл бұрын
this lecture is not clear.....can you more explain this topic??
@shreya3087
@shreya3087 3 жыл бұрын
Yes , please
@SayanDasezioauditore
@SayanDasezioauditore 9 жыл бұрын
when you have the input as o in S1, shouldn't it transit to to S0, as only the first state or S0 is allowed to be 0?
@ujjvalpatel5353
@ujjvalpatel5353 7 жыл бұрын
I can't see what is so confusing in this prevention...... It is pretty straight forward.
@nirmalpatel6562
@nirmalpatel6562 8 жыл бұрын
How to solve same problem with moore system??
@ramnarayanj3272
@ramnarayanj3272 9 жыл бұрын
I can't understand how s2 state is 01 and how it goes to s2 to s1 please explain me
@codeminatiinterviewcode6459
@codeminatiinterviewcode6459 5 жыл бұрын
because S0 is a "RESET" state that we have created and if my S2 is equal to 1 then the pattern "010" for what we looking for is got damaged and then we again have to start from the starting and S2 is 01 because it will start examing the bits further when it already have "01"... Then only you will check further na that you have pattern "010" or not ... Hope this will help you .. All the best ..
@vijayr1329
@vijayr1329 3 жыл бұрын
Nice explaination
@nehaprasad3814
@nehaprasad3814 7 жыл бұрын
sir please do a video on analog to digital conversion and the whole chapter. please sir this chapter is in our syllabus
@zeeshandm8683
@zeeshandm8683 5 жыл бұрын
Tricky but good explanation
@sangharsh2114
@sangharsh2114 8 жыл бұрын
Why there is no presentation on sequence generator??
@ratiuraul1099
@ratiuraul1099 7 жыл бұрын
I have some issues considering the implementation of the circuit . I am considering that my equations form the K map might be wrong . My first doubt is if there are only 3 states or any odd number of states , I can code them only on a pair number of bits so in the truth tabel should I consider the states that are not involved? As for the K map should I make it with Don't care ? for this example we have 3 states : 00 01 10 . so the state 11 is not in the truth tabel but it appears in my K map . What do I do? Ty for helping me out.
@aviralkhanduja5834
@aviralkhanduja5834 4 жыл бұрын
but why it went to state if output=1 from state 2 ,in case of 1overlapping is not considered?
@bhargavvemireddy6673
@bhargavvemireddy6673 7 жыл бұрын
At the end of the lecture, for state diagram,only S0, S1, S2 is used, can we create and use S3 as the next state to S2 instead of going from S2 to S1 again?
@saranyam5105
@saranyam5105 6 жыл бұрын
If a sequence 1010 alone is given, how to draw a state diagram sir
@sainathreddygummana2041
@sainathreddygummana2041 7 жыл бұрын
i cann't able to understand the state diagram of sequence detector
@supriyakn1916
@supriyakn1916 4 жыл бұрын
Can you make a video on different state assignment rules and state reduction rules
@krish-ei4hp
@krish-ei4hp 8 жыл бұрын
realluly confusing plse solve more examples in sequence detector
@famousmagicintheclassmoham4848
@famousmagicintheclassmoham4848 6 жыл бұрын
@@goyalbhavit bhavit can u say that understand the class pla verify bfore saying to others
@riteshpatidar9184
@riteshpatidar9184 6 жыл бұрын
@@goyalbhavit ek aadh paper pr solve krke dekh😂
@anandmanda9181
@anandmanda9181 8 жыл бұрын
this was a bit confusing.!!
@rprvk
@rprvk 6 жыл бұрын
I can't understand anything ☹️regarding this state diagram
@prakharkumar7368
@prakharkumar7368 7 жыл бұрын
Good presentation
@anuvabdutta3959
@anuvabdutta3959 4 жыл бұрын
Draw the sequence detector to detect the sequence of the given binary number.
@mactavish_sl5622
@mactavish_sl5622 4 жыл бұрын
can we detect the signal 010 in non overlapping method.i think can't.
@meetrathi2451
@meetrathi2451 Жыл бұрын
the output should be 1 while going from s2-s0?????
@Codality
@Codality 3 жыл бұрын
That was HARD
@siddhantsaurabh4341
@siddhantsaurabh4341 7 жыл бұрын
Hello sir how to draw state assignment table for 010 table as there are 3states only what to do with rest 2. Should I use don't care?
@usmanali-hp4oc
@usmanali-hp4oc 6 жыл бұрын
where is the non-overlapping part?
@1Eagler
@1Eagler 5 жыл бұрын
Could you please put the video's sequence number in th title?
@gopishankareppshankar
@gopishankareppshankar 8 жыл бұрын
The state diagram seems incomplete. how do we know the final state.
@esport1678
@esport1678 4 жыл бұрын
HOW IS THIS STATE DIAGRAM BEING OBTAINED.....NOT CLEAR ????
@dawn-of-newday
@dawn-of-newday 7 жыл бұрын
i love this video, trully amazing
@paritoshpandey5103
@paritoshpandey5103 6 жыл бұрын
Wao,Great..Humans are smart
@lastmountpit
@lastmountpit 7 жыл бұрын
after 175 videos i have to ask. Where is the opening jingle taken from?
@GauravGupta-pb8mk
@GauravGupta-pb8mk 4 жыл бұрын
Thank you sir
@prabukrish6515
@prabukrish6515 8 жыл бұрын
hello sir, i didn't get how the state diagram has been made.kindly help me....
@samyakjain4572
@samyakjain4572 5 жыл бұрын
can't we use moore machine?
@farhan_ak5084
@farhan_ak5084 7 жыл бұрын
I didn't understand why we S0=00, S1=01 and S2=10 in step 2. Please explain.
@saikrishna-sh8fl
@saikrishna-sh8fl 8 жыл бұрын
how to develop state table when there are only there states??
@sumangalsaha237
@sumangalsaha237 8 жыл бұрын
Sir why you have cosidered s1 as 0?
@barsilgen120
@barsilgen120 Жыл бұрын
Thanks
@SaikatPodder
@SaikatPodder 8 жыл бұрын
sir i can not understand the concept..pls help
@LifeWorthwhile
@LifeWorthwhile 8 жыл бұрын
sir please do verilog coding also.! and verilog code for fsm .
@-GuruPawan
@-GuruPawan 4 жыл бұрын
Brother I didn't understand anything.....can u plse explain that how the state diagram will be in a brief manner.....plse.....
@ankitpandey-kt9un
@ankitpandey-kt9un 9 жыл бұрын
how we jumped S1 after S2, cause after S2 output is 1 but S1 holds 0 naa???? plzzz reply....
@gautamkrishnan9982
@gautamkrishnan9982 8 жыл бұрын
how is s1=0?
@bharathpm5437
@bharathpm5437 6 жыл бұрын
How to device which flip flop to use?!
@tanmaytyagi7031
@tanmaytyagi7031 5 жыл бұрын
so confusing what are you doing sir all went over my head
@prataptanty5846
@prataptanty5846 6 жыл бұрын
how many flip flop required for 3 state
@Liamlefe
@Liamlefe 3 жыл бұрын
Accha isme ye kaise decide hua ki 3 states hi hongi?
@ajjunikhila
@ajjunikhila 7 жыл бұрын
How to consider sequence detector 010
@nandinikasuba6673
@nandinikasuba6673 7 жыл бұрын
I am unable to understand state diagram...🙁
@lilit3552
@lilit3552 5 жыл бұрын
I don't understand this topic at all.
@Imran-Alee18
@Imran-Alee18 8 жыл бұрын
iam looking for complete lecture on random sequence counter. can you help me sir ?
@abhishekdipu1218
@abhishekdipu1218 8 жыл бұрын
state diagram part of this lecture is quite confusing , please make it bit clear
@engcuz
@engcuz 9 жыл бұрын
It'z not that clear in how to transit between states, but helpful >> thnks
@praveen891
@praveen891 9 жыл бұрын
+Neso Academy !! there is an error in state diagram. The output in the state diagram is always 0. Actually, we would need a new s3 state where output is 1.
@rahullondhe9532
@rahullondhe9532 8 жыл бұрын
state diagram is bit confusing canyou example more in simple way
@masbro1901
@masbro1901 8 жыл бұрын
so its sequential machine that state diagram, .. hm.. it's automata . i got that lecture in college.. i see know .. :) so , that's the link.
@HeyItsAishwarya
@HeyItsAishwarya 7 жыл бұрын
I want sequence detector using Jk flip-flop
@ianupamsingh
@ianupamsingh 4 жыл бұрын
If you are unable to understand (as was I) refer to this lecture again after a break .. 🤗🤗 hope it'll work for u too
@arohisingh1045
@arohisingh1045 7 жыл бұрын
I can't understand state diagram.... Sir plss explain once again .
@nirmalasomu8814
@nirmalasomu8814 7 жыл бұрын
Helloo sir i didn't understand the state diagram clearly
@DIVYANSHIMANGALBCE
@DIVYANSHIMANGALBCE 8 жыл бұрын
state diagram is not at all clear...
@saisandeep1843
@saisandeep1843 6 жыл бұрын
Seriously this is confusing
@songlinyang9248
@songlinyang9248 7 жыл бұрын
Nice
@devvrathable
@devvrathable 6 жыл бұрын
In some topics your videos are very scattered and it is hard to find the next part after watch some video
@KirkHammer-fj2of
@KirkHammer-fj2of 7 жыл бұрын
WOW, just WaaaaWWW
@arohisingh1045
@arohisingh1045 7 жыл бұрын
Jack of War2010.... Explain
@arohisingh1045
@arohisingh1045 7 жыл бұрын
Jack of War2010 you are the only one who understood this plss explain ..
@SandeepChaudhary-vx9zy
@SandeepChaudhary-vx9zy 7 жыл бұрын
arohi singh same here didn't understand anything ....i think its a first video of neso academy which i didn't understand
@saranshgupta9119
@saranshgupta9119 4 жыл бұрын
Those who r confused, plz go through Sequence detector in Moris Mano at page no 258(last para). Read it n then come to this vdo
@sneharajpoot8377
@sneharajpoot8377 4 жыл бұрын
I've implemented this 010 sequence detector with Mealy state machine with the use of two T flip flops. Here the input and output expressions are:- Ta= Qa+ X.Qb Tb= X.Qb+ X'.Qb'= X(xnor)Qb Y=X'.Qa Correct me if I'm wrong😊
@ganeshmula4508
@ganeshmula4508 3 жыл бұрын
@Sneha Rajpoot, I think u considered TA, TB for 110,111(Qa,Qb,x) as don't cares, right??
@ankitamani988
@ankitamani988 Жыл бұрын
confusing on sequence detector ...✊
@im.meer-asif
@im.meer-asif 7 жыл бұрын
oooh....the first lec. from begining which i found dry....
@bixapathichinthakindi1977
@bixapathichinthakindi1977 5 жыл бұрын
can i except one more problem from this lecture
@Brian-mf3ry
@Brian-mf3ry 7 жыл бұрын
this was extremely confusing jumped into a lot concepts to quickly
@BalloonAffirmations
@BalloonAffirmations 5 жыл бұрын
It's very confusing ....pls can you explain again
@saadahmad485
@saadahmad485 6 жыл бұрын
Neat!
@rohitnamballa236
@rohitnamballa236 4 жыл бұрын
Lol...I watched it with a playback speed 2.
@supertonyxd
@supertonyxd 6 жыл бұрын
you saved me!!!
@mukkeshmckenzie7386
@mukkeshmckenzie7386 6 жыл бұрын
Fuck. Beautiful.
@VamsiKrishna-dj7zp
@VamsiKrishna-dj7zp 6 жыл бұрын
State diagram is really confusing
@veereshkumasagi3776
@veereshkumasagi3776 5 жыл бұрын
Yup not clear ..as previous topics
@amansrivas1572
@amansrivas1572 7 жыл бұрын
a little bit confusing
@vipingautam1257
@vipingautam1257 4 жыл бұрын
More like Automata
@guptagopal
@guptagopal 5 жыл бұрын
this is so easy. Please put your phone on silent and watch it again with concentration. you will definitely say this is so easy. :)
@shubhamsingh-jp1nu
@shubhamsingh-jp1nu 5 жыл бұрын
I follow this channel but this lecture is out of my mind.. I think ,here explaination is very bad ..
@manishkumar-uz6hg
@manishkumar-uz6hg 6 жыл бұрын
1st lecture which just bounced.nothing understood.
@nilanjandey7079
@nilanjandey7079 7 жыл бұрын
do it for 1010
@parthmodi4181
@parthmodi4181 8 жыл бұрын
confused
Sequence Detector (Example)
15:39
Neso Academy
Рет қаралды 735 М.
State Reduction and Assignment
7:05
Neso Academy
Рет қаралды 733 М.
$1 vs $500,000 Plane Ticket!
12:20
MrBeast
Рет қаралды 122 МЛН
State Diagram and State Table for Sequence detector using Mealy Model (Overlapping Type)
11:30
WIT Solapur - Professional Learning Community
Рет қаралды 71 М.
Introduction to Counters | Important
11:40
Neso Academy
Рет қаралды 2,2 МЛН
0111 Sequence Detector-Using Mealy and Moore FSM
19:18
Easy Electronics
Рет қаралды 266 М.
Mealy vs. Moore Machines Overview
12:26
Bruce Boatner
Рет қаралды 422 М.
Heron's formula (example and proof)
17:47
bprp math basics
Рет қаралды 10 М.
Ring Counter
14:21
Neso Academy
Рет қаралды 1,2 МЛН