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).
@supertonyxd6 жыл бұрын
Thx a lot
@rohanram71975 жыл бұрын
Still not very clear sir . Thanks for your effort 😁
@zeeshandm86835 жыл бұрын
Thank you
@gyanig85014 жыл бұрын
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-vf8wg4 жыл бұрын
Thank you very much now I clearly understand the topic
@LeelasrikanthDameraАй бұрын
Your videos are pillars still standing even after 9years!!
@riseabovehate94767 жыл бұрын
Went like a Rocket over my head xD
@sarvottamkumar23086 жыл бұрын
Hi sir!. Ye aapki pehli video h Jo samjh Mai nhi aayi
@jahansaid63828 жыл бұрын
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..
@kalidinditejasree51325 жыл бұрын
Same happened
@veereshkumasagi37765 жыл бұрын
Go to saravanan lecture on tis topics...its awesome
@rounakdas26335 жыл бұрын
well his lectures are usually the best, this one however took a bit of visualization to get through the concept
@gyanig85014 жыл бұрын
It is fairly easy if you have gone through a few finite state machines theory and examples.
@gyanig85014 жыл бұрын
someone above has shown the concept using 4 state machine ^Rahul_Madhavan
@niharikagurnani9 жыл бұрын
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..??
@arjunpailoor45596 жыл бұрын
kzbin.info/www/bejne/hH-yhIqkia2Uobs watch that video where he teaches about state diagram, its simpler.
@fatiheneskose44776 жыл бұрын
this is not the same thing. That state diagram is easier then this one
@ArjunNarula11224 жыл бұрын
This is an interesting example of fsm @
@mohit123227 жыл бұрын
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 ....
@shouvikdutta28255 жыл бұрын
first video with faulty concept by neso.
@menukawarushavithana62878 жыл бұрын
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.
@queeniu41842 жыл бұрын
If only all prof explained as detail as you
@SuperCineraria7 жыл бұрын
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.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.
@jatingarg73835 жыл бұрын
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
@abhishekroy34984 жыл бұрын
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.
@agayathri32867 жыл бұрын
state diagram is little confusing Sir , plzz make an another lecture in which u have solved more problems
@DANCEwithGOUTAMSAHA9 жыл бұрын
this lecture is not clear.....can you more explain this topic??
@shreya30873 жыл бұрын
Yes , please
@SayanDasezioauditore9 жыл бұрын
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?
@ujjvalpatel53537 жыл бұрын
I can't see what is so confusing in this prevention...... It is pretty straight forward.
@nirmalpatel65628 жыл бұрын
How to solve same problem with moore system??
@ramnarayanj32729 жыл бұрын
I can't understand how s2 state is 01 and how it goes to s2 to s1 please explain me
@codeminatiinterviewcode64595 жыл бұрын
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 ..
@vijayr13293 жыл бұрын
Nice explaination
@nehaprasad38147 жыл бұрын
sir please do a video on analog to digital conversion and the whole chapter. please sir this chapter is in our syllabus
@zeeshandm86835 жыл бұрын
Tricky but good explanation
@sangharsh21148 жыл бұрын
Why there is no presentation on sequence generator??
@ratiuraul10997 жыл бұрын
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.
@aviralkhanduja58344 жыл бұрын
but why it went to state if output=1 from state 2 ,in case of 1overlapping is not considered?
@bhargavvemireddy66737 жыл бұрын
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?
@saranyam51056 жыл бұрын
If a sequence 1010 alone is given, how to draw a state diagram sir
@sainathreddygummana20417 жыл бұрын
i cann't able to understand the state diagram of sequence detector
@supriyakn19164 жыл бұрын
Can you make a video on different state assignment rules and state reduction rules
@krish-ei4hp8 жыл бұрын
realluly confusing plse solve more examples in sequence detector
@famousmagicintheclassmoham48486 жыл бұрын
@@goyalbhavit bhavit can u say that understand the class pla verify bfore saying to others
@riteshpatidar91846 жыл бұрын
@@goyalbhavit ek aadh paper pr solve krke dekh😂
@anandmanda91818 жыл бұрын
this was a bit confusing.!!
@rprvk6 жыл бұрын
I can't understand anything ☹️regarding this state diagram
@prakharkumar73687 жыл бұрын
Good presentation
@anuvabdutta39594 жыл бұрын
Draw the sequence detector to detect the sequence of the given binary number.
@mactavish_sl56224 жыл бұрын
can we detect the signal 010 in non overlapping method.i think can't.
@meetrathi2451 Жыл бұрын
the output should be 1 while going from s2-s0?????
@Codality3 жыл бұрын
That was HARD
@siddhantsaurabh43417 жыл бұрын
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-hp4oc6 жыл бұрын
where is the non-overlapping part?
@1Eagler5 жыл бұрын
Could you please put the video's sequence number in th title?
@gopishankareppshankar8 жыл бұрын
The state diagram seems incomplete. how do we know the final state.
@esport16784 жыл бұрын
HOW IS THIS STATE DIAGRAM BEING OBTAINED.....NOT CLEAR ????
@dawn-of-newday7 жыл бұрын
i love this video, trully amazing
@paritoshpandey51036 жыл бұрын
Wao,Great..Humans are smart
@lastmountpit7 жыл бұрын
after 175 videos i have to ask. Where is the opening jingle taken from?
@GauravGupta-pb8mk4 жыл бұрын
Thank you sir
@prabukrish65158 жыл бұрын
hello sir, i didn't get how the state diagram has been made.kindly help me....
@samyakjain45725 жыл бұрын
can't we use moore machine?
@farhan_ak50847 жыл бұрын
I didn't understand why we S0=00, S1=01 and S2=10 in step 2. Please explain.
@saikrishna-sh8fl8 жыл бұрын
how to develop state table when there are only there states??
@sumangalsaha2378 жыл бұрын
Sir why you have cosidered s1 as 0?
@barsilgen120 Жыл бұрын
Thanks
@SaikatPodder8 жыл бұрын
sir i can not understand the concept..pls help
@LifeWorthwhile8 жыл бұрын
sir please do verilog coding also.! and verilog code for fsm .
@-GuruPawan4 жыл бұрын
Brother I didn't understand anything.....can u plse explain that how the state diagram will be in a brief manner.....plse.....
@ankitpandey-kt9un9 жыл бұрын
how we jumped S1 after S2, cause after S2 output is 1 but S1 holds 0 naa???? plzzz reply....
@gautamkrishnan99828 жыл бұрын
how is s1=0?
@bharathpm54376 жыл бұрын
How to device which flip flop to use?!
@tanmaytyagi70315 жыл бұрын
so confusing what are you doing sir all went over my head
@prataptanty58466 жыл бұрын
how many flip flop required for 3 state
@Liamlefe3 жыл бұрын
Accha isme ye kaise decide hua ki 3 states hi hongi?
@ajjunikhila7 жыл бұрын
How to consider sequence detector 010
@nandinikasuba66737 жыл бұрын
I am unable to understand state diagram...🙁
@lilit35525 жыл бұрын
I don't understand this topic at all.
@Imran-Alee188 жыл бұрын
iam looking for complete lecture on random sequence counter. can you help me sir ?
@abhishekdipu12188 жыл бұрын
state diagram part of this lecture is quite confusing , please make it bit clear
@engcuz9 жыл бұрын
It'z not that clear in how to transit between states, but helpful >> thnks
@praveen8919 жыл бұрын
+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.
@rahullondhe95328 жыл бұрын
state diagram is bit confusing canyou example more in simple way
@masbro19018 жыл бұрын
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.
@HeyItsAishwarya7 жыл бұрын
I want sequence detector using Jk flip-flop
@ianupamsingh4 жыл бұрын
If you are unable to understand (as was I) refer to this lecture again after a break .. 🤗🤗 hope it'll work for u too
@arohisingh10457 жыл бұрын
I can't understand state diagram.... Sir plss explain once again .
@nirmalasomu88147 жыл бұрын
Helloo sir i didn't understand the state diagram clearly
@DIVYANSHIMANGALBCE8 жыл бұрын
state diagram is not at all clear...
@saisandeep18436 жыл бұрын
Seriously this is confusing
@songlinyang92487 жыл бұрын
Nice
@devvrathable6 жыл бұрын
In some topics your videos are very scattered and it is hard to find the next part after watch some video
@KirkHammer-fj2of7 жыл бұрын
WOW, just WaaaaWWW
@arohisingh10457 жыл бұрын
Jack of War2010.... Explain
@arohisingh10457 жыл бұрын
Jack of War2010 you are the only one who understood this plss explain ..
@SandeepChaudhary-vx9zy7 жыл бұрын
arohi singh same here didn't understand anything ....i think its a first video of neso academy which i didn't understand
@saranshgupta91194 жыл бұрын
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
@sneharajpoot83774 жыл бұрын
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😊
@ganeshmula45083 жыл бұрын
@Sneha Rajpoot, I think u considered TA, TB for 110,111(Qa,Qb,x) as don't cares, right??
@ankitamani988 Жыл бұрын
confusing on sequence detector ...✊
@im.meer-asif7 жыл бұрын
oooh....the first lec. from begining which i found dry....
@bixapathichinthakindi19775 жыл бұрын
can i except one more problem from this lecture
@Brian-mf3ry7 жыл бұрын
this was extremely confusing jumped into a lot concepts to quickly
@BalloonAffirmations5 жыл бұрын
It's very confusing ....pls can you explain again
@saadahmad4856 жыл бұрын
Neat!
@rohitnamballa2364 жыл бұрын
Lol...I watched it with a playback speed 2.
@supertonyxd6 жыл бұрын
you saved me!!!
@mukkeshmckenzie73866 жыл бұрын
Fuck. Beautiful.
@VamsiKrishna-dj7zp6 жыл бұрын
State diagram is really confusing
@veereshkumasagi37765 жыл бұрын
Yup not clear ..as previous topics
@amansrivas15727 жыл бұрын
a little bit confusing
@vipingautam12574 жыл бұрын
More like Automata
@guptagopal5 жыл бұрын
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-jp1nu5 жыл бұрын
I follow this channel but this lecture is out of my mind.. I think ,here explaination is very bad ..
@manishkumar-uz6hg6 жыл бұрын
1st lecture which just bounced.nothing understood.