com.mancrd.ahah.samples.model.circuit
Class SpikeLogicFuntionVsTimeApp
java.lang.Object
com.mancrd.ahah.samples.model.ModelExperiment
com.mancrd.ahah.samples.model.circuit.CircuitModelExperiment
com.mancrd.ahah.samples.model.circuit.SpikeLogicFuntionVsTimeApp
public class SpikeLogicFuntionVsTimeApp
- extends CircuitModelExperiment
Determines the logic function of attractor states of a spike-encoded binary input. Each AHaH node will randomly converge to a stable attractor state. The purpose of this experiment is to show
that the AHaH attractor states are stable.
"Logical 0"-->Spike Pattern {1,z}
"Logical 1"-->Spike Pattern {z,1}
'z' is a floating input
Examples:
Binary Logic-->Spike Logic
00-->1z1z
01-->1zz1
10-->z11z
11-->z1z1
NOTE!! Add -Xms512m -Xmx1024m to VM args when running this.
- Author:
- timmolter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpikeLogicFuntionVsTimeApp
public SpikeLogicFuntionVsTimeApp()
main
public static void main(String[] args)
throws IOException
- Parameters:
args
-
- Throws:
IOException
Copyright © 2013–2014 M. Alexander Nugent Consulting, Research and Devlopment. All rights reserved.