Moore & Mealy Finite State Machines

Поделиться
HTML-код
  • Опубликовано: 15 сен 2024
  • Erratum: See the comment from @Migi Quinones about an error in section 1.2 of the document shown in this video.
    An introduction to Moore & Mealy finite state machines.
    Course web site with handouts: faculty.cs.niu...
    Handout seen in video: faculty.cs.niu....
    Music used in this video (Vibe Tracks, Alternate) was downloaded from the RUclips Audio Library: www.youtube.co...
    #FiniteStateMachine
    #mealy
    #moore

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

  • @migiquinones9554
    @migiquinones9554 3 года назад

    At 24:41. In this table if the current state is "1 0" and the input "D" is "0", shouldn't the next state go back to "0 1" not stay "1 0"?

    • @JohnsBasement
      @JohnsBasement  3 года назад +1

      Uh oh! It appears that I made a mistake in the handout. You are correct! The Message recognizer state table is wrong. Therefore equations 5 & 6 are also wrong. Luckily the rest section 1.2 appears to be correct.

    • @migiquinones9554
      @migiquinones9554 3 года назад

      ​@@JohnsBasement The diagram would also look slightly different right? Correct me if I am wrong but at 34:36 the "OR" gate needs to be wired with inputs 0,2,4,5, and 6 into N0 and the other "OR" gate into N1 would need inputs from 3 and 5.

    • @JohnsBasement
      @JohnsBasement  3 года назад +1

      @@migiquinones9554 yeah. It would reflect the changes to equations 5 and 6. (The handout has been updated to reflect this change.)

  • @zlcoolboy
    @zlcoolboy День назад

    THANK YOU. My teacher assigned a related problem to me without explaining it, and I was totally lost. Your explanation is excellent.

    • @JohnsBasement
      @JohnsBasement  День назад

      @@zlcoolboy You're welcome. I'm glad to know I could help!