소스 검색

Aggiorna 'code/matlab/H5_ISI.m'

Stefano Diomedi 5 달 전
부모
커밋
359967c145
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      code/matlab/H5_ISI.m

+ 2 - 1
code/matlab/H5_ISI.m

@@ -1,7 +1,8 @@
 % The script calculates the Inter Spike Intervals (ISIs) and plots the
 % results in a histogram. The proportion of ISIs violating a threshold
 % is also calculated and indicated in the histogram.
-% Francesco E. Vaccari 10/2022 
+% authors: Francesco E. Vaccari
+% date: 10/2022 
 
 clear all; clc; close all;
 addpath('supportFunctions')