summaryrefslogtreecommitdiff
path: root/model_input/spikes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'model_input/spikes/Makefile')
-rw-r--r--model_input/spikes/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/model_input/spikes/Makefile b/model_input/spikes/Makefile
new file mode 100644
index 0000000..3a4f512
--- /dev/null
+++ b/model_input/spikes/Makefile
@@ -0,0 +1,7 @@
+.PHONY: all
+all: 1000N_10s_10Hz_random 1N_10s_10Hz_random
+
+%_random : ../../code/matlab/random_spikes.m
+ ../../code/matlab/random_spikes `echo $* | sed 's/^/num_neurons=/' | sed 's/N\_/;duration=/' | sed 's/s\_/;spike_freq=/' | sed 's/Hz$$/;/'` >/dev/null 2> $@
+
+
contact: Jan Huwald // Impressum