Jump to content

Excitation table

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 129.174.182.7 (talk) at 22:15, 13 April 2016 (T Flip Flop: changed "2" in table (2nd row) to "1"). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In electronics design, an excitation table shows the minimum inputs that are necessary to generate a particular next state(in other words, to "excite" it to the next state) when the current state is known. They are similar to truth tables and state tables, but rearrange the data so that the current state and next state are next to each other on the left-hand side of the table, and the inputs needed to make that state change happen are shown on the right side of the table.

Flip-flop excitation tables

In order to obtain the excitation table of a flip-flop, one needs to draw the Q(t) and Q(t+1) for all possible cases (e.g., 00,01,10 and 11), and then make the value of flip-flop such that on giving this value, one shall receive the input as Q(t+1) as desired.

States Inputs
Previous Present T
0 0 0
0 1 1
1 0 1
1 1 0

The characteristic equation of a T flip-flop is .

("X" is "don't care")

States Input
Previous Present S R
0 0 0 X
0 1 1 0
1 0 0 1
1 1 X 0

The characteristic equation of a SR flip-flop is .

("X" is "don't care")

States Inputs
Previous Present J K
0 0 0 X
0 1 1 X
1 0 X 1
1 1 X 0

The characteristic equation of a JK flip-flop is .

States Inputs
Previous Present D
0 0 0
0 1 1
1 0 0
1 1 1

The characteristic equation of a D flip-flop is .

References