ETHZ/FlipFlop

From 2007.igem.org

< ETHZ
Revision as of 16:46, 19 October 2007 by Errandir (Talk | contribs)

.:: An Engineer's View on Biological Learning ::.

Figure 1: Schematic view on the system implemented by logical gates.

An equivalent system behavior can be realized using flip-flops, implemented by logical gates. As described in the model, a toggle switch is used to implement the memory or learning behavior of the system, supplemented by a discriminator between same or different input.

In terms of flip-flops, the toggle switch can be implemented by JK flip-flop. This bistable


A B A AND B A NAND B
0 0 0 1
0 1 0 1
1 0 0 1
1 1 1 0