Skip to content

ConceptNeuronFrequencyDetectionComparison

DavidFreely edited this page Nov 8, 2025 · 7 revisions

Related: ConceptNeuronFrequencyDetection

Two ways:

1 ) Simple way

Connecting each of the different neurons via synapses of weight +0.5 and -0.5. The neuron with the faster-spiking signal will accumulate a 'charge' faster and cause it to spike (while suppressing the other).

Example:

Neuron(A(Rate:1/s)) --(+0,5)-> Neuron(A_Faster(Threshold: 1))

Neuron(B(Rate:2/s)) --(-0,5)-> Neuron(A_Faster(Threshold: 1))

Neuron(A(Rate:1/s)) --(-0,5)-> Neuron(B_Faster(Threshold: 1))

Neuron(B(Rate:2/s)) --(+0,5)-> Neuron(B_Faster(Threshold: 1))

RESULT: Neuron(B_Faster)-Signal after 1.5s

2 )

!

  • Source: Brain Simulator II _ The Guide - Charles Simon
  • Chapter: Chapter 4: Applications of Neurons, Frequency/Rate Detection

Clone this wiki locally