ETHZ/FlipFlop

From 2007.igem.org

(Difference between revisions)
('''.:: An Engineer's View on Biological Learning ::.''')
('''.:: An Engineer's View on Biological Learning ::.''')
Line 1: Line 1:
=='''.:: An Engineer's View on Biological Learning ::.'''==
=='''.:: An Engineer's View on Biological Learning ::.'''==
-
[[Image:FlipFlop.jpg]]
+
[[Image:FlipFlop.png]]
An equivalent system behavior can be realized using [http://en.wikipedia.org/wiki/Flip-flop_%28electronics%29 flip-flops], implemented by [http://en.wikipedia.org/wiki/Logic_gate 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.<br />
An equivalent system behavior can be realized using [http://en.wikipedia.org/wiki/Flip-flop_%28electronics%29 flip-flops], implemented by [http://en.wikipedia.org/wiki/Logic_gate 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.<br />

Revision as of 16:41, 19 October 2007

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

FlipFlop.png 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