Skip to content

Implementation of Neuron-model: Integrate-and-fire, Hodgkin–Huxley, Izhikevich, FitzHugh-Nagumo, Poisson Spike

Notifications You must be signed in to change notification settings

suzusuzu/neuron-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neuron model

Integrate-and-fire

if.rs

cargo run --release --bin if
gnuplot -p < if.plt

if

Hodgkin–Huxley

hh.rs

cargo run --release --bin hh
gnuplot -p < hh.plt

hh

Izhikevich

iz.rs

cargo run --release --bin iz
gnuplot -p < iz.plt

iz

FitzHugh-Nagumo

fn.rs

cargo run --release --bin fn
gnuplot -p < fn.plt

fn

Poisson Spike

ps.rs

cargo run --release --bin ps
gnuplot -p < ps.plt

ps

About

Implementation of Neuron-model: Integrate-and-fire, Hodgkin–Huxley, Izhikevich, FitzHugh-Nagumo, Poisson Spike

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages