work work

This commit is contained in:
2014-10-14 18:19:00 +02:00
parent 297fbc90a1
commit 3238ea17e3
4 changed files with 50 additions and 32 deletions

Binary file not shown.

View File

@@ -0,0 +1,16 @@
load('ampullary.mat')
fig = figure();
%% create PSTH on the basis of the interspike intervals
fig.sub
% 1. get the interspike intervals for each trial
for i = 1:size(times,2)
isi = diff(times{i});
end
%% create PSTH using the binning method
%% create PSTH using the kernel-convolution method