Finite State Machine Explained | Mealy Machine and Moore Machine | What is State Diagram ?

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024

Комментарии • 48

  • @ALLABOUTELECTRONICS
    @ALLABOUTELECTRONICS  Год назад +9

    For more information, check this playlist on Sequential Circuits:
    ruclips.net/p/PLwjK_iyK4LLCCpnnybEztvRqxpMyfgarS

  • @vrakitine
    @vrakitine 3 месяца назад +12

    When I was earning my master's degree, I heard a lot about finite state machines (FSMs), but it was all theory - like clouds in the sky: there's a lot of water, but you can't drink it. I toiled for three months after graduating until I implemented my first FSM in code in 1981. Now, there is a programming methodology based on this concept - v-agent oriented programming (VAOP) - with many examples of its implementation. It's best to start learning about VAOP with this article on Medium: "Bagels and Muffins of Programming or How Easy It Is to Convert a Bagel into a Black Hole".
    With VAOP, you can implement FSM in any programming language.

  • @samizaif4267
    @samizaif4267 7 месяцев назад +5

    somebody put his name on my Electric Engineering degree too

  • @KAA-cf3kj
    @KAA-cf3kj 2 месяца назад +3

    Sir, I think the state table for Moore machine is wrong... Bcoz the output only depends on present state so the output will be 11001100

  • @kakrotchess
    @kakrotchess Год назад +49

    pls change intro song

  • @gopikrishnanm5310
    @gopikrishnanm5310 Год назад +8

    As usual great content sir❤. I love ur way of teaching and it’s easy to grasp the content in one go.
    How many lectures are pending sir, am referring ur videos for preparation.

  • @faneeshbansal
    @faneeshbansal Год назад +1

    Thanks for this video, please upload more videos soon on fsm sir

  • @poojashah6183
    @poojashah6183 Год назад +10

    You are the best teacher, great explanation 👌🏻👌🏻

  • @MohammadKhabiri-t6x
    @MohammadKhabiri-t6x 8 месяцев назад +1

    thanks for this video

  • @chimachan6652
    @chimachan6652 9 месяцев назад +2

    Just a piece of advice: whether you learn English or try an artificial intelligence speaker
    except that ; everythng is great *thank you*

  • @amineadelbekdouche4596
    @amineadelbekdouche4596 11 месяцев назад +3

    hi, thank you so much for the brief and concise explanation of the finite state machine. May i know what software you use for your presentation which i really appreciated.

  • @mayurshah9131
    @mayurshah9131 Год назад +3

    Please continue such finest vedios

  • @mahamkharal3704
    @mahamkharal3704 3 месяца назад

    • Finite State Machines: Analysis
    • Finite State Machines: State Table
    • Finite State Machines: State Diagram
    guyz i have presentation on these topic can anybody help me
    i have few questions
    like sequential circuit and FSM are same thing .
    moore and mealy is type of SC or FSM

  • @shaikshahidafrid8506
    @shaikshahidafrid8506 Год назад +2

    What skills are needed for ece students..
    And how to prepare for core placements.

    • @rajbhushan3541
      @rajbhushan3541 Год назад +3

      strengthen your fundamental concepts of ece like dsd basic vsli, circuit analysis etc. Focus on any specific domain. like FPGA embedded etc.

  • @OviMG
    @OviMG Год назад

    8:15, i didnt quite understand why on the mealy we have "2 numbers" on the transitions between states. Like we know that if the output for "00" is "1" it will "go" to "01" but what s about that aditional "0" from "1/0" ?

    • @ALLABOUTELECTRONICS
      @ALLABOUTELECTRONICS  Год назад +5

      The second number represents the output of the machine for the corresponding input. In the mealy machine, the first number represents the input and the second number represents the output. I hope, it will clear your doubt.

  • @DorothyYoung-g6h
    @DorothyYoung-g6h 9 дней назад

    Autumn Ridges

  • @galata1245
    @galata1245 Год назад +3

    Great video thanks bro

  • @francescoliberi759
    @francescoliberi759 8 месяцев назад +5

    are u indian?

  • @BoswellRod-d5g
    @BoswellRod-d5g 15 дней назад

    Gaylord Wall

  • @bharathk8320
    @bharathk8320 10 месяцев назад +3

    As usual my guru excelled in this lecture

  • @sanjayshah9838
    @sanjayshah9838 Год назад

    V Good 🎉

  • @Manishaa325
    @Manishaa325 6 месяцев назад

    Provide the notes on fsm

  • @EgeCalsma-uj5xt
    @EgeCalsma-uj5xt 5 месяцев назад

    Amazing

  • @sathyagananaathaasattiamur4827
    @sathyagananaathaasattiamur4827 9 месяцев назад

    14:30, What is meant by the input sampled right before the edge? I have also read this in a textbook but I have a bit of difficulty in understanding this concept.

    • @ALLABOUTELECTRONICS
      @ALLABOUTELECTRONICS  9 месяцев назад

      Like I said, the input is synchronized to the inactive edge of the clock. So, before arriving the next clock edge, the output of the circuit will get settled. (Typically, the propagation delay of other logic gates will be less than half clock period. In this case, the input X is connected to the OR gate at the output, So once the input X is applied at the inactive edge, the stable output of the last OR gate will be available before the next active clock edge). Therefore, the best time to sample the output is just before the next clock edge. I hope, it will clear your doubt.

  • @maciekcieslik8433
    @maciekcieslik8433 11 месяцев назад

    What should we do if we have neither state table nor state diagram. To create the other one we need one of them.
    How can we create the first? Or maybe in exercise we have always one of them given?

    • @ALLABOUTELECTRONICS
      @ALLABOUTELECTRONICS  11 месяцев назад

      Typically in the exercise, you will be given one of them. But like if you are designing the FSM by yourself from the scratch, then based on the desired outcome for the different inputs, you should first draw the state diagram or state table. And then based on that, you can design the FSM.
      In one of the video, through an example of the sequence detector, I have explained that procedure.
      Please check this video for more info: ruclips.net/video/PbjntQf3sGc/видео.htmlsi=qWoOpjbaZ3sQCmAM

  • @courcestudy933
    @courcestudy933 11 месяцев назад

    In other websites it is showing that In Moore machine the output depends on the present state but in your table it is showing that it depends on the next stage.

    • @ALLABOUTELECTRONICS
      @ALLABOUTELECTRONICS  11 месяцев назад +1

      In Moore machine, output only depends on the present state, as it is evident from the state diagram. But in the second row of the table, by mistake, the output is written as 0. (when the present input is 01). It should be 1. For the rest of the cases, it only depends on the present state. But it does not depend on the next state. Probably, you might be meaning to say an input I guess. But by mistake, you have written next state. I hope it will clear your doubt.

    • @courcestudy933
      @courcestudy933 11 месяцев назад +1

      yess thankyou but when present state is 10 then it should be 0 but it is written 1 , so i guess the outputs of 01 and 10 have been interchanged by mistake@@ALLABOUTELECTRONICS

    • @muskanustad3834
      @muskanustad3834 9 дней назад

      ​@courcestudy933 you are right

  • @anirudhas-tn6ue
    @anirudhas-tn6ue 11 месяцев назад +3

    11:19 Shouldn't the output be dependent on current state? In that table it is depending on the next state. Someone please explain

    • @fodedoucara7073
      @fodedoucara7073 11 месяцев назад

      exactly! I was so confused as well

  • @sidharthgujjar7221
    @sidharthgujjar7221 9 месяцев назад +2

    hindi ni aati aapko ?

  • @viettuto9605
    @viettuto9605 6 месяцев назад

    talk like google voice machine.

  • @YaleFreda
    @YaleFreda 16 дней назад

    44164 Friesen Burgs