diff options
author | Jan Huwald <jh@sotun.de> | 2012-05-07 19:53:27 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2012-05-07 19:53:27 (GMT) |
commit | 00b209240138660db1ded3ef3870023964ce6e4e (patch) | |
tree | 8ffaec780b060bdc478929aa714b8af2ee760671 /model_input/spikes/Makefile |
Diffstat (limited to 'model_input/spikes/Makefile')
-rw-r--r-- | model_input/spikes/Makefile | 7 |
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> $@ + + |