Posts

Showing posts from May, 2015

How to Make Sequence Detectors(Finite State Machines)

Image
Hello friends, this time I came up with a new Article on how to make the State Diagrams of the Sequence Detectors-Finite State Machines(FSMs) and Sequence Detectors. Almost every Computer Science student come across the finite state machines in his/her course, some students may end up with doubts in this subject. Don't worry, in this article I will show you how to make state machines by making a simple Sequence Detector. What is in this Article:- 1).Basic Knowledge of Sequence Detection 2).How to make State Diagrams? 3).Make State table from State Diagrams and generate State Equations from these table. 4).How to design the FSMs from State Equations using Flip Flops(Here, D-Flip Flops). Let's Start:- 1).  Basic Knowledge of Sequence Detection:- The Sequence we are going to detect is the 1101 and 1001 With Overlapping. This means that suppose we are given a random binary bit string like:-                       11010010000111101000001111100010101011110001101001