Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 902 Bytes

README.md

File metadata and controls

56 lines (36 loc) · 902 Bytes

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