State Machine Diagram for Parity Generator
Parity generator can be of two types: (i) Even Parity Generator (ii) Odd Parity Generator In this post we will derive the state machine for an even parity generator. Consider input āIā is a stream of binary bits. When an input comes, the even parity generator checks whether the total number of 1’s received till…