No video

Sequence Detector | How to Design a Finite State Machine ? Step By Step Guide with Examples

  Рет қаралды 86,159

ALL ABOUT ELECTRONICS

ALL ABOUT ELECTRONICS

Күн бұрын

Пікірлер: 48
@ALLABOUTELECTRONICS
@ALLABOUTELECTRONICS Жыл бұрын
You can download the notes (PDF) for this video using the following link: bit.ly/46vh8UI For more videos on Sequential Circuits, check this playlist: bit.ly/43SvUmj
@ioannaathineos5269
@ioannaathineos5269 7 ай бұрын
Best teacher on earth!!This guy is a genius !!!
@newbie8051
@newbie8051 9 ай бұрын
Tried implementing the same in verilog.... woah, loved it
@M-13myroslava
@M-13myroslava 7 ай бұрын
The best teacher in the world
@joele29
@joele29 6 ай бұрын
Fratello io ti amo, grazie per il video e se passerò l'esame sarà anche merito tuo❤
@poojashah6183
@poojashah6183 Жыл бұрын
Best explanation 👌🏻👌🏻👍🏻👏🏻
@singhkaptan00
@singhkaptan00 7 ай бұрын
Thanks for explaining these concepts in great detail. Question :- Is the sequence generator made with the FSM different from the one with the shift registor?
@ALLABOUTELECTRONICS
@ALLABOUTELECTRONICS 7 ай бұрын
Yes both are different one.
@hadijaffri9856
@hadijaffri9856 7 ай бұрын
You are an absolute legend. Also I want to ask,what would we do if we were to use a JK flip flop for the implementation. How do we figure out how many flip flops to use?
@MANIKSINGHprasad
@MANIKSINGHprasad 11 ай бұрын
Great Video Actually !!!!!!!!!!!!!!
@who.abhinav
@who.abhinav 22 күн бұрын
what is name of your simulation software? also great explanation
@ALLABOUTELECTRONICS
@ALLABOUTELECTRONICS 22 күн бұрын
Its deeds circuit simulator.
@studymail4800
@studymail4800 Жыл бұрын
hello sire, how to know what to put in the preset and clear of the flip flops in the simulator?
@ALLABOUTELECTRONICS
@ALLABOUTELECTRONICS Жыл бұрын
Generally, the preset and clear inputs of the flip-flop are active low. Meaning that when 0 is applied as an input then it will get activated. So, when we want to clear the flip-flops then we should make clear input 0. And we want to make them inactive, we should apply 1. This is valid, considering the inputs are active low. If they are active high, then you need to do other way around. I hope, it will clear your doubt.
@studymail4800
@studymail4800 Жыл бұрын
@@ALLABOUTELECTRONICS thank u very much, indeed cleared my doubt 🙌
@studymail4800
@studymail4800 5 ай бұрын
Indeed, thank u very much@@ALLABOUTELECTRONICS
@markuz5535
@markuz5535 8 ай бұрын
hi, I tried following all the steps for another string but If I try to simulate the circuit It never gives output 1...any chances I can contact you somewhere to share my work?
@ALLABOUTELECTRONICS
@ALLABOUTELECTRONICS 8 ай бұрын
Perhaps, you might have made some error during the design steps. You may contact me via mail.
@Kat-zx2je
@Kat-zx2je 10 ай бұрын
thank you so much!!! 🙏
@saibatapasen433
@saibatapasen433 Жыл бұрын
Sir, which software are you using for simulation?
@ALLABOUTELECTRONICS
@ALLABOUTELECTRONICS Жыл бұрын
Deeds circuit simulator.
@bhavanimurugesan9026
@bhavanimurugesan9026 8 ай бұрын
@@ALLABOUTELECTRONICS Is it open source software
@user-ng8rl3jb1i
@user-ng8rl3jb1i 8 ай бұрын
Very good
@rahulc0dy
@rahulc0dy 6 ай бұрын
Which simulator is this?
@ALLABOUTELECTRONICS
@ALLABOUTELECTRONICS 6 ай бұрын
Deeds circuit simulator
@govardhan8962
@govardhan8962 Жыл бұрын
Actually I have one question related to fsm can u give the solution for the question
@SLUGTHUG
@SLUGTHUG 11 ай бұрын
The solution is the Y output.
@ravichaudhari5949
@ravichaudhari5949 Жыл бұрын
What is application used for simulation?
@ALLABOUTELECTRONICS
@ALLABOUTELECTRONICS Жыл бұрын
Deeds circuit simulator
@TusharDabhade-ei9sp
@TusharDabhade-ei9sp 3 ай бұрын
Kal kiska paper hai DLD ka?
@SLUGTHUG
@SLUGTHUG 11 ай бұрын
Great tutorship 🙏
@user-kx1hc3bu3e
@user-kx1hc3bu3e 6 ай бұрын
Which s/w you design and simulator
@ALLABOUTELECTRONICS
@ALLABOUTELECTRONICS 6 ай бұрын
Deeds circuit simulator
@rahulmp4459
@rahulmp4459 8 ай бұрын
How did you determine the Q1+ and Q0+ ???????
@ALLABOUTELECTRONICS
@ALLABOUTELECTRONICS 8 ай бұрын
It is written from the state table. For example, when x=0 and present state is 00 then next state is also 00. ( see the left table). According to that, in the second table ( right one), the Q1+ and Q0+ is 00. Similarly when x=1, then next state is 01. So in the second table in the fifth row Q1+ and Q0+ are 0 and 1 respectively. I hope, it will clear your doubt.
@user-oj1si7ji2n
@user-oj1si7ji2n 2 ай бұрын
If the number to detect is not 1001, but 0101, can I set A, B, C, D to -, 1, 10, 100 like the video?
@user-oj1si7ji2n
@user-oj1si7ji2n 2 ай бұрын
Or should I set B, C, and D to 0, 01, 010?
@ALLABOUTELECTRONICS
@ALLABOUTELECTRONICS 2 ай бұрын
@@user-oj1si7ji2n Yes, you should set the states like this only. (B = 0, C = 01 and D = 010)
@user-oj1si7ji2n
@user-oj1si7ji2n 2 ай бұрын
@@ALLABOUTELECTRONICS Then, how should I set it up when I make one circuit that outputs 1 when 0101 or 1001 is an input?
@ALLABOUTELECTRONICS
@ALLABOUTELECTRONICS 2 ай бұрын
which sequence you want to detect? 0101 or 1001.
@user-oj1si7ji2n
@user-oj1si7ji2n 2 ай бұрын
@@ALLABOUTELECTRONICS I'll write the question I'm trying to solve. "The circuit examines groups of four consecutive inputs and produces an output Z=1 if the input sequence 0101 or 1001 occurs. The circuit resets after four inputs. Find the Mealy state graph."
@HanumanthRao-je8ds
@HanumanthRao-je8ds 8 ай бұрын
🙏🙏
@PurusottamSahoo-m1k
@PurusottamSahoo-m1k Ай бұрын
@M-13myroslava
@M-13myroslava 7 ай бұрын
The best teacher in the world
Happy birthday to you by Tsuriki Show
00:12
Tsuriki Show
Рет қаралды 12 МЛН
WILL IT BURST?
00:31
Natan por Aí
Рет қаралды 29 МЛН
Dad Makes Daughter Clean Up Spilled Chips #shorts
00:16
Fabiosa Stories
Рет қаралды 3,1 МЛН
State Diagram and State Table for Sequence detector using Mealy Model (Overlapping Type)
11:30
WIT Solapur - Professional Learning Community
Рет қаралды 56 М.
From a Finite State Machine to a Circuit
10:19
Abelardo Pardo
Рет қаралды 219 М.
Finite State Machine : State Reduction and State Assignment in the State Diagram
11:16
Finite State Machine Output - Mealy vs. Moore
21:42
Intermation
Рет қаралды 10 М.
Digital Logic - State Tables and State Diagrams
9:51
Robot Brigade
Рет қаралды 294 М.
Why Democracy Is Mathematically Impossible
23:34
Veritasium
Рет қаралды 2 МЛН
0111 Sequence Detector-Using Mealy and Moore FSM
19:18
Easy Electronics
Рет қаралды 234 М.
Mealy and Moore State Machines (Part 1)
9:39
Neso Academy
Рет қаралды 1,4 МЛН
Happy birthday to you by Tsuriki Show
00:12
Tsuriki Show
Рет қаралды 12 МЛН