From a71b4e0763bab49ef90db9987c7bf4df6f74fa93 Mon Sep 17 00:00:00 2001 From: Ingie Hong Date: Tue, 28 Feb 2023 12:40:43 -0500 Subject: [PATCH] Fixed typo. --- LLspikedetector.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LLspikedetector.m b/LLspikedetector.m index c7c5456..a1cf6ef 100644 --- a/LLspikedetector.m +++ b/LLspikedetector.m @@ -88,7 +88,7 @@ ets(indx,:)=[]; ech(indx,:)=[]; % remove merged instances % Lastly, impose minimum total spike event detection duration -minL=.025; %default 250ms (adjust per preference) +minL=.025; %default 25ms (adjust per preference) tooshort=diff(ets,1,2)<(sfx*minL); ets(tooshort,:)=[]; ech(tooshort,:)=[]; clear tooshort